We have a wired network, with two separate LANs: Corp & Guest.
We set up the Corp network for the business, and all the Windows machines can see each other. We set an network of 192.168.2.0/24 (addresses 100-150 in DHCP pool1) for it.
On the Guest LAN, we set it with network 10.1.1.0/24 (addresses 100-150 in DHCP pool2) for it.
So far, so good.
There is exactly ONE machine on the Guest LAN that needs direct access to the Corp LAN. Unfortunately, because it is on a separate subnet/LAN, it cannot browse anything (with the Windows browser) on the Corp LAN. The problem being NBT not able to cross a router .border.
So we changed the Guest LAN to network 192.168.2.0/24 (addresses 200-245 in DHCP pool2 now). Then we bridged the Guest LAN to the Corp LAN.
This caused the DHCP server display to show RED TEXT because the pools need to be assigned to the bridge.
However, if I assign the pools to the bridge, the separation of the IP addresses is not possible.
OK. Is there a simple way to get:
- A separate subnet for each LAN
- Ability to browse the Corp LAN from the One machine on the Guest LAN