Ok. Just trying to figure out what the draw backs or issues would be in setting up 2 DHCP servers on the same network.
First, I have the setup explained in the thread http://www.tomshardware.com/answers/id-3225182/vpn-cascaded-router-connect-anymore.html which is working fine as is now, but the response I just got back from my ISP regarding that problem makes me thing that I probably want to make use of their solution, but I'm just not sure regarding the part of having 2 different DHCP servers running on the same network at the same time.
According to them, they provide the ability to connect either 2 devices to the internet in layer 3 service thru the 1st and 2nd port of the zhone 2520 ONT fiber optic modem/router they provide, or 1 device on the 3rd port of the ONT which they deliver in layer 2 (and port 4 is used to connect the TVs).
They instruct me to do the following:
1. Connect my tplink 750ac router's WAN port to the 1st port of the zhone 2520 ONT we provide for local internet. This port is a DMZ port. It assigns a fixed IP to that port of 192.168.15.150
2. Connect my second tplink 750ac (now a d-link dir 855) router's WAN port to the second port of the ONT. This port has VPN, L2TP, PPTP, IPSec passthru enabled. It assigns a fixed IP to that port of 192.168.15.151 (Office VPN thru L2TP)
3. Configure router 1's WAN ip to be dynamic
4. Configure router 2's WAN ip to be the VPN using either L2TP or PPTP.
5. On router 1's LAN set:
- ip 192.168.1.1
- mask 255.255.255.0
- gateway 192.168.1.1 and any valid dns servers.
- enable DHCP in the range of 192.168.1.50 thru 127, mask 255.255.255.0 gateway 192.168.1.1 and any valid dns servers.
- name WiFi something unique like "WiFi Local"
6. On router 2's LAN set:
- ip 192.168.1.128
- mask 255.255.255.0
- gateway 192.168.1.128 and any valid dns servers.
- enable DHCP in the range of 192.168.1.177 thru 254, mask 255.255.255.0 gateway 192.168.1.128 and any valid dns servers.
- name WiFi something unique like "WiFi Office VPN"
7. Connect router 1 to router 2 thru LAN ports with ethernet cable.
According to them, with this setup anything that gets physically connected to router 1, or that uses the "WiFi Local" connection will get assigned an IP that will go thru the "local" network, and that anything that is physically connected to router 2, or that uses the "WiFi Office VPN" will go thru the L2TP connection to the Office's VPN. They also recommend that fixed devices like the printers and the NAS servers be assigned a manual IP from 192.168.1.2 to 49 if they are going to go out thru gateway 1 (192.168.1.1) or IPs from192.168.129 thru 176 if they are going to go out thru the second router's gateway 192.168.1.128.
This makes a lot of sense, and I would venture to say that it should work, but I've also read that having more than 1 DHCP server running on a single network is a BIG NO, NO!
What would be the draw back to connecting things in this manner?
Am I going to have issues with both routers trying to give out IPs?
Will this slow down the network?
Or something else you guys might foresee as a problem?
Thanks in advanced.
Alex
BTW, and JFYI the reasons I am considering switching to this manner is that I would be able to access all my resources no matter to which gateways I was running thru (printers, NAS, etc.), and according to the email response from my ISP, I get double my speed for free for the time being since they have it set up right now to give both port 1 and port 2 of the ONT the full bandwidth I am paying for independently..
First, I have the setup explained in the thread http://www.tomshardware.com/answers/id-3225182/vpn-cascaded-router-connect-anymore.html which is working fine as is now, but the response I just got back from my ISP regarding that problem makes me thing that I probably want to make use of their solution, but I'm just not sure regarding the part of having 2 different DHCP servers running on the same network at the same time.
According to them, they provide the ability to connect either 2 devices to the internet in layer 3 service thru the 1st and 2nd port of the zhone 2520 ONT fiber optic modem/router they provide, or 1 device on the 3rd port of the ONT which they deliver in layer 2 (and port 4 is used to connect the TVs).
They instruct me to do the following:
1. Connect my tplink 750ac router's WAN port to the 1st port of the zhone 2520 ONT we provide for local internet. This port is a DMZ port. It assigns a fixed IP to that port of 192.168.15.150
2. Connect my second tplink 750ac (now a d-link dir 855) router's WAN port to the second port of the ONT. This port has VPN, L2TP, PPTP, IPSec passthru enabled. It assigns a fixed IP to that port of 192.168.15.151 (Office VPN thru L2TP)
3. Configure router 1's WAN ip to be dynamic
4. Configure router 2's WAN ip to be the VPN using either L2TP or PPTP.
5. On router 1's LAN set:
- ip 192.168.1.1
- mask 255.255.255.0
- gateway 192.168.1.1 and any valid dns servers.
- enable DHCP in the range of 192.168.1.50 thru 127, mask 255.255.255.0 gateway 192.168.1.1 and any valid dns servers.
- name WiFi something unique like "WiFi Local"
6. On router 2's LAN set:
- ip 192.168.1.128
- mask 255.255.255.0
- gateway 192.168.1.128 and any valid dns servers.
- enable DHCP in the range of 192.168.1.177 thru 254, mask 255.255.255.0 gateway 192.168.1.128 and any valid dns servers.
- name WiFi something unique like "WiFi Office VPN"
7. Connect router 1 to router 2 thru LAN ports with ethernet cable.
According to them, with this setup anything that gets physically connected to router 1, or that uses the "WiFi Local" connection will get assigned an IP that will go thru the "local" network, and that anything that is physically connected to router 2, or that uses the "WiFi Office VPN" will go thru the L2TP connection to the Office's VPN. They also recommend that fixed devices like the printers and the NAS servers be assigned a manual IP from 192.168.1.2 to 49 if they are going to go out thru gateway 1 (192.168.1.1) or IPs from192.168.129 thru 176 if they are going to go out thru the second router's gateway 192.168.1.128.
This makes a lot of sense, and I would venture to say that it should work, but I've also read that having more than 1 DHCP server running on a single network is a BIG NO, NO!
What would be the draw back to connecting things in this manner?
Am I going to have issues with both routers trying to give out IPs?
Will this slow down the network?
Or something else you guys might foresee as a problem?
Thanks in advanced.
Alex
BTW, and JFYI the reasons I am considering switching to this manner is that I would be able to access all my resources no matter to which gateways I was running thru (printers, NAS, etc.), and according to the email response from my ISP, I get double my speed for free for the time being since they have it set up right now to give both port 1 and port 2 of the ONT the full bandwidth I am paying for independently..