binhex / arch-rtorrentvpn

Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
GNU General Public License v3.0
238 stars 35 forks source link

Cant connect with airvpn #89

Closed glover279 closed 5 years ago

glover279 commented 5 years ago

Stuck at this poing using air vpn 2019-01-10 23:53:19.248256 [info] PUID defined as '1000' 2019-01-10 23:53:19.306567 [info] PGID defined as '1000' 2019-01-10 23:53:19.813521 [info] UMASK defined as '777' 2019-01-10 23:53:19.837106 [info] Permissions already set for volume mappings 2019-01-10 23:53:19.940683 [info] VPN_ENABLED defined as 'yes' 2019-01-10 23:53:20.119176 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/AirVPN_Germany_UDP-443.ovpn dos2unix: converting file /config/openvpn/AirVPN_Germany_UDP-443.ovpn to Unix format... 2019-01-10 23:53:20.213094 [info] VPN remote line defined as 'remote de.vpn.airdns.org 443' 2019-01-10 23:53:20.239091 [info] VPN_REMOTE defined as 'de.vpn.airdns.org' 2019-01-10 23:53:20.266828 [info] VPN_PORT defined as '443' 2019-01-10 23:53:20.294339 [info] VPN_PROTOCOL defined as 'udp' 2019-01-10 23:53:20.318128 [info] VPN_DEVICE_TYPE defined as 'tun0' 2019-01-10 23:53:20.343268 [info] VPN_PROV defined as 'airvpn' 2019-01-10 23:53:20.367290 [info] LAN_NETWORK defined as '172.17.0.0/16' 2019-01-10 23:53:20.392798 [info] NAME_SERVERS defined as '1.1.1.1' 2019-01-10 23:53:20.414761 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2019-01-10 23:53:20.437128 [info] ENABLE_PRIVOXY defined as 'no' 2019-01-10 23:53:20.459434 [info] ENABLE_FLOOD defined as 'yes' 2019-01-10 23:53:20.482929 [info] ENABLE_AUTODL_IRSSI defined as 'no'

docker run -d \ --cap-add=NET_ADMIN \ -p 9080:9080 \ -p 9443:9443 \ -p 8118:8118 \ -p 3000:3000 \ --name=rutorrent \ -v /home/robert/Media:/home/robert/Media \ -v /etc/rutorrent:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=xxxxx \ -e VPN_PASS=xxxxx \ -e VPN_PROV=airvpn \ -e STRICT_PORT_FORWARD=yes \ -e ENABLE_PRIVOXY=no \ -e ENABLE_FLOOD=yes \ -e ENABLE_AUTODL_IRSSI=no \ -e LAN_NETWORK=172.17.0.0/16 \ -e NAME_SERVERS=1.1.1.1 \ -e DEBUG=true \ -e PHP_TZ=Africa/Johannesburg \ -e UMASK=777 \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-rtorrentvpn

binhex commented 5 years ago

That doesnt tell me much, please do this procedure and post the output here:-

https://forums.unraid.net/topic/44108-support-binhex-general/?do=findComment&comment=435831

glover279 commented 5 years ago

Working now, was just taking forever to chown the files. Now im having trouble with the nginx reverse proxy. The old thread is closed for that but i still cant find a working configuration