Hi all,
I using [RT-N56U] with RT-N56U_3.4.3.9-091_base (Padavan's Custom Firmware)
But I can't find any tutorial for setting VPN Client using this firmware.
How do I use the build in VPN client? After configuring it, I can see that is connecting to the VPN server, but the traffic from my computer doesn't go through the VPN.
There is a script to run during connect/disconnect VPN, it will run automatically?
How do I route my LAN range from 192.168.1.2 to 192.168.1.99 to go through VPN?
and 192.168.1.100 to 192.168.1.255 to use non VPN?
(I believe the bash script should be able to do the job for routing, but how to execute the script?)
Following should do the job
What is the purpose for "Route all my traffic through VPN" checkbox? if Put No, it will route only when ping failure? If Put Yes, it will always use VPN?
I using [RT-N56U] with RT-N56U_3.4.3.9-091_base (Padavan's Custom Firmware)
But I can't find any tutorial for setting VPN Client using this firmware.
How do I use the build in VPN client? After configuring it, I can see that is connecting to the VPN server, but the traffic from my computer doesn't go through the VPN.
There is a script to run during connect/disconnect VPN, it will run automatically?
How do I route my LAN range from 192.168.1.2 to 192.168.1.99 to go through VPN?
and 192.168.1.100 to 192.168.1.255 to use non VPN?
(I believe the bash script should be able to do the job for routing, but how to execute the script?)
Following should do the job
ip route add default dev ppp0 table 200
ip rule add from 192.168.1.2 table 200
ip rule add from 192.168.1.2 table 200
What is the purpose for "Route all my traffic through VPN" checkbox? if Put No, it will route only when ping failure? If Put Yes, it will always use VPN?
Last edited: