dade wrote: Secondo me hai toppato le netmask, se l'indirizzo di rete � 192.168.0.0 come fai a mettere una netmask 255.255.255.0 semmai 255.255.0.0, per non parlare dell'altra rete... questi in teoria sono indirizzi di classe C, faresti bene a passare a 172.16.etc.etc. e poi scusa, come fai ad avere i gateway uguali agli indirizzi ip delle interfaccie?????????
> > # 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.0.238 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.238 > > iface eth1 inet static > address 192.168.6.254 > netmask 255.255.255.0 > network 192.168.6.0 > broadcast 192.168.6.255 > gateway 192.168.6.254 >

