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
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.
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.
I was talking about what was possible using the router's normal web interface, not what was possible with user-written scripts.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
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!