Questions tagged [bridge]

Bridging is a forwarding technique used in packet-switched computer networks. Unlike routing, bridging makes no assumptions about where in a network a particular address is located.

Bridging is a forwarding technique used in packet-switched computer networks. Unlike routing, bridging makes no assumptions about where in a network a particular address is located. Instead, it depends on flooding and examination of source addresses in received packet headers to locate unknown devices. Once a device has been located, its location is recorded in a table where the source address is stored so as to avoid the need for further flooding. The utility of bridging is limited by its dependence on flooding, and is thus only used in local area networks.

Bridging generally refers to transparent bridging or learning bridge operation which predominates in Ethernet. Another form of bridging, source route bridging, was developed for token ring networks.

A network bridge connects multiple network segments at the data link layer (Layer 2) of the OSI model. In Ethernet networks, the term bridge formally means a device that behaves according to the IEEE 802.1D standard. A bridge and a switch are very much alike; a switch being a bridge with numerous ports. Switch or Layer 2 switch is often used interchangeably with bridge.

Advantages of network bridges

  • Simple bridges are inexpensive
  • Isolate collision domains with microsegmentation
  • Access control and network management capabilities
  • Bandwidth scales as network grows

Disadvantages of network bridges

  • Does not limit the scope of broadcasts
  • Does not scale to extremely large networks
  • Buffering and processing introduces delays
  • A complex network topology can pose a problem for transparent bridges. For example, multiple paths between transparent bridges and LANs can result in bridge loops. The spanning tree protocol helps to reduce problems with complex topologies.

Source: wikipedia

938 questions
3
votes
3 answers

ARP response is not present on the other port of linux bridge based on ubuntu 13.10

I recently build linux based bridge for packet monitoring purpose, but there is BIG problem. the environment is, overall env. target of monitoring is VMs on vSphere. two vSwitches are configured on vSphere host. vSwitch 1 is configured with NIC…
sio4
  • 264
  • 2
  • 11
3
votes
1 answer

LXC container can only access host via bridge

I have an LXC container with i686 Ubuntu 12.04 running on a x86_64 Ubuntu 12.04 host. I've set up a bridge using instructions here. However the ping from the container only goes through to the host and not to other machines on the local network.…
vitaut
  • 131
  • 1
  • 6
3
votes
2 answers

FreeBSD 9.1; bridge0 and default gateway issue

I've got a FreeBSD 9.1-RELEASE-p1 system with three nics, I'm using: igb0, sfxge1 and sfxge2. igb0 used for internet access and is default gateway. Other two nics, I need to use to create bridge0. When system is booted, I execute following commands…
sashk
  • 334
  • 1
  • 9
  • 18
3
votes
1 answer

Assign public and private IP addresses for a KVM guest

I would like to create a KVM guest with two different IPs, like one public IP and another private IP for the same KVM guest. My host is 210.x.x.x. Series and Guest are also configured with the 220.x.x.x. series. Can I config one more IP with another…
techhelp
  • 41
  • 2
3
votes
1 answer

KVM is NOT seeing multiple bridges (only macvtap devices)

I am in the process of doing some thesis research about using ebtables and iptables on a KVM host to perform on-the-fly firewall restrictions to KVM guest VM's. Here is the problem: I have a bridge set up on eth0 called br0. This works fine. I…
Phanto
  • 891
  • 5
  • 16
  • 24
3
votes
1 answer

Can't get network bridging to work

I'm trying to make network bridging to work on a Debian squeeze (I'm experimenting in order to make a QEMU/KVM virtual machine that will be visible to the outside network as if it were a distinct machine). The problem is that when I type brctl addif…
Antonis Christofides
  • 2,598
  • 2
  • 23
  • 35
3
votes
1 answer

bridging real and virtual wireless network interfaces

I have 2 wireless interfaces, one real (eth1) and one virtual (vt0), running on top of the same physical wireless adapter. Both have separate IP address spaces. eth1 is connected to a laptop, and vt0 is connected to another system over p2p. I cannot…
3
votes
1 answer

Server ethernet bridging, fail-safe

Is there server hardware available with two ethernet ports, that can turn into a fail-safe bridge when offline? My use example is a server that does filtering and traffic monitoring on an ethernet bridge interface, but can turn into a…
axon
  • 163
  • 3
3
votes
2 answers

Debian: Should I add vlan interface into bridge for KVM?

I am setting up a Debian Squeeze box as a KVM host. I want to add multiple interfaces to each KVM guest so I want them to be on different VLANs. After reading about this, I believe the best method is to add multiple logical VLAN (sub)-interfaces to…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
3
votes
2 answers

KVM/Libvirt bridged/routed networking not working on newer guest kernels

I have a dedicated server running Debian 6, with Libvirt (0.9.11.3) and Qemu-KVM (qemu-kvm-1.0+dfsg-11, Debian). I am having a problem getting bridged/routed networking to work in KVM guests with newer kernels (>2.6.38). NATted networking works…
SharkWipf
  • 361
  • 1
  • 3
  • 11
3
votes
2 answers

need advice on data center move, communication with both facilities during transition

We are beginning the process of moving to a new facility. Office and warehouse operations will both be moving, and we must get shipping operations up and running at the new location while continuing to ship from the old location. Our contract with…
3
votes
1 answer

Bridge and OpenVPN with shorewall

I have this scenario and everything it's working OK, but I want to configure my Shorewall and I can't do it. My interfaces are: br0 (bridge of eth0) tun0 (OpenVPN) vnet* (each one of bridged interfaces with public IP's) Public Main IP:…
blacksoul
  • 252
  • 7
  • 22
3
votes
1 answer

OpenStack "quantum" network manager and existing bridge/VLAN devices

The Quantum network manager included with recent versions of OpenStack does not support the --bridge and --bridge-interface arguments to the nova-list network create command. Short of writing a new Quantum plugin, is there any way to get Quantum to…
larsks
  • 43,623
  • 14
  • 121
  • 180
3
votes
3 answers

Bridge ppp0 and eth0

I have seen many posts explaining bridging eth and wlan interfaces. I would like to know if it is possible to bridge ppp0 interface (a USB modem) and eth0. I have a working internet connection through ppp0 interface. I want a DHCP server set up…
Jerrin George
  • 31
  • 1
  • 3
3
votes
2 answers

How to bridge multiple wireless access points (and internet entry points) into one network

I have two DSL lines coming in to wireless access points and then running to a RV082 Gateway/Bridge. The gateway then runs to a switch, which runs to multiple PCs and a Printer (See picture below). Normally, I would set up the wireless access points…
amccormack
  • 135
  • 5