Eth0 as hotspot #1403
Unanswered
singersbalm
asked this question in
Q&A
Eth0 as hotspot
#1403
Replies: 1 comment 4 replies
-
Bridging wlan in client mode isn't allowed by the 802.11 wifi standard. You might find some ideas here. I wouldn't recommend executing this, however, as it deletes the contents of /etc/dnsmasq.d/* |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to receive the connection over WiFi and output it over the built in lan. The hotspot feature does not work. How do I bridge the internet connection. The equivalent in iptables would be
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
. How do I set it up with raspap?Beta Was this translation helpful? Give feedback.
All reactions