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 was archived by the owner on Feb 11, 2022. It is now read-only.
Hi @cjimti - thanks for open sourcing this project. It worked straight out of the box on an RPi4. For my use case I also need to forward the wlan0 connection to a peripheral device connected on an ethernet port. I seem to be able to achieve that by following these simple steps: https://www.raspberrypi.org/forums/viewtopic.php?t=223295
But unfortunately I can't get the port forwarding to work while I'm also running the docker container with the wpa_supplicant file masked. I'm curious how I might be able to forward the wifi connection to the ethernet port if there is a wifi connection status?
Hi @cjimti - thanks for open sourcing this project. It worked straight out of the box on an RPi4. For my use case I also need to forward the wlan0 connection to a peripheral device connected on an ethernet port. I seem to be able to achieve that by following these simple steps: https://www.raspberrypi.org/forums/viewtopic.php?t=223295
But unfortunately I can't get the port forwarding to work while I'm also running the docker container with the wpa_supplicant file masked. I'm curious how I might be able to forward the wifi connection to the ethernet port if there is a wifi connection status?
Thanks!