Wired and Wireless with a notebook
Jared Anderson
pluggedIn at thegoldenedge.com
Thu Apr 20 08:45:29 MST 2006
On Thursday 20 April 2006 1:20 am, Dazed_75 wrote:
>$ route -vn
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0
> 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0
> 0 eth1 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0
> 0 eth1 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0
I bet if you were to adjust the metric setting associated with your wireless
interface, this problem would cease. I'm not sure of the syntax, but
something like:
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.1 metric 1000 dev ethx
where ethx= wireless adapter
More information about the PLUG-discuss
mailing list