I'm trying to setup a segregated network arrangement such that Router 1 w/ DHCP server connects to Router 2 w/ DHCP server via LAN->WAN connection.
Ultimately I want to use access restrictions to limit what can penetrate Router 2's segment as this will be used for security cameras and only some machines will have internet access or even access to/from the downstream sub - this is why I wish to use LAN->WAN (unless you know of a better way of course, please feel free to share - thanks)
Router 1: Asus RT-N16 Running AdvancedTomato
Modem attached to WAN port
Router 1's DHCP is setup as:
IP: 192.168.1.1
Mask: 255.255.252.0 (setup this wide to permit VLAN Guest netowork which is on 192.168.10.0/24 as well as static routes for Router 2 and future network expansion)
Range: 192.168.1.2 - 192.168.1.254
There is a static route setup for the second router: 192.168.3.1 (Note that this is inside the netmask but outside the DHCP)
Router 2: Linksys/Cisco E1000 v2 running Shibby
Router 2's DHCP is setup as:
Gateway: 192.168.1.1
IP: 192.168.3.1
Mask: 255.255.255.0
Range: 192.168.3.2 - 192.168.3.50
I also have Wireless setup on the second router.
The second router is setup for local and remote admin access on ports 80 and 8080 respectively.
I have no port forwarding or firewall enabled, nor any other restrictions.
Note that I have also tried using port forwarding on both ports 80 and 8080 with no luck.
When I connect to Router 1's segment I can see Router 2 in the device list at 192.168.3.1 but can not access it via web browser on either :80 or :8080 *bummer*
When I connect to Router 2's segment (either wifi or ethernet) I can connect to the admin on its 192.168.3.1 address.
I'd really love to be able to access its Admin panel from Router 1's network - any help in this area would be great.
Your help, experience and overall guidance is greatly appreciated!