I am looking to merge two networks (on the same LAN) and have a question.
Network A router is 192.168.100.1
Network B router is 167.233.100.1
If I want to be able to route clients from the 192 network to the 167 network, can I do the following:
Create static route on 192.168.1001 for
167.233.100.0 /24 for next hop to 167.233.100.1
Or do I have to do the following:
Put in and additional router:
192.168.100.2 for interface1
167.233.100.2 for interface2
Then create static route on 192.168.100.1 for
167.233.100.0 /24 for next hop to 192.168.100.2
Thanks.
Network A router is 192.168.100.1
Network B router is 167.233.100.1
If I want to be able to route clients from the 192 network to the 167 network, can I do the following:
Create static route on 192.168.1001 for
167.233.100.0 /24 for next hop to 167.233.100.1
Or do I have to do the following:
Put in and additional router:
192.168.100.2 for interface1
167.233.100.2 for interface2
Then create static route on 192.168.100.1 for
167.233.100.0 /24 for next hop to 192.168.100.2
Thanks.