How about browsing to 192.168.2.2? This machine should receive an ICMP
redirect from the LinkSys stating that the 192.168.3.X network is better
reached via 192.168.2.200.
A route should get placed in the route table on 192.168.2.2 when this
happens.
--
--
Dusty Harper
Microsoft Corporation
----------------------------------------------------------------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
----------------------------------------------------------------------------
"AJS" <drew_...@apitat.com> wrote in message
news:#cXEoZD5...@TK2MSFTNGP11.phx.gbl...
> Helle Everybody,
> I'm new to routing, so hopefully this is a way-newbie question with a
simple
> answer :)
> I have setup an Win2K Server RRAS router with 2 NICs. One NIC is internal,
> the other is "external". The external side of the router connects to a DSL
> router/firewall device on another subnet that I control. From my
"internal"
> subnet, I can reach internet sites. However, I cannot reach my "external"
> subnet via Web.
> Here are the specifics:
>
> Linksys Router
> Internal IP 192.168.2.1
>
> Win2K RRAS Router
> Internal IP 192.168.3.200 dg (NONE)
> External IP 192.168.2.200 dg 192.168.2.1
>
> Internal Host
> IP 192.168.3.2 dg 192.168.3.200
>
> External Host
> IP 192.168.2.2 dg 192.168.2.1
>
> The internal host can browse to internet sites, such as www.msn.com, but
> cannot browse to http://192.168.2.1. The external host can browse to
> internet sites. I have not tried browsing to the internal host from the
> external host.
> Any ideas?
> TIA,
> Drew
>
>
>
>
NetSh Routing IP NAT Add PortMapping name="%InterfaceName%" proto=TCP
publicip=%PublicNATIP% publicport=6000 privateip=%ServerIP% privateport=6000
"Dusty Harper {MS}" <DHa...@Online.Microsoft.com> wrote in message
news:O6raLuD...@TK2MSFTNGP12.phx.gbl...