I have an office LAN 192.168.1.0/24 which has a general internet connection via Router1 which is the default gateway on our LAN.
I wish to add a second router/gateway which will route messages to a certain WAN IP via a private Ethernet connection (WAN side is 192.168.12.153/30).
What steps do I need to take to make this happen?
For one thing, I plan to add a second router, Router2, so the addresses would be:
- Router2 LAN side 192.168.1.250/24
- Router2 WAN side 192.168.12.154/30
- Private WAN connection at Router2 192.168.12.153/30
- WAN address to route over private connection 1.2.3.4
I assume I need to add some static routing information. What do I need? On which device do I need to add the static routes?
I have tried some routes but failed.