by logan » Nov 30 07 10:07 am
There shouldn't be many changes required in WinGate if you are connecting your customer site to your main site through a dedicated line. I assume this will be done with independant hardware from the WinGate computer.
All I envisage you will need to do is make sure the WinGate computer knows that it needs to send packets back to the customer network through the dedicated line. This can be done by adding a custom route to the route table of your WinGate computer.
Start > Run > cmd > ROUTE ADD -p xxx.xxx.xxx.xxx MASK yyy.yyy.yyy.yyy zzz.zzz.zzz.zzz
where X = the IP range of your customer network (e.g. 192.168.2.0)
and Y = the subnet mask of the customer network (e.g 255.255.255.0)
and Z = the IP address of the local router that the dedicated line is connected through
If I have misunderstood your question, let me know.