search for: tapbr

Displaying 1 result from an estimated 1 matches for "tapbr".

2007 Apr 18
2
[Bridge] Bridging between user processes
...ging do the job? If so, what am I doing wrong? Linux 2.4.20, root user. I set up tap interfaces like this: >tunctl tap4 >ifconfig tap4 4.4.4.4 promisc up >tunctl tap5 >ifconfig tap5 5.5.5.5 promisc up I then set up the bridge and add the tap interfaces to it: >brctl addbr tapbr >brctl setfd tapbr 0 >brctl sethello tapbr 0 >brctl stp tapbr off >ifconfig tapbr 7.7.7.7 netmask 255.255.255.0 up >brctl addif tapbr tap4 >brctl addif tapbr tap5 I then do a ping over tap4: >ping -I tap4 8.8.8.8 and tcpdump on tap5: >tcpdump -i tap5 and see not...