There is more to this than you realize.
This new Router (192.168.1.2) has just become the LAN's primary router
whether you realize it or not. Here's the correct pattern to follow. I am
rather strick in my LAN designs and have specific reasons for the details of
the designs I suggest,...so it is up to you whether you accept or reject my
suggestion, but what I suggest it what I suggest.
1. Undo all the routing you have created for this up to now and get back to
the "beginning"
2. On the ISA add the range of the Clients system to the Internal Network
Definition so that it looks like this:
192.168.1.0 ---192.168.1.255
10.0.0.0 --- 10.255.255.255
3. From a Command Prompt (not RRAS) on the ISA create the following Static
Route:
c:\Route Add -p 10.0.0.0 mask 255.0.0.0 192.168.1.2
4. The LAN Router becomes the Default Gateway of *ALL* the Hosts on the LAN
except for the ISA that stays as it is.
5. On the LAN Router set the Default Gateway (Gateway of Last Resort) to
point to the ISA's IP# of 192.168.1.9.
Make sure this does not break the Leased Line connection. The Router should
use a Static Route (if it needs a route at all) to keep the Lease Line
connection routed properly. It should *NOT* be allowed use the Default
Gateway to keep the Leased Line up.
The Client people on the other end of the connection must use the *exact
same pattern* to this approach using whatever Firewall they are using. If
they have a single subnet LAN then the Router on their end of the line
becomes the primary LAN Router for them just as yours did for you. If they
have a multi-subnet LAN then it will be up to their IT Staff to solve that
routing mystery.
If there are "security issues" between your LAN and the other one,...this
will be handled by creating ACLs on the LAN Router(s) that are attached to
the Leased Line. Each side can handle their own ACLs controls,...traffic
will only flow when both routers "agree" with what is allowed to pass. This
causes the two LAN Routers to become sort of "flat firewalls" (non-NAT
firewalls) between the two LANs.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
Technet Library
ISA2004
http://technet.microsoft.com/en-us/l...chNet.10).aspx
ISA2006
http://technet.microsoft.com/en-us/l...chNet.10).aspx
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/downlo...7/ts_rules.doc
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/p...s/default.mspx
Microsoft ISA Server Partners: Partner Hardware Solutions
http://www.microsoft.com/forefront/e...epartners.mspx
-----------------------------------------------------
<(E-Mail Removed)> wrote in message
news:a0b0fcd3-5803-4cbb-9ba0-(E-Mail Removed)...
> Hello,
>
> I've got LAN set up on 192.168.1.0/24, with a default gateway at
> 192.168.1.9 running win2003 with ISA firewall. I've added a cisco
> router at 192.168.1.2 which connects to a remote client's network
> [10.249.0.0/16] via a leased line.
>
> Internet
> |
> gwy [192.168.1.9]
> |
> ----+-----------+------------+---- LAN [192.168.1.0/24]
> | |
> wkstn [192.168.1.100] rtr [192.168.1.2]
> |
> client_net [10.249.0.0/16]
>
> If I add a static route on wkstn for the client network to go through
> the router, it works fine. However, adding the same route on the
> gateway does not work:
>
>
> C:\>route add -p 10.249.0.0 mask 255.255.0.0 192.168.1.2
> C:\>route print | find "10.249"
> 10.249.0.0 255.255.0.0 192.168.1.2
> 192.168.1.9 1
> 10.249.0.0 255.255.0.0 192.168.1.2 1
> C:\>ping -n 1 10.249.34.8
>
> Pinging 10.249.34.8 with 32 bytes of data:
>
> Destination host unreachable.
>
>
> Does anyone know why this is so?
>
> Thanks in advance for any help!
> --Joe
>
> PS - I've also tried adding the static route via the RRAS MMC snap-in,
> but I get the same result.