Bridge is the term used in computing to describe a device that connects two or more networks that use different protocols or equal to two segments of the same network using the same protocol, for example, ethernet or token ring.

learn more… | top users | synonyms

0
votes
0answers
4 views

Fast path and Slow path in OpenFlow and Open vSwitch: which object are they related to (OVS or OF)?

I read some materials on Open vSwitch (OVS) which is implemented with OpenFlow (OF). One thing I cannot understand is the meaning of Fast path and Slow path? Which object are they related to (OVS or ...
-1
votes
0answers
23 views

Bridge which is not silent

I have two networks and I want to bridge them, but when I do so, I cannot connect to any remote computer from the computer with the network bridge. What am I doing wrong, or what to do to keep the ...
0
votes
0answers
7 views

No 'sharing' tab when attempting to connect laptop with xbox 360

I am using a Sony Vaio Series SR, Windows Vista and have followed a number of forums and threads on how to resolve the issue. The issue is that when I go to Control Panel > Network and Sharing Center ...
0
votes
0answers
30 views

Integrate Access Point into VMware

I've got a problem concerning the integration of a TP-LINK Access Point into a virtual network segment. Current Setup: Ubuntu 12.04 vmware machine eth0 - NAT mode (turned off when eth2 is active) ...
0
votes
0answers
26 views

How to connect to two networks on a Ubuntu powered laptop?

We are working on our academic project and the project works fine in our home. In my home, I have a direct broadband connection which I am accessing using a WiFi router and to the same router I have ...
2
votes
1answer
53 views

Use ZyXEL WAP 3205 as LAN to WLAN bridge

I've got the following devices: ZyXEL WAP3205 WLAN Access Point [WAP] Comcast / Ubee device with 1 LAN port [COM] Laptop with LAN and WLAN [CLIENT] I want to connect WAP to COM via the LAN port ...
0
votes
0answers
22 views

How to access web server on Raspberry Pi that has bridged eth0 and wlan0

I previously asked this question and now I'd like to make this work. At first br0 was using the same MAC address as wlan0, so it would only get the same IP. However I was able to use ip link set br0 ...
0
votes
1answer
32 views

Using multiple Networks on 1 Bridge

Im using 2 TP-Link TL-WA7510N to bridge a internet connection the connection is using a captive portal for my guests via pfsense. What i would like to do now is run a pc on the same connection without ...
0
votes
1answer
43 views

Bridging Wifi to Ethernet on Ubuntu not working

When running Windows I was able to bridge my wifi connect through my laptops Ethernet connection so a range of ethernet only devices could piggy back off my wifi (Raspberry Pi, Xbox etc etc). I am ...
1
vote
1answer
33 views

Does bridging two network interfaces prevent web server access running on the host?

I have a Raspberry Pi setup as a wireless bridge for an XBox (i.e. Ethernet bridged to the wifi). Currently I can plug in a keyboard directly to reconfigure. Since the bridging works at the lowest two ...
0
votes
1answer
36 views

How to set route for multiple PPPOE Connection

Assume that I have 3 bridged network interface named br0 , br1 , br2 I set up 3 PPPoE connection on these interface named ppp0 , ppp1 , ppp2 Now I set up 3 another bridged network interface br3 , ...
0
votes
1answer
40 views

Virtual Box Router - Windows Host, Linux Guest

I currently have Ubuntu Server running as the Guest OS in Virtual Box on a Windows 7 Host. The Ubuntu Server gets its IP from DHCP and is Bridged to the my Network Adapter. I've disabled Internet ...
0
votes
0answers
200 views

How do I bridge a connection from Wi-Fi to TAP on Mac OS X? (for the emulator QEMU)

I'm trying to setup a bridge between my Wi-Fi connection and an emulator (QEMU). I need a virtual machine to be on the same LAN as the host, with its own IP address. QEMU requires using a TAP ...
0
votes
1answer
39 views

How to identify that one of the bridge interfaces(SW bridge in linux) is down?

I have a board. This board have two interfaces one eth0 and other usb0. eth0 port is connected with network. and usb0 port is connected to another device With the help of bridge-utils, I am able to ...
0
votes
0answers
22 views

setup br100 and nova network fixed ip range

This is my situation: An ESXi 5.0 Server (I'm doing a project for my BD); A pool with 2 VM (1 controller node and 1 compute node) Ubuntu 13.04 amd64 Server installed on both VM The controller IP is ...
-1
votes
1answer
184 views

Wi-Fi router with USB NAS [closed]

I want a Wi-Fi router with USB NAS (The idea is that I can connect my USB drives and then have them in my LAN). It seems it is not so straightforward. When there is a USB in the router, it is not ...
0
votes
0answers
28 views

Airport Express to Dynalink RTA1025W router

I have Airport express connected to the internet and on the other hand Dynalink RTA1025W router. But I am not being able to figure out how to set up Dynalink router as a bridge. My goal is to extend ...
0
votes
0answers
61 views

Windows Network Bridge Connections Greyed Out

I can bridge the connection under administrator account. I have disabled the prohibit installation and configuration of Network Bridge on your DNS domain network Group Policy setting. The option to ...
0
votes
3answers
152 views

Network bridge of networks on two different computers

I have couple of (windows based) computers connected like you can see on the picture. I want to create something like network interface bridge to connect computers A1, A2, B1 and B2. Is there any ...
0
votes
1answer
33 views

Intercept and Edit Packets over a Network Bridge

I've been looking around for a way to intercept a packet as it comes into my main pc, edit it, and then let it continue it's journey to the device bridges though my pc. I've tried writing a c# app to ...
1
vote
1answer
72 views

Virtual Machine can't connect to internet

The VM is running server 2008 and is set up with Active Directory, DNS, Certificate Services and IIS. I am using Bridged networking for the VM so it should be connecting to my network and gaining ...
0
votes
1answer
31 views

Stuck with ethernet

I have an old router that I was wondering if it would be possible to use it as a bridge as such to extend Ethernet For example Main router - Ethernet - Router 2 - Ethernet - device! Any help would ...
0
votes
1answer
24 views

Network says “Bridged” but no bridge exists

So I'm having trouble removing a network bridge that doesn't actually exists, here's a screen shot. Anyone have any ideas? http://puu.sh/2lOlB
1
vote
1answer
122 views

Bridge connection windows 7

When I select wireless network connection and LAN connection and try to bridge connection, a pop-up box comes saying: To create a network bridge, you must select at least two LANS or high speed ...
0
votes
1answer
71 views

Bridge Windows 8 Guest in OSX Mountain Lion Host Virtual Machine for local development

I'm trying to test in a local development environment before committing to my team's repository. Host OS - OS X 10.8.2 Mountain Lion Guest OS - Windows 8 I am running VMWare Fusion 5 as a virtual ...
2
votes
2answers
296 views

Hostapd strangeness

A while back I asked a question about setting my Raspberry Pi up with a bridged network connection - Wired to wireless bridge in Linux - and the answer I got worked well. Now, I had to start all over ...
3
votes
1answer
305 views

IP forwarding on the same network

I have a raspberry pi that I have put wifi on. I am also using its ethernet connection to bring internet to my XBox 360. I want to bridge these connections AND keep them both on the same network. For ...
0
votes
0answers
93 views

Sharing an Internet connection in Ubuntu?

I have a laptop with Ubuntu 10.04 and would like to share its Internet connection with my Raspberry Pi. The laptop is connected to my router via WiFi, and connected to the Pi via Ethernet. I have ...
3
votes
1answer
96 views

Bridged DSL connection works for a bit, then fails bizarrely

I've got a BellSouth FastAccess DSL subscription that has run on an ISP-provided 2wire HomePortal 1700HW combination modem/router for a few years now with no significant issues. I recently acquired a ...
1
vote
2answers
156 views

2 DHCP servers on the same network

Riddle me this: A BT Quantum Phone system has a built in web server for administration and configuration. However it also contains a DHCP server that cannot be turned off and a static IP address that ...
0
votes
2answers
73 views

How much RAM for running a Tor Bridge?

Heyho, I'd like to run several Tor bridges on vservers. Operating system will be Linux (Ubuntu 12.04 amd64). Does someone have experience with how much RAM I'll need? The 512MB vservers cost 30 - 50 ...
2
votes
0answers
298 views

Virtual Box Bridged network w/ Static IP Win7 host Ubuntu Guest

Last year, I had no trouble with doing the following: Create virtual machine Set network adapter to bridged adapter Set static IP Guest connects to Internet, host connects to guest @ 192.168.1.xxx ...
1
vote
0answers
58 views

Cannot access internet on host computer when adapter is bridged for a virtual machine

I am running a Windows Virtual Machine in Hyper-V on Windows 8. To connect the guest machine to the internet, I create a virtual switch using the Hyper-V Virtual Switch Manager. I tell it to use my ...
1
vote
0answers
104 views

VM gets IP from DHCP, but can't ping router. Bridged mode and Virtualbox

Host: Windows 7 64 Guest: Ubuntu 12.04 I'm using two different wireless network. One at work and one at home. At work, VM gets IP, can connect to internet. Everything is OK. At home, VM gets IP, ...
2
votes
2answers
437 views

Configuring bridging in Virtual Box to enable access from other computers in network

I have a Win XP installed on Virtual Box, and as suggested in different posts, i have chosen the bridged mode. When i look at the router logs, i can see that an ip address has been given to the VM and ...
0
votes
2answers
36 views

is this possible to share one network adaptor of host between many guests as bridge

on my system i installed one network adaptor for each guest which use bridge mode, and no there is no more available slot, is this possible to share one network adaptor between many gusets in bridge ...
0
votes
0answers
98 views

Connecting home network hardwired nodes through 4g mobile hotspot

I am really pleased with the throughput of my laptop connected to my LG G2X on Simple Mobile at $40 for the first 250 mb of 4G, then dropping to 3G. $50 will get me unlimited 4G. My problem is I ...
3
votes
0answers
154 views

How to create a network bridge using command line in Windows?

I want create a network bridge using command line, I have tried "netsh bridge install" but the output says unsupported. After a google, I found this post at here, and also here. They all mentioned the ...
0
votes
1answer
104 views

DNS name resolution failure while using bridged wi-fi connection

Trying to connect my new Raspberry Pi to the internet for the first time. The Raspi is connected via a cross-over cable to the LAN port of my laptop. The laptop port is then bridged with the laptop's ...
1
vote
0answers
29 views

How find IP adress of a lost Bridge

This is my network : (Yellow : Wifi and Green : Cable) Image Link : http://i.stack.imgur.com/AtewB.jpg (Sorry I dont have 10 reputation i'm new) My PC 3 can't obtain ip adress by DHCP because the ...
1
vote
1answer
105 views

Routing issue with bridged connection

I had a problem setting up a wired to wireless bridge on my Raspberry Pi box - but that is now fixed - Wired to wireless bridge in Linux - but the consequence seems to be that the squid proxy server ...
9
votes
3answers
2k views

Wired to wireless bridge in Linux

I am attempting to set up my Raspberry Pi as a bridge, using Debian wheezy. I have a hostapd.conf: (some details changed for security, and yes, I know WEP is no good)... interface=wlan0 bridge=br0 ...
2
votes
0answers
243 views

DD-WRT router causing IP address conflicts across network

My DD-WRT router has lost its mind! (Caveat: technically neither of these devices are "routing". I'm going to call them routers anyway.) I just set up two DD-WRT routers, one as a WAP (working fine) ...
1
vote
1answer
1k views

Debian eth0 to wlan0 forwarding, with openvpn

I'm using "raspian" (Debian for the raspberry pi), and would like the raspberry-pi to serve internet access through eth0, using wlan0. The catch here is that while wlan0 is connected to my router, I'd ...
2
votes
0answers
292 views

DD-WRT: Repeater bridge with VPN?

Setup: Router1 and Router2 run DD-WRT Cable modem is connected to WLAN port of Router1 Router2 runs in Repeater Bridge mode (there is also a separate SSID with virtual interface) This setup works ...
0
votes
0answers
71 views

Host Ubuntu Server 12.04 in VirtualBox on Windows 7 Pro

As you know, Windows 7 Pro has a limit of 20 on inbound connection. If I host a Ubuntu Server 12.04 in Windows 7 pro via VirtualBox and bridged the connection, does it mean that now my Ubuntu Server ...
1
vote
1answer
78 views

m0n0wall firewall drops internet connection

I have an ADSL router running in "bridge mode" and a m0n0wall firewall behind that is running its DHCP client on its WAN port, where the ADSL router is connected to. I get regular arp errors in the ...
0
votes
0answers
78 views

Connecting to internet using Bridge mode and see other people in my network

I am a ADSL user and connect to internet using bridge mode that is set in my ADSL modem/router. when I open My Computer in Windows 7 I see a list of other people in my Network section as shown below. ...
2
votes
1answer
397 views

XEN dom0 network Bridge has no connection to domU's

I am using Debian wheezy with XEN 4.1. I have two network bridges xenbr0 and xenbr1. xenbr0 is linked to the real-eth0-nic so the domU's can talk to the outside world, which worked fine. xenbr1 was ...
3
votes
3answers
2k views

Motorola NVG510 bridge mode

I have a Motorola NVG510 modem from AT&T, and I would like to disable all routing functions and use it as just a modem. I have a Time Capsule that's already connected and broadcasting its own ...

1 2 3 4