Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

tunnel problems

Sep 26 07 3:22 am

Hi
I currently run a linux server for handling my internet connection. For various reasons I want to replace this with a windows solution. Knowlegeable people have told me this can't be done. Reason is as follows. I connect via a tunnel wich is controlled by the following linux script

sleep 2
echo "1. Routes To YoAfrica..."
route add -host 192.168.87.82 gw 192.168.60.153 metric 1
sleep 2
echo "2. Route to Telco..."
route add -host 192.168.82.6 gw 192.168.60.153
route add -host 209.88.93.5 gw 192.168.60.153
route add -host 209.88.93.35 gw 192.168.60.153
sleep 2
echo "3. Tunnel to YoAfrica.."
iptunnel add tunl1 mode ipip remote 192.168.87.82 local 192.168.60.154 ttl 255
sleep 2
echo "4. Adding Ip Add on Tunnel..."
ifconfig tunl1 196.44.187.206 netmask 255.255.255.252 broadcast 196.44.187.207
sleep 2
echo "5. Adding Gateway.."
route add -net 0.0.0.0/0 gw 196.44.187.205 metric 1

My question is - can this be handled by wingate and if so how? I have read all the help files and not seen anything that seems applicable. Any workable solution would be appreciated

Sep 26 07 4:27 pm

You can change routing in Windows as well - and you can also use Wingate as a VPN solution and gateway managing solution for the proxies.
Post a reply