2
votes
1answer
22 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
14 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
27 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
25 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
23 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
0answers
65 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
21 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
39 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
148 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
21 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
93 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 ...
2
votes
2answers
252 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
212 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
86 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 ...
1
vote
2answers
152 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 ...
2
votes
0answers
277 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
53 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 ...
2
votes
2answers
382 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 ...
3
votes
0answers
144 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 ...
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
99 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 ...
2
votes
0answers
222 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) ...
2
votes
1answer
359 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
2answers
402 views

Bridged Tomato network - problems with some devices on bridged wired segment

This is my network: Dotted lines indicate wireless connections, solid lines indicate Ethernet connections. I used two ASUS routers and Tomato to bridge my network. So I have have two wired ...
1
vote
1answer
2k views

VirtualBox Window7 Guest “No Internet Access” with Bridged Networking

Using Ubuntu 12.04 as a VirtualBox host, I've successfully used Bridged Networking with Windows XP guests (because NAT has a bug that causes slow printing). Now, I have a Windows 7 guest. It gets ...
0
votes
3answers
323 views

Network bridge and routing table

I'm trying to understand network bridging (not hardware but software implementation), but get some misunderstanding. A network bridge connects two parts of a network together. For example my computer ...
1
vote
1answer
1k views

Bridged networking to VirtualBox guest from OS X host

I'm trying to bridge my network connection from my OS X host to my Arch Linux guest. However for some reason the bridge network option in VirtualBox doesn't work for any traffic, yet NAT does. How can ...
2
votes
0answers
542 views

QEMU within VirtualBox and bridged connections all the way down

I'm trying to get an ARM QEMU system out on my LAN. I tried running QEMU directly from Windows (Windows 7 x64), with success except I could not get a TAP adapter to bridge to my wireless connection. ...
1
vote
1answer
330 views

Bridging two connections in windows 7

I have recently bought an Samsung UE32ES5500 and I want to connect it to the internet. Not wanting to buy an expensive Samsung wireless adapter for the TV, I've decided to use an ethernet cable. ...
1
vote
0answers
345 views

KVM network bridge and public static IP for both host and guests [closed]

I have a Debian Server with 4 public static addresses. There is a KVM guest (also Debian) installed and running. What I want is to give the guest an IP of the host, so that both machines have public ...
0
votes
0answers
111 views

Setting up a wireless bridge without WDS

I have 2 routers a ZTE & a D-Link 2600U. D-Link has Wireless Distribution System (WDS), but ZTE doesn't. Is it possible to set up a bridge between them somehow without WDS? I can't set it up with ...
0
votes
0answers
278 views

I want to bridge a dlink DIR-501 to a dlink DIR-655

The DIR-655 is my main network and I want my computer connected to the DIR-501 to access the internet. I tried setting up a guest network on the DIR-655, and using WDS but I get no access whenever I ...
2
votes
1answer
237 views

Configure linux machine as bridge/switch and end device

At my home, I have two desktop PCs in two rooms. The router / DSL modem is in one of these rooms. Now I want to configure a home server (having 2 LAN ports, running 24/7) in the corridor between the ...
3
votes
2answers
247 views

How do I use a Mac as switch (or bridge two interfaces)

I need to put a wired device (Blue-ray player), on my home wireless network's subnet, via the mac's wifi connection, as there is no wired connections upstairs. To be more clear, what I'd like is: ...
0
votes
1answer
446 views

extending wired network through wireless connected computer

I have a windows 7 system connected to my home network through wireless. The system has an unused wired NIC. I have installed a smart TV next to the system. I would like to connect the TV to my home ...
1
vote
0answers
314 views

VMWare networking mode (NAT)

I've created a new WinXP vitual machine on my win7 using VMware player. This virtual machine is using NAT (10.0.0.0/24) and has a WAMP server running. I want this to be NAT as I want the server to be ...
2
votes
1answer
11k views

Unable to access the internet from my VirtualBox CentOS VM via wireless connection

I have a VirtualBox CentOS VM setup on my Windows 7 machine. I can ping my router, however I am unable to access the outside world. In Windows I have three network connections setup: Wireless ...
3
votes
2answers
1k views

VirtualBox network configuration

I have a CentOS 6.1 virtual machine, virtualized with VirtualBox on Windows XP. This machine hosts my local development MySQL server. I'd like to find the correct network configuration, so that: my ...
2
votes
4answers
789 views

Linux Bridge Won't Forward Packets?

I am trying to share my Wifi internet connection on my laptop with a desktop computer temporarily. I have set up a bridge between wlan0 and eth0 (called br0), got an address on br0 from dhcp, and even ...
3
votes
1answer
2k views

Using Virtualbox Bridge Networking fails connection from Guest OS to Oracle XE running on Host

I am trying to make a JDBC connection from a VirtualBox Ubuntu Guest OS to an Oracle XE database running o Host. However, the connection is refused. Here are the details of my environment: ...
0
votes
1answer
344 views

eth1 ethernet adapter stopped loading in Ubuntu

I have had a working setup for 3 weeks which suddenly stopped working this morning. I can't identify what changed. I have two network interfaces on my main (Ubuntu 10.10) PC; eth0 is an ethernet card ...
2
votes
2answers
275 views

Bridging multiple routers

I am currently living through router config hell. My main internet connection is in living room A. It is an PPPoE ethernet cable which goes into main WiFi router WR1 (IP 192.168.1.1). This device ...
0
votes
1answer
140 views

How can I connect two laptops with a USB network link (bridge)?

What is a USB network link (bridge)? I bought one, but when connecting two laptops they still cannot see each other. How can I do this?
1
vote
2answers
718 views

How can I combine two ISP connections wirelessly to create one wireless network between two homes?

In a Windows 7 environment, can 2 neighbors establish a combined, wirelessly connected, bridged network in order to share both broadband access points AND files across a Homegroup environment or the ...
0
votes
3answers
28 views

Most economic wireless networking in enterpises, more exactly in the factory part as no wires exists? [closed]

Our enterprise is divided in the office dept and manufacturing dept. The second one is not linked with our servers because there are no wires. The range we would need is about 150 meters. What ...
0
votes
1answer
799 views

Bridging two internal VirtualBox networks

I'm attempting to test out a piece of networking software that simulates delay between different network segments. In order to simulate the delays the software creates a bridge between two of its ...
0
votes
1answer
134 views

bridge networking using pppo

I amusing reliance netconnect from pppo. I have added vbox and vm in it. vm can access outside machines but other cant to vm. can anyone tell me how to bridge in ppp0?
0
votes
0answers
100 views

Network Bridge on Windows XP - frequent disconnections

I have a laptop connected to internet via wireless and have a desktop which cannot connect to the wireless and I wished to share internet between the two. Thus, I posted a question on here and was ...
5
votes
2answers
2k views

second router: access point vs. bridge mode

I have my main router running Tomato. My second router is configured as an access point using a different channel as the main router, but the same SSID/WPA2 info. All the firewall stuff, plus DHCP is ...
1
vote
0answers
166 views

Bridging NDIS into local LAN

I'm out of my depth here. I'm currently accessing the internet on my desktop PC via an NDIS USB connection to my cellphone which is accessing the internet via 3G. I'd like a laptop to also share ...

1 2