Sitaution:
1) LAN Connection to the company?s lan (trough company?s LAN gateway). Some site are blocked, some outbound ports as well. No MSN/Skype services; No video/audio streaming.
2) VPN Connection (even trough the company?s LAN), directed to my private ADSL (at home). VPN gateway checked and works fine.
Selecting exclusively either one or the other gateway as a default gateway, everything works fine:
If I set the VPN gateway:
?
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.110 1
?
?
MSN and Skype and everything works fine, but the regular internet browsing became very slow! (All the traffic trough my ADLS)
If I set the LAN gateway :
?
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.28.96.1 172.28.96.136 1
?
?
no MSN/Skype services are available (they are blocked). I can still browse the VPN lan (192.168.0.x), of course.
My aim is to set two gateways working at the same time, balancing internet browsing: the VPN gateway would act as a supplementary, whenever the primary (the LAN gateway) does not provide connection to the requested sites/services.
Setting both:
?
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.28.96.1 172.28.96.136 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.110 1
?
?
I can browse only trough VPN gateway 192.x. That?s not my aim!
I tried to change the Metric to 2:
?
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.28.96.1 172.28.96.136 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.110 2
?
?
But the traffic again is redirected only to LAN gateway, where the traffic is blocked.
Any solution?