This text will be hidden
In /var/lib/nordvpn/data/.config.ovpn:(redacted the certification and keys)
client
dev tun
remote 23.226.133.173 1194 udp
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
reneg-sec 0
server-poll-timeout 5
remote-cert-tls server
auth-user-pass
verb 3
pull
fast-io
cipher AES-256-CBC
auth SHA512
redacted…
pull-filter ignore "ifconfig-ipv6 "
pull-filter ignore "route-ipv6 "
ping 15
ping-restart 0
ping-timer-rem
NordVPN Daemon
/usr/sbin/nordvpnd
Running ‘nordvpnd’, retreieves this :
Error on listening to UNIX domain socket: listen unix /run/nordvpnd.sock: bind: address already in use
I’m assuming it’s that because it’s running currently.
In /etc/systemd/system/nordvpnd.socket:
[Unit]
Description=NordVPN Daemon Socket
PartOf=nordvpnd.service
[Socket]
ListenStream=/run/nordvpnd.sock
NoDelay=true
[Install]
WantedBy=sockets.target
~
In /etc/systemd/system/nordvpnd.service
[Unit]
Description=NordVPN Daemon
Requires=nordvpnd.socket
After=network-online.target
[Service]
ExecStart=/usr/sbin/nordvpnd
NonBlocking=true
KillMode=process
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target