I'm using WinGate 6.0.4 (1025). I have 2 Internet connections: adsl and dial-up modem. I have WWW Proxy Service and I want it use only dial-up modem connection, not both. What I did:
I set in Gateway tab for my service "Connection Sheme" to "Use specified connections in priority order (failover)" and added my modem connection (Gateways: Any gateway, Source IP Address: Any IP address). So, there is only this modem connection in the list.
The problem is that my service uses ADSL connection when server isn't connected to ISP through dial-up modem connection. But I want my service to not work when modem isn't connected.
The route table when modem connection is down.
- Code: Select all
C:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 e0 4d 02 20 99 ...... Compex RE100TX PCI Fast Ethernet Adapter
0x3 ...00 c1 28 00 96 d1 ...... Compex RE100TX PCI Fast Ethernet Adapter
0x4 ...00 00 00 00 00 00 ...... NdisWan Adapter
0x5 ...00 00 00 00 00 00 ...... NdisWan Adapter
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 1
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2 1
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2 1
224.0.0.0 224.0.0.0 192.168.0.1 192.168.0.1 1
224.0.0.0 224.0.0.0 192.168.1.2 192.168.1.2 1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2 1
===========================================================================
Notes:
192.168.1.2 - is my ADSL router.
When I connect through dial-up modem ISP give me dynamic IP address.
P.S.
I've read some posts:
http://forums.qbik.com/viewtopic.php?t=1732
http://forums.qbik.com/viewtopic.php?t=2425