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
I’m looking for some help to set up an access point on a container using Gluetun for VPN capabilities. I want to have my custom container running hostapd accessing both the wlp58s0 interface on the host and the tun0 interface created by the gluetun container.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m looking for some help to set up an access point on a container using Gluetun for VPN capabilities. I want to have my custom container running hostapd accessing both the
wlp58s0
interface on the host and thetun0
interface created by thegluetun
container.Here’s the setup I have so far:
docker-compose.yml
Issues
alpine-ap
container can accesswlp58s0
but doesn’t seetun0
.alpine-ap
container so I can foward the traffic.Any help or guidance would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions