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
1 answer

Can I set up two NICs bridged together and still SSH into the bridging machine?

I have a ubuntu box setup with two NICs. I can bridge them together just fine, but I haven't been able to setup a way to SSH into the box once the connections are bridged together. Here's my /etc/network/interfaces: auto lo iface lo inet…
squinlan
  • 133
  • 5
3
votes
1 answer

IGMP V3 support in Linux-2.6.35

I am trying to start a bridge connection and force it to use IGMPV3. The following command will explain my issue better : The below is the output of force_igmp_version before issuing brctl commands / # cat…
lxusr
  • 131
  • 1
  • 2
3
votes
1 answer

Configure Cisco 877 as bridge between Internet and Cisco ASA 5505

ISP ADSL ---- Cisco 877 Router ---- Cisco ASA 5505 I have the above connection. I'd like to avoid using NAT on the Cisco 837 router, and just put the ASA directly on the Internet. However, I have to use the 837 to connect to the ISP - the ASA…
dunxd
  • 9,632
  • 22
  • 81
  • 118
3
votes
2 answers

Can I bridge IPv4 while routing IPv6 on the same two interfaces?

Is it possible to bridge aliased interfaces? And use their standard "parent" interfaces independently with full functionality? Here's the scenario: I have a Linux based firewall and router with two interfaces (eth0, eth1). I would like to bridge for…
user62491
3
votes
2 answers

Centos KVM Host OS not passing all network traffic Guest OS

I'm running KVM on Centos 5. I have a guest OS, ubuntu 10.04, that has Snort 2.9 installed on it. The guest OS has (2) nic's, eth0 and eth1. One nic, eth0, is configured with an IP and can be accessed from the network that the host OS is on. The…
user97026
  • 31
  • 1
  • 2
3
votes
4 answers

Split your DHCP scope among multiple servers?

I want to implement a redundancy solution. I have two subnets all windows XP machines - each with their own DHCP server - joined by a bridge. Currently - all machines get DHCP leases from the one DHCP server with the other disabled. For when the…
Hawkeye
  • 2,699
  • 9
  • 30
  • 35
3
votes
1 answer

kvm Bridge issue - no network to guest

I currently have a Proxmox (debian) KVM host running multiple OpenVZ Containers for general usage, I am looking at creating a KVM VM however I'm unable to get networking to work for the CentOS KVM Guest. please find network configuration from…
davidcollom
  • 277
  • 6
  • 13
3
votes
2 answers

snmpd configuration to enable BRIDGE-MIB or Q-BRIDGE-MIB

All the Ethernet switches and access points on my network provide snmp access to the bridge learn table except for my linux-based bridge. Does net-snmp support exporting the bridge forwarding database via snmp? This is BRIDGE-MIB defined in RFC…
Ben Voigt
  • 473
  • 6
  • 20
3
votes
1 answer

MAC address for DHCP when using bridge with 2 NICs?

I have a Ubuntu system with 2 NICs where I want to create a bridge br0 and bind both NICs to that bridge using the bridge_ports eth0 eth1 option. I also want to configure the bridge to get an IP address from the local DHCP server. I think I know…
user53747
  • 210
  • 1
  • 6
3
votes
2 answers

Linux bridge responding to arp on wrong interface?

I'm trying to build a silent bridge for monitoring purpose. My computer is running linux 2.6, brctl 1.4 and has 3 NIC: eth0, with an assigned IP, used for SSH maintenance eth1, and eth2 , the 2 ports of the bridge br0 all is set in…
dev.pollux
  • 33
  • 1
  • 1
  • 3
3
votes
3 answers

KVM work with bridge network problems

I try to configure bridge network for KVM(refer to http://www.linux-kvm.org/page/Networking), and it worked for Guest OS, but I have two problems with my Fedora host OS: 1、I can not access internet on host 2、The bridge configuration lost after…
isware
  • 31
  • 2
3
votes
1 answer

KVM network bridge with public static IP for both host and guests

I have a Ubuntu 10.04 server with 2 public static addresses. There is a KVM guest (also Ubuntu) installed and running. What i want is to give the guest an IP of the host, so that both machines have public IPs. When i create a bridge for the guest,…
Lamnk
  • 1,095
  • 3
  • 11
  • 17
3
votes
3 answers

Debian network bridge configuration - /etc/network/interfaces

I'm running a Lenny Xen dom0 hosting multiple virtual machines in a routed IP setup. To get an additional private subnet, I created the bridge xenbr0 in the dom0 with the following commands: brctl addbr xenbr0 ifconfig xenbr0 10.0.0.1 netmask…
maff
  • 311
  • 1
  • 4
  • 14
3
votes
2 answers

openwrt uses a single interface bridge?

My understanding of bridging is that it ties together two interfaces at layer 2. I am looking at a Ubiquiti Nanostation2 running OpenWRT that has an ethernet port 'eth0' and a wifi port 'ath0'. The ethernet port (the 'wan' port) is not part of the…
timbo
  • 229
  • 2
  • 4
  • 12
3
votes
5 answers

Linux Ethernet/wireless bridging

One of our new requirements for a product I work on is to support Ethernet-to-wireless bridging. Suppose we have two network interfaces: eth0 and ath0 (we're using the Madwifi driver). What sort of options do I have to allow computers hooked into…
user35428
  • 133
  • 1
  • 1
  • 4