Change from DHCP to Manual IP

From Wiki

Revision as of 12:14, 23 January 2006 by 136.201.1.250 (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Network options are chosen during the Base Install. If you wish to use DHCP or Manual IP follow the details below:

Edit the file -> /etc/network/interfaces

For Manual IP Config:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface auto eth0 iface eth0 inet static address 136.201.1.250 netmask 255.255.0.0 broadcast 136.201.255.255 gateway 136.201.10.99 dns-search ul.ie dns-nameservers 10.220.1.10


For DHCP:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface auto eth0 iface eth0 inet dhcp
Personal tools