Can you be more specific in your answer? I'm not sure I understand your response.
My network layout is as follows:
Internal = 192.168.1.0/24 Perimeter 1 = 172.16.0.0/22 Perimeter 2 = 10.0.0.0/8 External = The Internet
Let's say I input the following command on ISA:
ROUTE ADD 10.0.0.0 MASK 255.0.0.0 192.168.1.3 -P
When I try to ping from Perimeter 1 to Perimeter 2 I see the following error:
0x0 0xc004002d FWX_E_UNREACHABLE_ADDRESS
I have an network rule setup to route between Perimeter 1 and Perimeter 2.
I suspect it has something to do with the fact that I am trying to route a Perimeter subnet (10.0.0.0/8) through an Internal subnet due to my ROUTE ADD statement but I wanted to check with you all to confirm this.
< Message edited by THX -- 6.Feb.2010 10:58:36 AM >
Ok, I finally got around to creating a Visio diagram of what I am trying to do.
When I try to ping an address from the User's network (172.16.0.0) to an IP address in the remote network (10.0.0.0) it times out and ISA Servers logs the following error:
0xc004002d FWX_E_UNREACHABLE_ADDRESS
Networks: Internal = 192.168.1.0/8 Perimeter 1 = 172.16.0.0/22 Perimeter 2 = 10.0.0.0/8 External = The Internet
Network Rules: Perimeter 1 to External = NAT Perimeter 1 to Internal = Route Perimeter 1 to Perimeter 2 = Route