# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface iface lo inet loopback iface eth0 inet dhcp pre-up modprobe 3c59x noauto post-down rmmod 3c59x # The first network card - this entry was created during the Debian installation # (network, broadcast and gateway are optional) #iface eth0 inet static # address 192.168.8.199 # netmask 255.255.255.0 # network 192.168.8.0 # broadcast 192.168.8.255 # gateway 192.168.8.1