Displaying 1 result from an estimated 1 matches for "lnxbr0".
2007 Apr 18
1
[Bridge] Man-in-the-middle scenario within vmware - problem
...the-middle scenario within a VMWare Workstation
team, using brctl. What I want is the following:
PC1 eth0 >---LAN-segment-1---< eth0 PCMITM eth1 >---LAN-segment-2---< eth0 PC2
Now I did the following on PCMITM (PC man in the middle):
ifconfig eth0 down
ifconfig eth1 down
brctl addbr lnxbr0
brctl addif lnxbr0 eth0
brctl addif lnxbr0 eth1
ifconfig eth0 0.0.0.0
ifconfig eth1 0.0.0.0
ifconfig lnxbr0 up
All commands exit successfully and I get eth0, eth1 and lnxbr0 listed in
ifconfig.
brctl show says:
bridge name bridge id STP enabled interfaces
lnxbr0 8000.000c296df055 no eth1...