Hello everyone i am trying to setup nordvpn on Xiaomi Mi4a gigabit with openwrt
But until now i have not managed to correctly do it please check the following images to see my setup. What do i need to change? if you need more information feel free to ask!
About the setup: router is connected via ethernet to a modem.
When i follow the official setup or the setup on technadu i dont have internet and vpn not working when i use ping 1.1.1.1 i get Request timed out.
root@OpenWrt:~# ip ro
0.0.0.0/1 via 10.8.2.1 dev tun0
default via 192.168.1.254 dev wan proto static src 192.168.1.81
10.8.2.0/24 dev tun0 proto kernel scope link src 10.8.2.11
128.0.0.0/1 via 10.8.2.1 dev tun0
192.168.1.0/24 dev br-lan proto kernel scope link src 192.168.1.1
192.168.1.0/24 dev wan proto kernel scope link src 192.168.1.81
194.35.233.125 via 192.168.1.254 dev br-lan`Preformatted text`
Each router interface must use its own IP subnet that does not overlap with the address spaces used by the other interfaces. Otherwise, the device may forward the packets through the wrong interface.
In this case, the lan and wan interfaces share the same IP subnet (192.168.1.0/24), so you need to reconfigure either the modem or the OpenWrt device - whichever is easier.
That address conflict will also prevent routing from LAN users to the Internet without a VPN. Always make sure your router installation is working properly as a regular router before trying to install a VPN client.