root@rock64:~# uname -a
Linux rock64 4.4.189-1230-rockchip-ayufan-gafadea9477b7 #1 SMP Thu Aug 22 16:18:51 UTC 2019 aarch64 GNU/Linux
root@rock64:~# wget -qnc https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb
root@rock64:~# dpkg -i nordvpn-release_1.0.0_all.deb
Selecting previously unselected package nordvpn-release.
(Reading database ... 62728 files and directories currently installed.)
Preparing to unpack nordvpn-release_1.0.0_all.deb ...
Unpacking nordvpn-release (1.0.0) ...
Setting up nordvpn-release (1.0.0) ...
root@rock64:~# apt-get update
...
root@rock64:~# apt install nordvpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
xsltproc
The following NEW packages will be installed:
nordvpn xsltproc
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 6907 kB of archives.
After this operation, 25.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
...
root@rock64:~# nordvpn set killswitch on
Kill Switch is set to 'enabled' successfully.
root@rock64:~# nordvpn whitelist add port 22
Port 22 (UDP|TCP) is whitelisted successfully.
root@rock64:~# nordvpn whitelist add subnet 192.168.88.0/24
Subnet 192.168.88.0/24 is whitelisted successfully.
root@rock64:~# nordvpn set autoconnect on
Auto-connect is set to 'enabled' successfully.
root@rock64:~# nordvpn connect
Please enter your login details.
Email / Username: USER@EMAIL
Password: PASSWORD
Welcome to NordVPN! You can now connect to VPN by using 'nordvpn connect'.
Connecting to Poland #88 (pl88.nordvpn.com)
You are connected to Poland #88 (pl88.nordvpn.com)!
Created
August 26, 2019 10:52
-
-
Save ayufan/46b517a2e45859378577c4f3c6b76d86 to your computer and use it in GitHub Desktop.
Install NordVPN on rock64
Try to unblock port 67/68 udp.
There's an option for that as well.
…On Mon, Oct 14, 2019 at 4:08 PM Sap ***@***.***> wrote:
Hi Kamil,
I have setup a wireless access point and Nordvpn
I can connect to VPN successfully but then cannot connect to my access
point from a different device.
I added my DHCP Dnsmasq subnet to the whitelist
192.168.43.0/24
But still it fails to obtain IP address.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://gist.github.com/46b517a2e45859378577c4f3c6b76d86?email_source=notifications&email_token=AASOSQLINJJQYYFYPL2UFXDQOR4PRA5CNFSM4JAPVMBKYY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAF2OJY#gistcomment-3054748>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASOSQM5D5SID7BQBNXVGQDQOR4PRANCNFSM4JAPVMBA>
.
Well,
whitelisting by this command didn't work
Nordvpn whitelist add port 67 and 68
found a solution for this
sudo iptables -A INPUT -i wlan0 -p udp -m udp --dport 67:68 -j ACCEPT
If anyone ever needs it.
Thanks Kamil.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Kamil,
I have setup a wireless access point and Nordvpn
I can connect to VPN successfully but then cannot connect to my access point from a different device.
I added my DHCP Dnsmasq subnet to the whitelist
192.168.43.0/24
But still it fails to obtain IP address.