What's new

VPN client

  • 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!

agadave

New Around Here
Hello,
on the asus RT-66U with 380.70 (mode router),
it is possible to use the VPN client on some PCs and not other PCs ?
ex:
PC1/ETH1 use VPN
PC2:ETH2 don't use VPN
wifi: don't use VPN

Thank you
 
No it's not possible to select different routes based on the physical connection. You can use the VPN's policy routing but that is based on IP address not the physical connection.
 
Hello,
on the asus RT-66U with 380.70 (mode router),
it is possible to use the VPN client on some PCs and not other PCs ?
ex:
PC1/ETH1 use VPN
PC2:ETH2 don't use VPN
wifi: don't use VPN

Yes.

e.g. 2.4 Guest WiFi 1 SSID Wl0.2 and Switch Port 4 can both be re-assigned to a new bridge interface say 'br1' on a new subnet (aka VLAN) and routed via a VPN.
 
No it's not possible to select different routes based on the physical connection. You can use the VPN's policy routing but that is based on IP address not the physical connection.

Actually RPDB rules allow you to also specify the physical interface
e.g
Code:
ip   rule   add   prio   1000   from   1.2.3.4/28    iif    br1    lookup    dmz
 
Yes.

e.g. 2.4 Guest WiFi 1 SSID Wl0.2 and Switch Port 4 can both be re-assigned to a new bridge interface say 'br1' on a new subnet (aka VLAN) and routed via a VPN.
Actually RPDB rules allow you to also specify the physical interface
e.g
Code:
ip   rule   add   prio   1000   from   1.2.3.4/28    iif    br1    lookup    dmz
I was talking about what was possible using the router's normal web interface, not what was possible with user-written scripts.
 

Similar threads

Sign Up For SNBForums Daily Digest

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