I have a TMG machine on the web and a application cluster with two nodes in the internal network. The two cluster machines are pointing the TMG server's internal network adapter as the default gateway. The DNS server used is on internal network.
On the TMG's side I have a directive granting access to DNS, HTTP, HTTPS and PING protocols for all internal users.
Hi, how do you get the client ip? if you proceed the steps in http://forums.isaserver.org/m_210005700/mpage_1/key_/tm.htm then there may be application issue. because of isa you can not get client ip directly because there is proxy server(isa) between client and the server for example in C# for getting the client ip you should use Request.ServerVariables["REMOTE_ADDR"]; or Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; depends on the confirguration
Yeap, that's why it's driving me crazy. I'm using Reques.ServerVariables to get client into. Even IIS is logs contains the TMG IP address.
I'll try again, more relaxed, maybe I made something wrong. Review my settings and even create a VM to test. The configuration is so simple... I'll check all the configurations again.