Hi.
I'm setting up my first linux system, and I've run into some problems.
I'm setting up the network, and I've got the NIC working, but I can't seem
to add the gateway for my network.
I do this:
route add -net xxx.xxx.xxx.x netmask 255.255.255.0 eth0
route add default gw xxx.xxx.xxx.x eth0
But for the last command I get this error:
SIOCADDRT: Invalid argument.
So, I can't get it to work... Any ideas?
TIA
P?l Brattberg