Unable to access internet if wireless enabled

Posted by balki on Server Fault See other posts from Server Fault or by balki
Published on 2012-10-24T14:48:01Z Indexed on 2012/10/24 17:04 UTC
Read the original article Hit count: 213

The following is my route output. eth0 is my wired network and eth1 is my wireless network. Only wired one has access to internet. If I enable wireless, I am not able to access internet, it tries to access via eth1 and I get 404 page of the wireless router. Why does eth1 have higher preference though default is eth0 (link)?

[balakrishnan@mylap ~]$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         10.26.0.1       0.0.0.0         UG    0      0        0 eth0
10.26.0.0       *               255.255.192.0   U     1      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
192.168.1.0     *               255.255.255.0   U     9      0        0 eth1

© Server Fault or respective owner

Related posts about networking

Related posts about routing