Hi,
In /etc/network/interfaces (debian-unstable), i have:
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
netstat -rn gives:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
How do i get:
192.168.0.0 127.0.0.1 255.255.255.0 U 40 0 0 eth0
Everything i try causes errors.