F5F Stay Refreshed Power Users Networks Operating on two networks concurrently

Operating on two networks concurrently

Operating on two networks concurrently

X
xNoBeef
Member
133
04-03-2020, 09:39 AM
#1
Hello, I need a PC with two Ethernet connections—one linked to the main network (192.168.1.0) and another local (192.168.2.0). The goal is to reach a device like a NAS at 192.168.2.2 via a web browser. When you enter 192.168.2.2, I want to ensure it connects to the local network instead of the broader internet. Let me know if you need guidance on setting this up.
X
xNoBeef
04-03-2020, 09:39 AM #1

Hello, I need a PC with two Ethernet connections—one linked to the main network (192.168.1.0) and another local (192.168.2.0). The goal is to reach a device like a NAS at 192.168.2.2 via a web browser. When you enter 192.168.2.2, I want to ensure it connects to the local network instead of the broader internet. Let me know if you need guidance on setting this up.

M
MonsterTush
Junior Member
15
04-03-2020, 11:09 AM
#2
Check your PC's routing table by following these steps:
1. Open the command prompt (cmd)
2. Type the command route print
M
MonsterTush
04-03-2020, 11:09 AM #2

Check your PC's routing table by following these steps:
1. Open the command prompt (cmd)
2. Type the command route print

M
Mathpro2002
Member
57
04-03-2020, 05:19 PM
#3
Your PC's IP is 192.168.2.3 on that network, and you're considering using a static route for 192.168.2.0/24 via the interface. Yes, that should route correctly if configured properly.
M
Mathpro2002
04-03-2020, 05:19 PM #3

Your PC's IP is 192.168.2.3 on that network, and you're considering using a static route for 192.168.2.0/24 via the interface. Yes, that should route correctly if configured properly.

P
Prodmaster
Member
169
04-07-2020, 05:30 PM
#4
The interface uses the IP 192.168.2.3 with a 24-bit network mask, so the local address 192.168.2.2 belongs to the 192.168.2.0 network.
P
Prodmaster
04-07-2020, 05:30 PM #4

The interface uses the IP 192.168.2.3 with a 24-bit network mask, so the local address 192.168.2.2 belongs to the 192.168.2.0 network.