I installed the NordVPN client and was able to connect once, but after a few hours, once I logged out of the NordVPN client, I could not log in to NordVPN again.
It seems to be an existing problem, so I decided to stop using the NordVPN client and connect to NordVPN with the OpenVPN client. raddit : Is the "expired subscription" bug gonna be fixed some day?
docker pull ubuntu
docker run -it --cap-add=NET_ADMIN --cap-add=SYS_MODULE --device /dev/net/tun --dns 8.8.8.8 --name ubuntu1 --sysctl net.ipv4.conf.all.rp_filter=2 ubuntu
apt-get install openvpn
cd /etc/openvpn
apt-get install wget unzip
wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip
unzip ovpn.zip
rm ovpn.zip
openvpn --config /etc/openvpn/ovpn_tcp/jp429.nordvpn.com.tcp.ovpn --auth-user-pass <( echo -e "[NordVPN ID]\n [NordVPN Pass]" ) &
Recommended Posts