[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2 network cards



On Sun, 9 May 1999, MR wrote:

> ifconfig eth1 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
> route add -net 192.168.1.0 netmask 255.255.255.0 dev eth1


Remove the dev. Try:

route add -net 192.168.1.0 netmask 255.255.255.0 eth1

and if that does not fix it, send the result of:

route -n




Reply to: