Changes

no edit summary
Line 17: Line 17:  
Could I have a new device added to the LAN Database as follows please:
 
Could I have a new device added to the LAN Database as follows please:
   −
 
+
<code>
   
Object name: (DNS prefix, e.g. uryserver3)
 
Object name: (DNS prefix, e.g. uryserver3)
   
Machine type: Unsupported Office PC
 
Machine type: Unsupported Office PC
   
Operating System: (OS and Version e.g. FreeBSD 10.0)
 
Operating System: (OS and Version e.g. FreeBSD 10.0)
   
Department/contact: Students Union / (Your Name)
 
Department/contact: Students Union / (Your Name)
   
Location: V/URY
 
Location: V/URY
   
Interface type: Ethernet
 
Interface type: Ethernet
   
MAC address: (The MAC address)
 
MAC address: (The MAC address)
   
Attachment Point: ury
 
Attachment Point: ury
   
IP address: 144.32.64.xxx (or 10.64.160.xxx)
 
IP address: 144.32.64.xxx (or 10.64.160.xxx)
   
Gateway: 144.32.64.161 (or 10.64.160.xxx)
 
Gateway: 144.32.64.161 (or 10.64.160.xxx)
 
+
</code>
    
(Your Signoff Here)
 
(Your Signoff Here)
Line 59: Line 49:  
=== Static IP Configuration ===
 
=== Static IP Configuration ===
 
/etc/network/interfaces:
 
/etc/network/interfaces:
 +
 
<code>
 
<code>
 
iface eth0 inet static
 
iface eth0 inet static
Line 69: Line 60:  
         mtu 1500
 
         mtu 1500
 
</code>
 
</code>
 +
 +
/etc/resolv.conf:
 +
 
<code>
 
<code>
/etc/resolv.conf:
   
domain ury.york.ac.uk york.ac.uk
 
domain ury.york.ac.uk york.ac.uk
 
nameserver 144.32.64.164
 
nameserver 144.32.64.164