[ale] ubuntu 10.10 static ip and the woes
Paul Cartwright
ale at pcartwright.com
Sat Feb 5 11:51:06 EST 2011
On 02/05/2011 11:30 AM, Mike Harrison wrote:
> And make it look something like the example
> below with your IP addresses and then reboot:
>
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> #auto eth0
> #iface eth0 inet dhcp
> auto eth0
> iface eth0 inet static
> address 10.20.0.95
> netmask 255.255.248.0
> network 10.20.0.0
> broadcast 10.20.255.255
> gateway 10.20.0.1
>
from man interfaces, it shows:
iface eth0-home inet static
address 192.168.1.1
netmask 255.255.255.0
up flush-mail ( what??)
and later down a few pages:
network network_address
Network address (dotted quad) required for 2.0.x
kernels
I don't remember seeing examples where network is used..
mine looks like
# static setup
auto eth0
iface eth0 inet static
address 192.168.10.2
netmask 255.255.255.0
dns-nameservers 4.2.2.3 208.67.222.222 208.67.220.220 4.2.2.2 192.168.10.1
gateway 192.168.10.1
--
Paul Cartwright
More information about the Ale
mailing list