we have WinGate 6.0.3 Windows Server 2003
server has 2 network cards
local adapter has adress 192.168.110.4 mask 255.255.255.0 without gateway
external 10.24.99.211 mask 255.255.255.240 gateway 10.24.99.209
we connect to internet through VPN connection
server has route:
route add -p 81.25.32.15 mask 255.255.255.255 10.24.99.209 metric 1
81.25.32.15 is provider's internal adreess and we need to connect it without VPN connection
each LAN client has static IP adress 192.168.110.* with gateway 192.168.110.4
how can I setup wingate server/configuration so each client can access Internet through VPN and provider's resource 81.25.32.15 without Wingate Internet Client program?