Search code examples
javascriptudpvpnvpsopenvpn

NordVpn Cli Blacklist?


I am hosting a website on a digital ocean VPS. For part of the functionality of the website I need to be connected to a VPN connection, I have a NordVpn connection and am using the CLI in Linux. Once connected to the VPN traffic to my website is blocked. is there any way of turning off the nordvpn whitelist or just having outgoing requests go threw it? I am using OpenVPN technology and UDP protocol.

I have tried whitelisting x.x.x.x/x for a subnet (invalid subnet error) and googling the issue in all imaginable working I can think of.


Solution

  • I just had to whitelist all subnets... can be done with the commands

    nordvpn whitelist add subnet 128.0.0.0/1
    nordvpn whitelist add subnet 0.0.0.0/1
    

    This adds all IP address to the whitelist and makes the website visable from the whole internet