Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenVPN doesn't start because of protocol issue #85

Open
RandomLegend opened this issue Mar 13, 2023 · 1 comment
Open

OpenVPN doesn't start because of protocol issue #85

RandomLegend opened this issue Mar 13, 2023 · 1 comment

Comments

@RandomLegend
Copy link

RandomLegend commented Mar 13, 2023

So i spun up a completely fresh bare-metal install of ubuntu-server to set up this docker environment.

First i stumbled across the documentaion error when it said we should set up deluge with vpn but there was no VPN at this point.

So i went ahead and wanted to installed the vpn first. I aswell use PIA and i just did exactly what you said but all i get in the logs is:

Mon Mar 13 14:50:37 2023 SIGUSR1[soft,init_instance] received, process restarting
Mon Mar 13 14:51:17 2023 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mon Mar 13 14:51:17 2023 RESOLVE: Cannot resolve host address: nl.privateinternetaccess.com:1198 (Name does not resolve)
Mon Mar 13 14:51:18 2023 RESOLVE: Cannot resolve host address: nl.privateinternetaccess.com:1198 (Name does not resolve)
Mon Mar 13 14:51:18 2023 Could not determine IPv4/IPv6 protocol
Mon Mar 13 14:51:18 2023 SIGUSR1[soft,init_instance] received, process restarting

This is my docker-compose file for OpenVPN:
version: "3"
services:
vpn:
container_name: vpn
image: dperson/openvpn-client:latest
cap_add:
- net_admin # required to modify network interfaces
restart: unless-stopped
volumes:
- /dev/net:/dev/net:z # tun device
- ${ROOT}/config/vpn:/vpn # OpenVPN configuration
security_opt:
- label:disable
ports:
- 8112:8112 # port for deluge web UI to be reachable from local network
command: "-r 192.168.178.1/24" # route local network traffic

@AntonyLeons
Copy link

host name changed to nl-amsterdam.privacy.network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants