-
Hello everyone, I am running the latest docker image on an M1 Mac Mini. --- google.com ping statistics ---
181 packets transmitted, 165 received, 8.83978% packet loss, time 198650ms
rtt min/avg/max/mdev = 423.827/7148.980/19886.639/4660.571 ms, pipe 20 Here are my logs on container startup: Here is a screenshot. You can see the fluctuating connection on the top left: Here is my docker compose setup: torrent:
image: haugene/transmission-openvpn:latest
container_name: torrent
cap_add:
- NET_ADMIN
volumes:
- ${CONFIG}/transmission-openvpn/:/data/transmission-home/
- ${ROOT}/downloads/incomplete:/data/incomplete
- ${ROOT}/downloads/completed:/data/completed
- ${ROOT}/downloads/torrent-blackhole:/data/watch
environment:
- PUID=${PUID}
- PGID=${PGID}
- OPENVPN_PROVIDER=NORDVPN
- OPENVPN_USERNAME=${NORDVPN_USERNAME}
- OPENVPN_PASSWORD=${NORDVPN_PASSWORD}
- LOCAL_NETWORK=192.168.1.0/24
- NORDVPN_COUNTRY=AL
- NORDVPN_CATEGORY=legacy_p2p
- NORDVPN_PROTOCOL=tcp
# - HEALTH_CHECK_HOST='api.nordvpn.com'
# - SELFHEAL=true
- TRANSMISSION_WEB_UI=flood-for-transmission
- TRANSMISSION_DOWNLOAD_QUEUE_SIZE=20
logging:
driver: json-file
options:
max-size: 10m
ports:
- 9091:9091
dns:
- 192.168.1.2 Any help is appreciated, I am really without answers. Short update:
Here are additional informations: root@9c632c1f83d5:/data/transmission-home# cat /etc/resolv.conf
# Generated by openvpn for interface tun0
nameserver 103.86.96.100
nameserver 103.86.99.100 root@2204fc2e43fb:/etc/openvpn/nordvpn# ls
al25.nordvpn.com.ovpn default.ovpn
configure-openvpn.sh updateConfigs.sh |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I left nordvpn a few years ago due to dropping port forwarding and rubbish speeds.. |
Beta Was this translation helpful? Give feedback.
I left nordvpn a few years ago due to dropping port forwarding and rubbish speeds..
Above logs just show server is disconnecting you..
You might have local network issues but more likely provider related