[FoLUG] routing

Michele Mordenti michele.mordenti@tin.it
Ven 2 Gen 2004 16:56:32 CET


Ciao,
st๒ riconfigurando la rete di casa mia e devo specificare ad ogni boot 
della macchina la tabella di routing, come devo fare per fare una cosa 
pulita?
Ho letto il "man interfaces" ma non mi ่ stato amico.
Dovrei aggiungere questo comando ad ogni boot:

route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.1.28



cat /etc/netwok/interfces
# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian 
installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.1.1
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255

# My second ethernet card
auto eth1
iface eth1 inet static
        address 192.168.2.1
        netmask 255.255.255.0
        network 192.168.2.0
        broadcast 192.168.2.255

-- 
	Michele Mordenti - http://xoomer.virgilio.it/michele.mordenti
(o_	Powered by Debian GNU/Linux SID on DELL Inspiron 8500
//\	Linux User: 278480 -ICQ# 26479319 -JabberID: monstermord@jabber.org
V_/_	Membro del FoLUG (Forli' Linux Users Group) - http://folug.linux.it



Maggiori informazioni sulla lista FoLUG