Operating on two networks concurrently
Operating on two networks concurrently
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.
Check your PC's routing table by following these steps:
1. Open the command prompt (cmd)
2. Type the command route print
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.
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.