I am trying to achieve the following,
I would like to connect my two networks together but the problem is they are on different ip ranges
Network A: 172.16.12.0 Subnet: 255.255.255.0 GW: 172.16.1.1
Network B: 192.168.1.0 Subnet 255.255.255.0 GW: 192.168.1.1
Both networks need to ping each other
Is there way I can install two network cards in Linux and configure the routing rules?
And if so How
Thanks
I would like to connect my two networks together but the problem is they are on different ip ranges
Network A: 172.16.12.0 Subnet: 255.255.255.0 GW: 172.16.1.1
Network B: 192.168.1.0 Subnet 255.255.255.0 GW: 192.168.1.1
Both networks need to ping each other
Is there way I can install two network cards in Linux and configure the routing rules?
And if so How
Thanks