Can I make Windows behave like an ethernet hub?
Posted
by
dromedary
on Server Fault
See other posts from Server Fault
or by dromedary
Published on 2012-06-09T09:50:09Z
Indexed on
2012/06/09
10:42 UTC
Read the original article
Hit count: 196
I have two machines A and C mutually connected to NICs on a third machine, B, as follows: A-B-C
B is a Windows 7 machine configured with a bridge containing the A-B and B-C NICs, so that A and C can communicate. So far, so good.
I need frames from A destined for B to also arrive at C. Essentially, I would like Windows to behave like a hub rather than a switch. Is there any way to do this?
If you have any ideas at all, no matter how hacky or roundabout, I would love to hear from you! I have been tearing my hair out over this and by now I am willing to try anything. My only limitations are that I can't touch A or change to a different operating system on B.
© Server Fault or respective owner