The bridge tag has no wiki summary.
3
votes
1answer
666 views
Bridge not working
We want to create bridge (mybridge) on our board over eth0 and eth1 interface. The board runs Linux 2.6.34.9.
Following are the commands:
brctl addbr mybridge
ifconfig eth1 0.0.0.0
ifconfig eth0 ...
4
votes
2answers
642 views
How to know if a network interface is tap, tun, bridge or physical?
As far as i know, there are 4 main types of network interfaces in linux: tun, tap, bridge and physical.
When i'm doing sys admin on machines running KVM, i usually come accross tap, bridge and ...
3
votes
2answers
5k views
Bring down and delete bridge interface that's up
How do I remove a bridge that has an IP address that was brought up manually and isn't in /etc/network/interfaces?
$ ifconfig br100
br100 Link ...