Hi everybody,
I've run into a problem that I hope somebody can help me with. I'm trying to connect two private networks in the following example setup:-
Network A - 192.168.0.0/24
Network B - 192.168.1.0/24
The following criteria apply:-
* Any device on either network should be able to communicate with any other on Network A and B
* Each network has it's own Internet connection and this should be retained. For example, Network A should only use Gateway A, and Network B should only use Gateway B for external communications
* The networks must be able to operate independently at all times, the link between them may not be full-time
* Network A devices should only get DHCP addresses from Gateway A, and Network B devices should only get DHCP addresses from Gateway B.
Network A has a Billion 7800DXL router while Network B uses the 7800N. I've been looking into this and found a very good example shown below:-
https://superuser.com/questions/357...ome-networks-together-using-an-ethernet-cable
The page specifies that an extra router is needed between the two networks to make it work apart from under specific conditions, i.e business level router, Linux gateway etc. I'm not sure if the routers I have contain the feature set I require to avoid using the extra router. In all honesty, the advanced settings are a little beyond my understanding.
One quote given in the page is shown below:-
"You don't need a middle gateway, just put DD-WRT or similar on one of the gateways. Any replacement firmware that allows you to configure vlans will do. If network A is 192.168.1.x and B is 192.168.2.x, you would just need to configure a port on a new vlan on gateway A and give it an IP of 192.168.2.2. connect that port to gateway B. Then on gateway B add a static route for 192.168.1.x through 192.168.2.2"
I found an option to allocate a virtual IP to the router on the 7800DXL and setting up a static route on the 7800N linked the networks. However, although it worked for the most part, I found devices on Network A getting DHCP addresses from Network B etc, which is not desirable. I realise that using a virtual IP merged the two networks in a manner of speaking rather than routing between them.
In conclusion, does anybody know if I can use these routers to achieve my goals, or will I have to buy a third device to route between the networks?
Thanks
I've run into a problem that I hope somebody can help me with. I'm trying to connect two private networks in the following example setup:-
Network A - 192.168.0.0/24
Network B - 192.168.1.0/24
The following criteria apply:-
* Any device on either network should be able to communicate with any other on Network A and B
* Each network has it's own Internet connection and this should be retained. For example, Network A should only use Gateway A, and Network B should only use Gateway B for external communications
* The networks must be able to operate independently at all times, the link between them may not be full-time
* Network A devices should only get DHCP addresses from Gateway A, and Network B devices should only get DHCP addresses from Gateway B.
Network A has a Billion 7800DXL router while Network B uses the 7800N. I've been looking into this and found a very good example shown below:-
https://superuser.com/questions/357...ome-networks-together-using-an-ethernet-cable
The page specifies that an extra router is needed between the two networks to make it work apart from under specific conditions, i.e business level router, Linux gateway etc. I'm not sure if the routers I have contain the feature set I require to avoid using the extra router. In all honesty, the advanced settings are a little beyond my understanding.
One quote given in the page is shown below:-
"You don't need a middle gateway, just put DD-WRT or similar on one of the gateways. Any replacement firmware that allows you to configure vlans will do. If network A is 192.168.1.x and B is 192.168.2.x, you would just need to configure a port on a new vlan on gateway A and give it an IP of 192.168.2.2. connect that port to gateway B. Then on gateway B add a static route for 192.168.1.x through 192.168.2.2"
I found an option to allocate a virtual IP to the router on the 7800DXL and setting up a static route on the 7800N linked the networks. However, although it worked for the most part, I found devices on Network A getting DHCP addresses from Network B etc, which is not desirable. I realise that using a virtual IP merged the two networks in a manner of speaking rather than routing between them.
In conclusion, does anybody know if I can use these routers to achieve my goals, or will I have to buy a third device to route between the networks?
Thanks