Karsten Bolding writes: [ A correctly working ethernet card ]
-> ifconfig reports eth0 is up -> -> route add -net 130.226.66.83 -> -> with this result -> -> SIOCADDRT: Invalid argument -> Thos should be "route add -net 130.226.66.0". route -net takes the network address to route to as the argument, not the interface address. If the machine has another interface with the same network, then you can just say "route add -net 130.226.66.0 dev eth0" to get it to use the eth0 device. HTH -Larry -- Larry Daffner | Linux: Unleash the workstation in your PC! [EMAIL PROTECTED] / http://web2.airmail.net/vizzie/ Clarke's Third Law: Any sufficiently advanced technology is indistinguishable from magic. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

