Hello,
i have issues on the following scenario with ftmg 2010.
I have 3 nics on the server, one for the internal network (192.168.X.X network), one for the external network (with a public ip default gateway). i have created a third untrusted network (as an external network named gov24) to access ressources on a gov network (the nic on tmg that connect to this network has ip 172.19.7.225). The ressources are on a private 10.10.x.x network (i have added this range to the gov24 network).
i have created a nat rule between internal and gov24 and added a persistant route like this
route add 10.10.0.0 mask 255.255.0.0 172.19.7.225 -p
people from my internal can access a webserver on the 10.10.0.0 network, but after some times i have spoofed packet drop alert, preventing my users from accessing the webserver on 10.10.0.0 range.
what is wrong with my configuration ?
regards