Hello
At the moment I occasionally have the problem with the Asus RT-AC 86U (Merlin 386.14) that although the ovpn connection is running in the router, the ISP IP is displayed on the PC (Linux Mint 21.3) during the IP check (https://www.dein-ip-check.de). If I then restart the connection in the Asus VPN tab via On-Off or click on apply, the ovpn IP is displayed again during the IP check. Killswitch is activated in the VPN tab.
I have now tried to block the ISP iprange on the PC via iptables, but without success. If I stop the VPN connection in the router, the ISP IP is still displayed on the PC and I can access websites via it.
Here are the iptables I have tried (ISP-Iprange: 217.80.0.0-217.95.255.255).
sudo iptables -A OUTPUT -m iprange --src-range 217.80.0.0-217.95.255.255 -j DROP
sudo iptables -I INPUT 1 -p tcp -m iprange --src-range 217.80.0.0-217.95.255.255 -j DROP
sudo iptables -I OUTPUT 1 -p tcp -m iprange --dst-range 217.80.0.0-217.95.255.255 -j REJECT
The Asus is connected to the Fritzbox. Fritzbox -> Asus: 192.168.178.21
Asus -> PC: 192.168.1.218
Where is the error?
At the moment I occasionally have the problem with the Asus RT-AC 86U (Merlin 386.14) that although the ovpn connection is running in the router, the ISP IP is displayed on the PC (Linux Mint 21.3) during the IP check (https://www.dein-ip-check.de). If I then restart the connection in the Asus VPN tab via On-Off or click on apply, the ovpn IP is displayed again during the IP check. Killswitch is activated in the VPN tab.
I have now tried to block the ISP iprange on the PC via iptables, but without success. If I stop the VPN connection in the router, the ISP IP is still displayed on the PC and I can access websites via it.
Here are the iptables I have tried (ISP-Iprange: 217.80.0.0-217.95.255.255).
sudo iptables -A OUTPUT -m iprange --src-range 217.80.0.0-217.95.255.255 -j DROP
sudo iptables -I INPUT 1 -p tcp -m iprange --src-range 217.80.0.0-217.95.255.255 -j DROP
sudo iptables -I OUTPUT 1 -p tcp -m iprange --dst-range 217.80.0.0-217.95.255.255 -j REJECT
The Asus is connected to the Fritzbox. Fritzbox -> Asus: 192.168.178.21
Asus -> PC: 192.168.1.218
Where is the error?