You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
I have a Wifi USB dongle. During the first boots I don't have issues, I was able to connect to internet and update openplotter.
But now I lost the capacity to connect to internet. This is due to the definition of 2 default IP routes.
Now the interface that win is not the internet interface.
My model : Raspberry Pi 3 Model B Rev 1.2
My configuration:
wlan 0 : my dongle
wlan 1 : board Wifi
Openplotter : 1.2.0 alpha
My Wifi configuration :
My routes just after the boot:
$ ip route show
default via 10.10.10.1 dev wlan1 src 10.10.10.1 metric 303
default via 192.168.1.1 dev wlan0 src 192.168.1.131 metric 304
10.10.10.0/24 dev wlan1 proto kernel scope link src 10.10.10.1 metric 303
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.131 metric 304
My pb and the solution:
pi@openplotter:~ $ ping google.com
ping: google.com: Temporary failure in name resolution
pi@openplotter:~ $ sudo ip route delete default via 10.10.10.1 dev wlan1 src 10.10.10.1
pi@openplotter:~ $ ping google.com
PING google.com (216.58.215.238) 56(84) bytes of data.
64 bytes from zrh11s02-in-f14.1e100.net (216.58.215.238): icmp_seq=1 ttl=53 time=15.6 ms
64 bytes from zrh11s02-in-f14.1e100.net (216.58.215.238): icmp_seq=2 ttl=53 time=21.7 ms
I don't know why with the configuration : AP + Client the access point has a default route.
Thank to the team for this beautiful tool !
Philippe
The text was updated successfully, but these errors were encountered:
After some new tests. It seems that the default routes are applied in a random order.
Half of the time the first default route is the route of the AP (wlan1) instead the internet client (wlan0).
An idea of the root cause ?
Hi all,
I have a Wifi USB dongle. During the first boots I don't have issues, I was able to connect to internet and update openplotter.
But now I lost the capacity to connect to internet. This is due to the definition of 2 default IP routes.
Now the interface that win is not the internet interface.
My model : Raspberry Pi 3 Model B Rev 1.2
My configuration:
wlan 0 : my dongle
wlan 1 : board Wifi
Openplotter : 1.2.0 alpha
My Wifi configuration :
My routes just after the boot:
My pb and the solution:
I don't know why with the configuration : AP + Client the access point has a default route.
Thank to the team for this beautiful tool !
Philippe
The text was updated successfully, but these errors were encountered: