F5F Stay Refreshed Power Users Networks Yes, it is possible to set up two separate networks using two different routers.

Yes, it is possible to set up two separate networks using two different routers.

Yes, it is possible to set up two separate networks using two different routers.

Pages (2): 1 2 Next
X
xFqtal_
Senior Member
670
05-21-2019, 11:11 AM
#1
Yes, it is feasible to set up two separate networks using a single WAN connection. You can configure one network for your primary devices with advanced security features like WPA3 Wi-Fi 6, while the other network can be dedicated to IoT devices with less stringent protections. Your main router handles the secure connections, and the secondary router operates independently for IoT use.
X
xFqtal_
05-21-2019, 11:11 AM #1

Yes, it is feasible to set up two separate networks using a single WAN connection. You can configure one network for your primary devices with advanced security features like WPA3 Wi-Fi 6, while the other network can be dedicated to IoT devices with less stringent protections. Your main router handles the secure connections, and the secondary router operates independently for IoT use.

F
FelixYT_
Member
77
05-21-2019, 02:14 PM
#2
Based on your router's features, you could activate an additional wireless network that remains distinct from your main connection. (Search for terms like "guest WiFi").
F
FelixYT_
05-21-2019, 02:14 PM #2

Based on your router's features, you could activate an additional wireless network that remains distinct from your main connection. (Search for terms like "guest WiFi").

F
FragUb
Junior Member
4
05-30-2019, 02:47 AM
#3
The guest network isn't working because it disregards all firewall rules and has several other restrictions. I prefer to use the second router, which has its own separate network.
F
FragUb
05-30-2019, 02:47 AM #3

The guest network isn't working because it disregards all firewall rules and has several other restrictions. I prefer to use the second router, which has its own separate network.

M
MikHaven
Member
54
06-02-2019, 08:05 AM
#4
You can configure one LAN port on your router as a DMZ and link another router’s WAN port to it. This ensures the second router’s firewall rules govern the IoT network. While it functions as double NAT, it seems the simplest way to achieve your goal.
M
MikHaven
06-02-2019, 08:05 AM #4

You can configure one LAN port on your router as a DMZ and link another router’s WAN port to it. This ensures the second router’s firewall rules govern the IoT network. While it functions as double NAT, it seems the simplest way to achieve your goal.

D
Darkbandit92
Posting Freak
839
06-07-2019, 03:09 PM
#5
Sure, I understand. Setting up two routers with separate networks and Wi-Fi is definitely possible. The first router can be configured with the strongest security features, while the second can accommodate less secure devices such as IoT gadgets. Regarding the guest network, it does have some limitations in customization and firewall rules compared to the main network.
D
Darkbandit92
06-07-2019, 03:09 PM #5

Sure, I understand. Setting up two routers with separate networks and Wi-Fi is definitely possible. The first router can be configured with the strongest security features, while the second can accommodate less secure devices such as IoT gadgets. Regarding the guest network, it does have some limitations in customization and firewall rules compared to the main network.

N
Nobikser
Junior Member
5
06-07-2019, 07:45 PM
#6
I explained it clearly. With just one WAN connection, you must link your routers in a chain. Set up a DMZ port on your main router, making it accessible to the Internet but isolated from the rest of your network. Then attach the second router’s WAN port to that DMZ LAN port on the first router. Customize the firewall settings as needed. Your IoT gadgets will connect through the second router. For added security, place a more secure router behind a less secure one, but be aware this might block certain gaming services due to double NAT.
N
Nobikser
06-07-2019, 07:45 PM #6

I explained it clearly. With just one WAN connection, you must link your routers in a chain. Set up a DMZ port on your main router, making it accessible to the Internet but isolated from the rest of your network. Then attach the second router’s WAN port to that DMZ LAN port on the first router. Customize the firewall settings as needed. Your IoT gadgets will connect through the second router. For added security, place a more secure router behind a less secure one, but be aware this might block certain gaming services due to double NAT.

S
Saskare
Junior Member
35
06-16-2019, 04:14 AM
#7
DMZ seems to be the opposite of what they aim for, since it sends all ports directly to their destination, blocking any port forwarding on the main network. In this configuration, IoT gadgets should reside on the primary router, which acts as a tighter network. This is why I dislike consumer routers—they lack sufficient fine-grained control. It’s like trying to enforce strict firewall rules; you need a solid router OS (such as pfSense) that lets you set up multiple LANs with distinct policies and blocklists.
S
Saskare
06-16-2019, 04:14 AM #7

DMZ seems to be the opposite of what they aim for, since it sends all ports directly to their destination, blocking any port forwarding on the main network. In this configuration, IoT gadgets should reside on the primary router, which acts as a tighter network. This is why I dislike consumer routers—they lack sufficient fine-grained control. It’s like trying to enforce strict firewall rules; you need a solid router OS (such as pfSense) that lets you set up multiple LANs with distinct policies and blocklists.

A
Awesomater14
Member
192
06-25-2019, 01:48 PM
#8
I might have used some vague words again. I believed it meant sending all unsolicited traffic to this device without caring about firewall rules and keeping it separate. I think the second router’s firewall handles everything. Probably needs its own VLAN for this to work... It could be a while since I worked with consumer routers.
A
Awesomater14
06-25-2019, 01:48 PM #8

I might have used some vague words again. I believed it meant sending all unsolicited traffic to this device without caring about firewall rules and keeping it separate. I think the second router’s firewall handles everything. Probably needs its own VLAN for this to work... It could be a while since I worked with consumer routers.

X
xItz_Oli
Junior Member
19
06-25-2019, 06:04 PM
#9
Consumer routers aren't built for this scenario. Adding another NAT layer on top only blocks devices on the first router from reaching those on the second, not vice versa. Malware on the second router can still reach all devices on the main router because it views it as the open Internet. If someone thinks they've set up double NAT mistakenly, the main router would need to act as the IoT network to keep clients on the second router isolated from your main LAN. You'd then place the second router in the DMZ of the main router's setup, allowing uPNP to forward traffic for games, though this may still lead to issues with double-NAT. There are also drawbacks if certain apps need to see IoT devices on the same network as your phone.
X
xItz_Oli
06-25-2019, 06:04 PM #9

Consumer routers aren't built for this scenario. Adding another NAT layer on top only blocks devices on the first router from reaching those on the second, not vice versa. Malware on the second router can still reach all devices on the main router because it views it as the open Internet. If someone thinks they've set up double NAT mistakenly, the main router would need to act as the IoT network to keep clients on the second router isolated from your main LAN. You'd then place the second router in the DMZ of the main router's setup, allowing uPNP to forward traffic for games, though this may still lead to issues with double-NAT. There are also drawbacks if certain apps need to see IoT devices on the same network as your phone.

P
PROROK_DAVID
Junior Member
12
06-26-2019, 01:00 AM
#10
When standard routers lack the ability to form separate LAN segments, using three routers might offer better security. This guide outlines how such an arrangement functions and highlights its limitations. It's worth noting that basic routers often just set up a guest Wi-Fi network without proper segmentation.
P
PROROK_DAVID
06-26-2019, 01:00 AM #10

When standard routers lack the ability to form separate LAN segments, using three routers might offer better security. This guide outlines how such an arrangement functions and highlights its limitations. It's worth noting that basic routers often just set up a guest Wi-Fi network without proper segmentation.

Pages (2): 1 2 Next