Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


OpenVPN Issue on NAT VPS
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

OpenVPN Issue on NAT VPS

forumsukforumsuk Member
edited August 2021 in Help

Got a NAT VPS and installed OpenVPS (Nyr's script). I can connect to the vpn but there is no internet. Could someone suggest how to check if firewall is blocking it or how to check what could be the issue? TUN/TAP is enabled.

Thanks

Comments

  • Can you post your OpenVPN configuration here? Change the IP address to something else and remove all the certificates before doing so.

    Also, from your laptop / PC, can you ping 8.8.8.8 ?

  • forumsukforumsuk Member
    edited August 2021

    Please see below;

    Once connected to the VPN, there is no internet connection and I cannot ping from my pc.

    client
    dev tun
    proto udp
    remote 1.2.3.4 18801 (IP and NAT Port changed)
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    remote-cert-tls server
    auth SHA512
    cipher AES-256-CBC
    ignore-unknown-option block-outside-dns
    block-outside-dns
    verb 3

  • All sorted, I had to run this command;
    touch /option.netfilter

  • Glad to hear that it works for you! I didn't remember having to create the file /option.netfilter though.

  • NyrNyr Community Contributor, Veteran

    @wpyoga said: I didn't remember having to create the file /option.netfilter though.

    This is specific to some LowEndSpirit containers from Inception Hosting.

    Thanked by 1wpyoga
Sign In or Register to comment.