( bastya_elvtars | 2006. 08. 09., sze – 17:00 )

# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 193.110.59.25 82.77.103.100
auto eth0
iface eth0 inet static
adress 10.0.0.1
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255

Annyit tennék hozzá, hogy nagyon vigyázz, és ne írj broadcast helyett boradcast-ot, mert nem lesz jó. :-)