-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No network on LAN when using AP+Client settings #249
Comments
Are you sure? Stratux does indeed only use the ARP cache to determine where to send GDL90. And unfortunately, this cache is only filled once the respective device makes first contact. However, it doesn't matter in what way that contact happens. Ping, web interface access, ... Once any contact is made to the Stratux, it will deliver gdl90 to it. However, web or ssh access is completely unrelated to that and should always work. If it doesn't, something on a lower level is wrong. The Pi's wifi firmware is unfortunately kinda buggy wrt. this mode, so the feature never really left experimental stage.. Edit: can you experiment with the internet passthrough toggle? That's the only thing I could imagine having an effect in that way. Edit2: oh wait.. did you try to access the stratux via its AP IP? Or via the one that was assigned by your DHCP server? Only the latter will work correctly of course. |
I'm doing my best to remember when I last made a change to those settings. I dont normally use the client mode much, I just hit the problem and decided to dig into it today. |
FWIW, I just tried it again, but can not reproduce the problem. |
I dunno. It doesnt make any sense to me. Giving up for now. |
Stratux version: 1.6r1
Stratux config:
SDR
GPS
type:
AHRS
power source: A/C
usb cable: N/A
EFB app and version: N/A
EFB platform: N/A
EFB hardware: N/A
Description of your issue: When using the AP+Client mode on RPi 4, I am connecting to the remote AP as a client and receiving an address from network DHCP server, but cannot access stratux via either web or ssh. I was able to access via the stratux AP, both ssh and web. Through testing, I found that the arp table on stratux only contained the DHCP server addres, and as soon as I "pinged" from stratux to any other machine on the LAN, connection was immediately enabled, but only to that machine. Each machine had to be pinged separately from stratux to enable traffic.
Connection to stratux AP (192.168.10.x) works fine
Perhaps an ARP problem, or stratux not able to figure out which interface (wlan or ap) to use.
Or, could just be unique to the wireless chipset on Pi4.
If possible, enable "Replay Logs", reproduce the problem, and provide a copy of the logs in http://192.168.10.1/logs/stratux/ and http://192.168.10.1/logs/stratux.log.
The text was updated successfully, but these errors were encountered: