We have 2 routers the first one has the Internet connection and Internet to router 2 is provided in WAN port by first Router's Lan port, so these two are isolated networks, but Router 2 is double Natted I believe, Is there any solution to prevent double natting, I want to keep the networks isolated I could have made the 2nd router access point but then both will have same address space and I would not be able to control router 2's bandwidth.
Will this do the trick if I go with a subnet mask of 255.255.255.128 in both routers?
first router IP range 192.168.0.0-127
second router IP range 192.168.0.128-255
Both routers have DHCP enabled.
Is there any way to prevent double Nat with static route ARP binding or whatever just the aim is to keep networks isolated and stop double nat? any trick?
{ ISP }
|
| (192.168.0.0/24)
+------[Router 1]------+
| | |
| | |
| pc1 pc2
[Router 2]
| (192.168.1.0/24)
|
+-----+------+
| | |
pc3 pc4 pc5