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 can access my sabnzb on my local network by going to http://192.168.1.144:50024/
But it seems that I have no internet access to my new servers on SAB
Any suggestions on what I am doing wrong? I do not have my Synology NAS firewall enabled
This is my docker compose file
version: '3.9'
services:
gluetun:
image: qmcgaw/gluetun:latest
container_name: gluetun
cap_add:
- NET_ADMIN
network_mode: bridge #depends on your setup, I use docker on synology
ports:
- 58888:8888/tcp # HTTP proxy
- 58388:8388/tcp # Shadowsocks
- 58388:8388/udp # Shadowsocks
- 58001:8001/tcp # Built-in HTTP control server
- 50024:8080 # sabnzbd
- 59090:9090 # sabnzbd
volumes:
- /volume2/docker_ssd/gluetun:/gluetun
environment:
- OPENVPN_USER=MyEmailUser #your mullvadID
- OPENVPN_PASSWORD=MyPassword
- VPNSP=expressvpn
- SERVER_COUNTRIES=USA #choose your own preferred country
- UPDATER_PERIOD=24h
- HTTPPROXY=on
- PUID=1038 #your local user ID (this can be the same for all following containers)
- PGID=100 #your local users group (this can be the same for all following containers)
- TZ=America/New_York #for acurate logs (change to your Timezone)
restart: always
This is the gluetun log from Synology:
gluetun
date,stream,content
2024/12/31 13:43:28,stdout,"2024-12-31T13:43:28-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
"
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,Your credentials might be wrong 🤨
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] [Server-11348-0a] Peer Connection Initiated with [AF_INET]45.80.159.232:1195
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] UDPv4 link local: (not bound)
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,"2024-12-31T13:43:18-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
"
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,Your credentials might be wrong 🤨
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] [Server-11348-0a] Peer Connection Initiated with [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] UDPv4 link local: (not bound)
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.159.232:1195
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 can access my sabnzb on my local network by going to http://192.168.1.144:50024/
But it seems that I have no internet access to my new servers on SAB
Any suggestions on what I am doing wrong? I do not have my Synology NAS firewall enabled
This is my docker compose file
version: '3.9'
services:
gluetun:
image: qmcgaw/gluetun:latest
container_name: gluetun
cap_add:
- NET_ADMIN
network_mode: bridge #depends on your setup, I use docker on synology
ports:
- 58888:8888/tcp # HTTP proxy
- 58388:8388/tcp # Shadowsocks
- 58388:8388/udp # Shadowsocks
- 58001:8001/tcp # Built-in HTTP control server
- 50024:8080 # sabnzbd
- 59090:9090 # sabnzbd
volumes:
- /volume2/docker_ssd/gluetun:/gluetun
environment:
- OPENVPN_USER=MyEmailUser #your mullvadID
- OPENVPN_PASSWORD=MyPassword
- VPNSP=expressvpn
- SERVER_COUNTRIES=USA #choose your own preferred country
- UPDATER_PERIOD=24h
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest
container_name: sabnzbd_ssd
network_mode: service:gluetun
depends_on:
- gluetun
environment:
- PUID=1038
- PGID=100
- TZ=America/New_York
volumes:
- /volume2/docker_ssd/sabnzbd:/config
- /volume1/data/usenet:/data/usenet #optional
This is the gluetun log from Synology:
gluetun
date,stream,content
2024/12/31 13:43:28,stdout,"2024-12-31T13:43:28-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
"
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,Your credentials might be wrong 🤨
2024/12/31 13:43:28,stdout,
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] [Server-11348-0a] Peer Connection Initiated with [AF_INET]45.80.159.232:1195
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] UDPv4 link local: (not bound)
2024/12/31 13:43:28,stdout,2024-12-31T13:43:28-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,"2024-12-31T13:43:18-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting
"
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,Your credentials might be wrong 🤨
2024/12/31 13:43:18,stdout,
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] [Server-11348-0a] Peer Connection Initiated with [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] UDPv4 link local: (not bound)
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.159.232:1195
2024/12/31 13:43:18,stdout,"2024-12-31T13:43:18-05:00 INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
"
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [firewall] allowing VPN connection...
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [vpn] starting
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [vpn] stopping
2024/12/31 13:43:18,stdout,2024-12-31T13:43:18-05:00 INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
date | stream | content -- | -- | -- 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting 2024/12/31 13:41:27 | stdout | 2024/12/31 13:41:27 | stdout | 2024/12/31 13:41:27 | stdout | Your credentials might be wrong 🤨 2024/12/31 13:41:27 | stdout | 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 INFO [openvpn] [Server-11426-0a] Peer Connection Initiated with [AF_INET]45.39.207.201:1195 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.39.207.201:1195 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 INFO [openvpn] UDPv4 link local: (not bound) 2024/12/31 13:41:27 | stdout | 2024-12-31T13:41:27-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.39.207.201:1195 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] SIGUSR1[soft,auth-failure] received, process restarting 2024/12/31 13:41:17 | stdout | 2024/12/31 13:41:17 | stdout | 2024/12/31 13:41:17 | stdout | Your credentials might be wrong 🤨 2024/12/31 13:41:17 | stdout | 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 ERROR [openvpn] AUTH: Received control message: AUTH_FAILED 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] [Server-11426-0a] Peer Connection Initiated with [AF_INET]45.39.207.201:1195 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] UDPv4 link remote: [AF_INET]45.39.207.201:1195 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] UDPv4 link local: (not bound) 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]45.39.207.201:1195 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [firewall] allowing VPN connection... 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [vpn] starting 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [vpn] stopping 2024/12/31 13:41:17 | stdout | 2024-12-31T13:41:17-05:00 INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTIONBeta Was this translation helpful? Give feedback.
All reactions