mhhh, there is still something wired. I can't ping public IP addresses so the DNS seems not to be the problem (with and without block-outside-dns in the client config file). And also by adding a route to the local subnet with push "route 10.10.0.0 255.255.255.0" I can't access local machines.
Thank you, now I can get a local and a remote connection :D
I think it is because of enabling IP forwarding echo 1 > /proc/sys/net/ipv4/ip_forward (but not sure)
But as this setting is not persistent, I made it persist through the network config (see at the bottom)
But there is still a small...
hi,
I already did this to test the local connection. My client config file for the local connection looks like this (normally the "remote" parameter represents my public dyndns url):
client
dev tun
proto udp
remote 10.10.0.76 1194
resolv-retry infinite
nobind
persist-key
persist-tun...
The result of "ss -antlpu" is:
root@vpn:~# ss -antlpu
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 10.10.0.76:1194 0.0.0.0:* users:(("openvpn",pid=128,fd=6))
udp...
hi oguz,
thank you for your help. The gateway of the container is the UDM-Pro (10.10.0.90).
I tried to connect over the local network but this results in the same error. At least the container responds on ping over the local network.
Best regards,
Lucas
Hey friends of Proxmox,
I am trying to get OpenVPN running in a lxc container. I followed this guide: https://pve.proxmox.com/wiki/OpenVPN_in_LXC
My Problem is, that I can't establish a connection to the vpn server. I'm trying to connect from my iPhone via cellular. The error I receive on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.