If you make it a NAT router it will work without any additions. If you
want the 192.168.0 subnet to be able to see the 192.168.1 subnet, you
need extra routing on the gateway router. The gateway router needs to know
where the 192.168.1.0 subnet is. (ie it needs a route to forward traffic for
192.168.1.0 to the internal router
Internet
|
gateway router
192.168.0.1 (static route 192.168.1.0 255.255.255.0 192.168.0.50)
|
network 1
192.168.0.x dg 192.168.0.1
|
192.168.0.50 dg 192.168.0.1
router
192.168.1.1 dg blank
|
network 2
192.168.1.x dg 192.168.1.1
Todd Hudson wrote:
> We want to connect two different networks:
>
> Network #1 192.168.0.x 255.255.255.0 Gateway 192.168.0.1
> Network #2 192.168.1.x 255.255.0.0 Gateway 192.168.1.1
>
> We have a machine with 192.168.1.1 IP with a subnet of 255.255.0.0 and
> another nic with 192.168.0.50 with a subnet mask of 255.255.255.0
> with a gateway of 192.168.0.1.
>
> We want to have all machines from the 192.168.1.x network be about to
> get out to the internet via the 192.168.0.1 gateway.
>
> Please explain how to do this.
>
> Thanks in advance.
>
> Todd
|