Hi guys, i'm having a problem where my VPN clients cannot access my internal servers. I know its a routing issue but not enitrely sure how to add the route, networking isnt exactly my strong suit and the VPN's subnet mask is throwing me off. The internal machines have their core switch as there gateway (192.168.1.1) but the VPN clients have an IP of 172.16.0.0 - 172.16.0.254 with subnet 255.255.255.255 which is being given out by TMG itself. I know its not TMG since i can change the gateway on any server to TMG (192.168.1.2) and get access and i'm not seeing any traffic in my logs if i try to ping anything other than the TMG server,. so i figure i need to add the route on TMG
So would this command be correct
route add 172.16.0.0 mask 255.255.255.255 192.168.1.1
since the above command confuses me, i'll translate what i'm thinking it means
route add (VPN subnet) mask (VPN Mask) (core switch)
and whats this about metrics =(
Thanks in advance