Recent content by Blueside

  1. B

    OpenVPN in LXC container - no connection posible

    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.
  2. B

    OpenVPN in LXC container - no connection posible

    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...
  3. B

    OpenVPN in LXC container - no connection posible

    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...
  4. B

    OpenVPN in LXC container - no connection posible

    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...
  5. B

    OpenVPN in LXC container - no connection posible

    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
  6. B

    OpenVPN in LXC container - no connection posible

    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...