Im trying to setup portfowarding inside linuxserver/wireguard docker container.
I have been successful in connecting and acquiring an IP address from the linuxserver/wireguard container, port forwarding however is proving very difficult. In the docker containers terminal shell typingcurlifconfig.io146.70.51.98 gives me what I’m expecting, IP address for Miami - I am able to download at full speed of my internet connection, everything seems to work as I expect, except for portfowarding. Which brings to what I really need help with port forwarding. Inside qbittorrent in settings under Port used for incoming connections:50201. 50201 is unreachable how can I fix?
Question
sabot105mm
I have been successful in connecting and acquiring an IP address from the linuxserver/wireguard container, port forwarding however is proving very difficult. In the docker containers terminal shell typing curl ifconfig.io 146.70.51.98 gives me what I’m expecting, IP address for Miami - I am able to download at full speed of my internet connection, everything seems to work as I expect, except for portfowarding. Which brings to what I really need help with port forwarding. Inside qbittorrent in settings under Port used for incoming connections: 50201. 50201 is unreachable how can I fix?
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
network_mode: service:wireguard
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- WEBUI_PORT=8088
volumes:
- /home/gary/docker/qbittorent:/config
- /mnt/winshare:/downloads
restart: unless-stopped
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.