Skip to content

Use wlan0 and wlan1 rather than eth0 for my AP #878

Answered by BSBoatia
BSBoatia asked this question in Q&A
Discussion options

You must be logged in to vote

I have made a little bit of progress which I wanted to share. The issue seems to be related the the routes:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 202 0 0 eth0
0.0.0.0 10.10.10.1 0.0.0.0 UG 303 0 0 wlan0
0.0.0.0 192.168.8.1 0.0.0.0 UG 304 0 0 wlan1
10.10.10.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
192.168.8.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
192.168.8.0 0.0.0.0 255.255.255.0 U 304 0 0 wlan1

Deleting the 0.0.0.0 routes for eth0 and wlan0 solves the issue - at least until reboot.

sudo route del -net 0.0.0.0 gw 10.10.10.1 netmask 0.0.0.0 dev wlan0
sudo route del -net 0.0.0.0 gw 192.168.8.1 netmask 0.0.0.0 dev eth0

I h…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BSBoatia
Comment options

@billz
Comment options

Answer selected by billz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants