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

Re: laptop, ethernet and networking



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!
  vizzie@airmail.net / 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
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: