What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How to use build-in VPN client on RT-N56U Padavan Firmware?

axe

New Around Here
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

ip route add default dev ppp0 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:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top