I am attempting to change our network setup and I seem to be having a bit of a mental block as far as creating the correct statis routes.
I have two routing devices on location here, one has three interfaces and connects our local network to an outside network as well as a to another router that forms the connection for 13 remote locations through T1s. For example, lets say the local subnet is 192.168.1.x, the connection between the two devices is 192.168.2.x, and the subnet for the outside world is 192.168.3.x. And let's say the network subnets at are remote locations are 192.168.50.x-192.168.63.x
Here is the setup for the 3 interface device:
Int1 is assigned 192.168.1.1/24 (Local subnet)
Int2 is assigned 192.168.2.2/30 (connection to the router that connects to our other remote locations)
Int3 is assigned 192.168.3.1/24 (our connection to the outside)
Used static routes:
192.168.1.0/24 is attached
192.168.3.0/24 is attached
192.168.2.0/30 is attached
Route 192.168.0.0/16 to 192.168.2.1 int2 distance 15
Default Route 0.0.0.0/0 to 192.168.3.254 int3 (firewall gateway) distance 25
The other routing devices seems to be routing correctly. It routes to all the remote branches and back and sends traffic to the 3 interface device as it should. The interface between the two devices is 192.168.2.1 on the router for the remote locations.
Using this setup, I am able to pass traffic from the 192.168.1.x to the 192.168.3.x subnet just fine. However, I cannot communicate with any of the remote locations from our local subnet.
Any thoughts on this? I apologize if my description is unclear as well.
I have two routing devices on location here, one has three interfaces and connects our local network to an outside network as well as a to another router that forms the connection for 13 remote locations through T1s. For example, lets say the local subnet is 192.168.1.x, the connection between the two devices is 192.168.2.x, and the subnet for the outside world is 192.168.3.x. And let's say the network subnets at are remote locations are 192.168.50.x-192.168.63.x
Here is the setup for the 3 interface device:
Int1 is assigned 192.168.1.1/24 (Local subnet)
Int2 is assigned 192.168.2.2/30 (connection to the router that connects to our other remote locations)
Int3 is assigned 192.168.3.1/24 (our connection to the outside)
Used static routes:
192.168.1.0/24 is attached
192.168.3.0/24 is attached
192.168.2.0/30 is attached
Route 192.168.0.0/16 to 192.168.2.1 int2 distance 15
Default Route 0.0.0.0/0 to 192.168.3.254 int3 (firewall gateway) distance 25
The other routing devices seems to be routing correctly. It routes to all the remote branches and back and sends traffic to the 3 interface device as it should. The interface between the two devices is 192.168.2.1 on the router for the remote locations.
Using this setup, I am able to pass traffic from the 192.168.1.x to the 192.168.3.x subnet just fine. However, I cannot communicate with any of the remote locations from our local subnet.
Any thoughts on this? I apologize if my description is unclear as well.