- Follow via:
- RSS
- Email Alert
Question
0
Votes
How to connect 2 separate networks to 1 nic?
One of our costumers wants to connect our product (which has 1 NIC running windows CE) to two separate networks he has in his plant for redundancy. Since I can setup the 1 NIC on our product to be multi-homed I wanted to know if there is a way to physically connect the two networks to the 1 NIC without compromising the network separation between the two networks?
1st Aug 2011
Answers (4)
0
Votes
a simple switch
you can use a switch?
1st Aug 2011
0
Votes
A switch might work, but what about arp, dhcp and other broadcast traffic?
A simple switch will not keep these networks completely separated. A multiport router would be better, but would cost some bucks. Too bad you can't stuff another NIC in your equipment.
Updated - 1st Aug 2011
Replies
Could you please elaborate about the Multiport Router? I tried searching the internet but could not find a description that matched your answer.
What about VLAN? Is that an option here?
What about VLAN? Is that an option here?
MosheGoren
7th Aug 2011
0
Votes
A multiport router is a router with two or more ports...
Like these on here:
http://www.buffalo-technology.com/products/wireless/wireless-n-nfiniti/
http://www.buffalo-technology.com/products/wireless/wireless-n-nfiniti/
7th Aug 2011
0
Votes
This won't work
Unless the CE device has two separate ethernet (or WLAN) interfaces, this won't work.
First of all, if there are two separate LANs, you need an interface on the device to plug into each LAN. You cannot put a hub or switch to connect to both networks, or you've created a network loop, crashing the entire network.
When Multihoming a Windows machine, there are two big gotchas:
1) You can have only one active default gateway on the client device.
2) NetBIOS over TCP/IP (NetBT) binds to only one IP address per interface card.
Someone here suggested a simple router to connect to each network; that would not really work, since that would be very risky in terms of how that device is configured. Even with a router, which would allow you to multi-net off of a single ethernet port, the issue remains that you are connecting their two LANs together, and the issues with the default gateway and netbios binding are still there. I am certain that whoever manages their LAN would never approve of adding a router this way.
The best solution would be an A/B ethernet switchbox, or configuring the CE box with a second ethernet port. Note that even with a second port or a switchbox, , it would likely require manual intervention to switch the PC to the secondary LAN if the primary LAN went offline, as the gateway would be wrong and the netbios binding would need to be changed.
First of all, if there are two separate LANs, you need an interface on the device to plug into each LAN. You cannot put a hub or switch to connect to both networks, or you've created a network loop, crashing the entire network.
When Multihoming a Windows machine, there are two big gotchas:
1) You can have only one active default gateway on the client device.
2) NetBIOS over TCP/IP (NetBT) binds to only one IP address per interface card.
Someone here suggested a simple router to connect to each network; that would not really work, since that would be very risky in terms of how that device is configured. Even with a router, which would allow you to multi-net off of a single ethernet port, the issue remains that you are connecting their two LANs together, and the issues with the default gateway and netbios binding are still there. I am certain that whoever manages their LAN would never approve of adding a router this way.
The best solution would be an A/B ethernet switchbox, or configuring the CE box with a second ethernet port. Note that even with a second port or a switchbox, , it would likely require manual intervention to switch the PC to the secondary LAN if the primary LAN went offline, as the gateway would be wrong and the netbios binding would need to be changed.
Updated - 8th Aug 2011

































