Hello,
First of all, I'm really new on Raspberry Pi/Dietpi. So, forgive me my ignorance.
I have the following issue, which is also discussed in the following thread, but I can't see a solution for me:
viewtopic.php?f=11&t=7214&p=23663&hilit=nordvpn#p23663
I can see my Raspberry Pi (with Pi-Hole) is connected with a NordVPN server if I do: dietpi_nordvpn
If I check my ipaddress it is still showing my own ipaddress.
I don't know what to do to find out what the problem is.
Can anyone help me?
Thanks in advance.
Hans
NordVPN not connected Topic is solved
Re: NordVPN not connected
Hi, can you give some explanation what does this mean. Where do you check what IP address?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: NordVPN not connected
on which device you are doing this check. On you computer or the DietPi device?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: NordVPN not connected
On dietpi run the following:
and post here the output
Code: Select all
ip -4 addr; ip -4 ro; ip -4 ru
Re: NordVPN not connected
Hello,
I am doing the check on my PC. My PC is connected to my router which uses the Raspberry Pi, with Pi Hole, as DNS.
Output:
Regards,
Hans
I am doing the check on my PC. My PC is connected to my router which uses the Raspberry Pi, with Pi Hole, as DNS.
Output:
Code: Select all
root@DietPi:~# ip -4 addr; ip -4 ro; ip -4 ru
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
inet 192.168.178.27/24 brd 192.168.178.255 scope global dynamic eth0
valid_lft 858491sec preferred_lft 858491sec
5: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 100
inet 10.8.2.9/24 brd 10.8.2.255 scope global tun0
valid_lft forever preferred_lft forever
0.0.0.0/1 via 10.8.2.1 dev tun0
default via 192.168.178.1 dev eth0
10.8.2.0/24 dev tun0 proto kernel scope link src 10.8.2.9
128.0.0.0/1 via 10.8.2.1 dev tun0
188.95.55.88 via 192.168.178.1 dev eth0
192.168.178.0/24 dev eth0 proto kernel scope link src 192.168.178.27
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
Regards,
Hans
Re: NordVPN not connected
On your computer, you would need to set your DietPi device as Gateway. Currently your computer is still using your router to access the Internet
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: NordVPN not connected
Thanks for your reaction, but that doesn't help.
According to the instructions from Pi Hole, the DNS can also be set in the router so that it is not neccessary to change the settings in all the connected devices.
Regards,
Hans
According to the instructions from Pi Hole, the DNS can also be set in the router so that it is not neccessary to change the settings in all the connected devices.
Regards,
Hans
Re: NordVPN not connected
keep away DNS pls. This has nothing to do on how you access the internet. DNS is just to perform name resolution.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: NordVPN not connected
Setting the RPi as gateway doesn't help. The problem still persists.