We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker run --privileged --name openvpn --volume /opt/data/openvpn:/etc/openvpn --detach=true -p 1194:1194/udp -e "OVPN_SERVER_CN=myserver.mycompany.com" -e "LDAP_URI=ldap://xxxx" -e "LDAP_BASE_DN=ou=" -e "LDAP_BIND_USER_DN=cn=xxx" -e "LDAP_BIND_USER_PASS=xxx" --cap-add=NET_ADMIN -e OVPN_NAT=true -e OVPN_ROUTES="172.16.64.0 255.255.255.0" wheelybird/openvpn-ldap-otp:v1.7
VPN connection is okay, unable to access VPN intranet.
Test results:
Ping Docker container IP is normal
Ping Docker 172.17.0.1 doesn't work
Ping Docker host IP is also not available
The text was updated successfully, but these errors were encountered:
The Docker IPs wouldn't be covered by the route you've added (172.16.64.0/24). Try not adding the route and see if you can connect without it.
Sorry, something went wrong.
No branches or pull requests
docker run
--privileged
--name openvpn
--volume /opt/data/openvpn:/etc/openvpn
--detach=true
-p 1194:1194/udp
-e "OVPN_SERVER_CN=myserver.mycompany.com"
-e "LDAP_URI=ldap://xxxx"
-e "LDAP_BASE_DN=ou="
-e "LDAP_BIND_USER_DN=cn=xxx"
-e "LDAP_BIND_USER_PASS=xxx"
--cap-add=NET_ADMIN
-e OVPN_NAT=true
-e OVPN_ROUTES="172.16.64.0 255.255.255.0"
wheelybird/openvpn-ldap-otp:v1.7
VPN connection is okay, unable to access VPN intranet.
Test results:
Ping Docker container IP is normal
Ping Docker 172.17.0.1 doesn't work
Ping Docker host IP is also not available
The text was updated successfully, but these errors were encountered: