Use network bridge on Laptop

Hi,
on my Desktop PC I use a bridge to be able to use VMs that are automatically integrated in the network.
I wanted to have the same setup on my laptop to have a as similar as possible environment.
However I failed to do so: I currently use NetworkManager to manage different WiFi Profiles. My first idea was to create a bridge with netctl, attach ethernet and wlan NIC to it and run dhcpcd on it. Then I tried to disable automatic IP (i.e. DHCP) on the network profiles. However I could not get it to work, dhcpcd always reported a timeout.
I think it would be easier and less error prone (some networks might combine wireless authentication and IP allocation, e.g. eduroam?) to have NetworkManager take care of the IP addresses and simply attach an bridge to the device that VMs or containers can attach to. Is this possible somehow?

This will not work properly because I switch networks regularly.
There are two solutions I`ve come up with
1.: Use etables to mask the MAC address for outgoing packets (NAT on OSI Layer 2) as described on the debian wiki
2.: Do normal NAT
I have yet to try those, I will first try to setup etables, this will allow to copy the setup from my desktop PC. If that wont work I use option 2.
Last edited by SpacePirate (2015-01-18 15:52:33)

Similar Messages

  • Use Your MacBook as a Network Bridge in Snow Leopard (10.6.2)

    Hey everybody,
    I am trying to use my MacBook as a network bridge for my Sony Blu-Ray (BDP-S350) player so it can receive the updates that it needs. I need to know the steps to make your Mac a network bridge. Any Suggestions?

    BradleyBrandon wrote:
    I am trying to use my MacBook as a network bridge for my Sony Blu-Ray (BDP-S350) player so it can receive the updates that it needs. I need to know the steps to make your Mac a network bridge. Any Suggestions?
    I'll guess that your MacBook connects wirelessly and that your player needs an Ethernet connection. In that case, in OS X 10.5 the way you'd do what you need to is to open the "Sharing" panel of System Preferences, then enable "Internet Sharing" by clicking on the checkbox next to it. Set "Share your connection from" to "AirPort" and below that check the box for Ethernet. The steps for OS X 10.6 are probably similar if not identical.

  • Connect to sbRIO via Wi-Fi using wireless bridge

    Hi,
    I have a sbRIO and I want to connect with it (program and deploy code) wirelessly using wi-fi of my laptop PC. I went through few links but they all use two wireless bridges. I have only one wireless router to which I want to connect IP camera and sbRIO and over the other side use my laptop's wi-fi to connect with sbRIO.
    Regards.

    You should be able to do this by plugging your ethernet devices into your router, then joining the wireless network from your laptop. Just make sure that your router is set up so that the wireless and wired networks are on the same subnet. Once you plug the sbRIO and IP camera in, connect to the wifi from your laptop, then to go the router administration screen (usually you just have to type the IP address of the router in your browser and press enter). From there you should be able to see the devices that are physically connected to your router to ensure they are there.
    Have you tried this already? If so what problems are you running into?
    Rob B
    FlexRIO Product Manager

  • Creating a network bridge from ethernet to wifi for xbox

    Hey guys, I'm trying to create a network bridge from eth0(ethernet port) to ra0(wifi) in an attempt to avoid buying a wireless adapter for my new Xbox 360 I got this Christmas. With Windows, it looks incredibly simple(just going into network settings and right clicking basically) but I don't want to boot into windows every time I want to use live... I have searched around the net but I always get DNS errors whenever I play with iptables, does anyone have a good way to get this to run?

    Any chance you guys are going to finish answering it? Since Arch is the do-it-yourself distro, can we get a group of people together who want to make a package or go "fix" the NetworkManager source code to include support for autoconfiguration of bridges?
    Windows calls them bridges now, just for your information. In windows you select or highlight both network interface devices at the same time, right click on either one, and select "Bridge Connections". This is incredibly easy for the user, and it is just as powerful as that mess of instructions you gave up there.
    scripts are OK, but they should never be the final solution to a problem. Remember it helps if more people don't have to know everything about an operating system. If people can avoid the complexity of Linux, they will be happier, more productive, and will enjoy contributing software to Linux or telling their friends about Linux.
    If it requires this "splint" scripting that doesn't work 100% of the time, Linux is going to die a very grisly death. I know more and more people nowadays who know to Bridge the connections in Windows to get internet on their xbox 360s. I can't convince any of them that Linux is better because they ignore the rest of Linux and complain about this one missing feature. Indeed even I can't use Linux to bridge my laptop's connections for use with my desktop or another computer that needs to download 3rd party wireless drivers from the internet.
    I am a huge proponent of Linux, but to be honest, I notice that a bunch of work still needs to be done. I realize the market and business forces are set against Linux right now, but if everyone would stop making new distros and instead fix the packages that go into the existing ones, we could have Linux replace Windows within 5 years.
    If you don't like a distro, go work for the company and help them improve it. Making your own distro is not going to help solve the watered-down developer population.
    Networking is something that is VERY important to people. NetworkManager was a great success and boon to everyday Linux usage. It needs a bit of polishing; that is all.

  • [SOLVED] Network bridge fails to start after systemd update

    Hello,
    After rebooting with the upgraded systemd (208-11 -> 210-2) by bridge could not start.
    journal
    Mar 06 00:08:45 myhost systemd[1]: Job sys-subsystem-net-devices-enp2s0.device/start timed out.
    Mar 06 00:08:45 myhost systemd[1]: Timed out waiting for device sys-subsystem-net-devices-enp2s0.device.
    Mar 06 00:08:45 myhost systemd[1]: Dependency failed for My network bridge with DHCP.
    Mar 06 00:08:45 myhost systemd[1]: Starting Network.
    Mar 06 00:08:45 myhost systemd[1]: Reached target Network.
    # cat /etc/systemd/system/[email protected]
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=My network bridge with DHCP
    BindsTo=sys-subsystem-net-devices-enp2s0.device
    After=sys-subsystem-net-devices-enp2s0.device
    # cat /etc/netctl/br0
    Description="My network bridge with DHCP"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=(enp2s0)
    IP=dhcp
    Commenting out BindsTo and After in the unit file allows to start the service, but it would still throw an error
    Mar 06 00:14:05 myhost systemd[1]: Starting My network bridge with DHCP...
    Mar 06 00:14:05 myhost network[732]: Starting network profile 'br0'...
    Mar 06 00:14:05 myhost kernel: Bridge firewalling registered
    Mar 06 00:14:05 myhost systemd-udevd[739]: Could not apply link config to br0
    I never renamed interfaces, it was always the system-assigned enp2s0.
    What could have become wrong?
    Last edited by aya (2014-03-11 14:31:31)

    aya wrote:I do use a custom kernel and I did not have CONFIG_FHANDLE enabled. I wish it was posted as an announcement or something.
    From the 210 release announcement:
    systemd 210 announcement wrote:
    Heya,
    And here's the next release 210:
    http://www.freedesktop.org/software/sys … 210.tar.xz
    <snip>
    Oh, and one reminder that kinda got lost when we announced 209: you have
    to enable CONFIG_FHANDLE in your kernel to use systemd >= 209
    successfully, otherwise udev won't find any devices.
    <snip>

  • BEFW11S4 Configured as Network Bridge

    I have an existing LAN from my ISP with multiple PCs connected to it and one Network Enabled Printer using CAT 5 connecting to the router. I would like to make printer wireless connection to LAN and would like to use my BEFW11S4 as the "bridge" to the LAN, can I configure this device as a "network bridge" and if so how can I accomplish that?
    Solved!
    Go to Solution.

    Thank you for reply.  So in my ongoing quest to solve my remote printer problem I have stumbled onto the WPSM54G and would like to know/understand if I can connect a network printer via ethernet cable to the WPSM54G and then be able to address the printer from any PC on my network that previously accessed the device when it was directly ethernet cabled into my router?

  • Bug in Hyper-V: Network Bridge's ARP proxying broken in certain scenarios

    Edit
    I am quite sure now this is a bug. The ARP proxying does not work for VMs if the packet-recipient is not directly attached
    to the external vswitch that is bridged to the wifi-nic!
    /Edit
    I am running a test lab on my Windows 8.1 using Hyper-V.
    My problem is, that the virtual LAN has limited connectivity, when the external vSwitch is configured to use the wifi interface, instead of the cable interface. I am troubleshooting this issue for hours now and I reached the point where I believe the Network
    Bridge, that is created by the Hyper-V Virtual Switch Manager, is not forwarding packets.
    Pings are delivered from 192.168.178.2 to 192.168.178.1 and back again.
    Pings from 192.168.0.10 are delivered to 192.168.178.1, and the reply does reach the wifi interface …
    == Trace on the WiFi interface ==
    Here you see a log of the trace on the WiFi interface of the Hyper-V-Host,
    while 192.168.0.10 is pinging 192.168.178.1
    No Time Source Destination HW Source HW Destination Protocol Info
    3 0.003340000 192.168.0.10 192.168.178.1 24:65:11:cc:c0:9e 24:65:11:2b:35:e4 ICMP Echo (ping) request id=0x0001, seq=44/11264, ttl=127 (reply in 4)
    4 0.006094000 192.168.178.1 192.168.0.10 24:65:11:2b:35:e4 24:65:11:cc:c0:9e ICMP Echo (ping) reply id=0x0001, seq=44/11264, ttl=64 (request in 3)
    5 0.006152000 192.168.178.1 192.168.0.10 24:65:11:cc:c0:9e 24:65:11:2b:35:e4 ICMP Echo (ping) reply id=0x0001, seq=44/11264, ttl=64
    … but is never forwarded to the Network Bridge interface.
    == Trace on the Network Bridge interface ==
    Here you see a log of the trace on the Network Bridge interface of the Hyper-V-Host,
    while the Hyper-V-Host is pinging 192.168.178.1 (#1)
    and the 192.168.178.2 is pinging 192.168.178.1 (#7)
    -> Note: The ping-reply from 192.168.178.1 to 192.168.0.10 is missing!
    1 0.000000000 192.168.178.1 192.168.178.21 24:65:11:2b:35:e4 24:65:11:cc:c0:9e ICMP Echo (ping) reply id=0x0001, seq=9/2304, ttl=64
    7 7.852500000 192.168.178.1 192.168.178.2 24:65:11:2b:35:e4 00:15:5d:b2:21:18 ICMP Echo (ping) reply id=0x0001, seq=439/46849, ttl
    How do I solve this problem?

    Hi,
    In that article I read this :
    " This is supported on wired physical NICs (by putting the NIC in promiscuous mode),
    but not supported on wireless NICs since the wireless channel established by the WiFi NIC and its access point only allows Ethernet packets with the WiFi NIC’s MAC address and nothing else. In other words, Hyper-V couldn’t use WiFi NICs for
    an external switch if we continued to use the current virtual switch architecture."
    Based on my understanding , the prerequisite of external virtual switch is physical NIC supports promiscuous mode . The blogger's opinion is that wireless NIC do not support promiscuous mode ,so the workaround "mac bridge " arises .
    (but "microsoft MAC Bridge" is designed by microsoft to support creating external Vswitch on these wireless NIC which doesn't support promiscuous mode , so I think it is not a bug , it is by design ).
    Also we have not yet tested with a wireless NIC which supports promiscuous mode .
    "In computer networking, promiscuous mode or promisc mode is a mode for a
    wired network interface controller (NIC) or wireless network interface controller
    (WNIC) that causes the controller to pass all traffic it receives to the central processing unit (CPU) rather than passing only the frames that the controller is intended to receive. "
    http://en.wikipedia.org/wiki/Promiscuous_mode
    Best Regards
    Elton JI
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My Airport does not connect to network from Windows laptop, but guest network does connect to internet

    I set up my new Airport Extreme and can connect to the network with any IOS device (iPod Touch, iPhone or iPad).  When attempting to connect to network with my work laptop (Windows 7), I get an error that it cannot connect.  I have no problem connecting to the Guest Network on this laptop.  Unfortunately, no network connection. 
    I have Cox Communication Internet through there Motorola SURFBoard Cable Modem Model No. SB5101U.  

    Hey there shriya bhardwaj!
    I have an article for you that will help you troubleshoot this Wi-Fi issue on your computer:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I am using a macbook air laptop, i trying to transfer my photoshop files from my macbook desktop to my laptop but it comes up with Error: 1 and advises me to contact adobe support for help.

    I am using a macbook air laptop, i trying to transfer my photoshop files from my macbook desktop to my laptop but it comes up with Error: 1 and advises me to contact adobe support for help.

    Are you referencing your Photoshop image files, or Photoshop application files?
    If the latter, cease and desist at once!
    Always install Photoshop from scratch, from the original media: CD/DVD or download.
    If the former, please provide details:
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Network bridge problems linking wwan0 and eth0 [SOLVED]

    Hi There,
    I have just got working a 3G modem which appears as device wwan0. I am trying to link this interface to my wired ethernet eth0.
    wwan0 seems to work fine with network manager, getting a IP address via dhcp works just fine and I can use the interface.
    However, when I disable network manager and try to bring up the bridge with "netcfg up bridge" it times out, failing to get an lease with dhcp.
    My /etc/network.d/bridge file contains the following:
    INTERFACE="br0"
    CONNECTION="bridge"
    DESCRIPTION="Bridge wired and wireless connection"
    BRIDGE_INTERFACES="eth0 wwan0"
    IP="dhcp"
    #FWD_DELAY=10
    As per the wiki, I have tried using various values for FWD_DELAY (i.e 10 7 5,4,3,2,1,0) but nothing ..
    The relevant sections of /etc/rc.conf are:
    NETWORKS=(bridge)
    DAEMONS=( ... net-profiles !networkmanager ...)
    It seems that DHCP via networkmanager is the only way the interface gets an IP. I even tried "dhcpd br0" or "dhcpd wwan0" and they both time out.
    Anyone have any suggestions?
    Last edited by bmentink (2012-05-15 22:02:00)

    Hi,
    Ok I have this working now, here are the steps I used.
    1. Allowed NetworkManager to setup the 3G Interface wwan0 with DHCP ..
    2. Disabled my eth0 interface from Networkmanager by putting an entry in /etc/Networkmanager/Networkmanager.conf
    3. Manually configured eth0 with a static IP of 192.168.0.1
    4. did the "echo 1 > /proc/sys/net/ipv4/ip_forward" thing for IP forwarding
    5. did the following with iptables:
    iptables -t nat -A POSTROUTING -o wwan0 -j MASQUERADE
    rc.d save iptables
    rc.d start iptables
    6. Connected my wireless router "wan" port to eth0 and configured for 192.168.0.2 IP address and DNS servers dished up from the network  ..
    ( .. looked at the entries in /etc/resolve.conf on the PC I am sharing the internet )
    I can then connect to my wireless lan with my other computers..and on to the internet ... yahoo .. :-)
    The only issue I have with this setup is getting the 3G interface to connect automatically to the network .. I ticked the box in networkmanager, but it doesn't seem to work
    if I reboot the PC or take the usb T stick out and plug back in, I have to manually connect to the network with networkmanager. Does anyone know how to do this automatically ..
    [edit] seems this is a known bug ... you can only auto connect when the interface power is set to "on", but stupidly it defaults to "off"
    Thanks,
    B.
    Last edited by bmentink (2012-05-14 07:56:04)

  • What is it "USB-USB Network Bridge Adaptor" in my NI PXI-8106 controller?

    What is it "USB-USB Network Bridge Adaptor" in my NI PXI-8106 controller?
    Could I disable this device in "Device Manager". Because it is generating new network card and same application which is using PC information is using this "interface" to generate PC information for licensing.
    I am using TestStand 4.01 and LabVIEW 8.5 and Acculogic ScanNavigator
    Solved!
    Go to Solution.

    Hi JCC,
    I don't think that's an NI software/driver, you can certainly try and disable it in Device Manager and see what effect it has. You can always enable it again if it causes problems when disabled.
    Regards,
    Imtiaz Chowdhury
    Head of Digital Technologies
    Brand786

  • Creating Network Bridge in Windows 7 on wired port causes cable unplugged

    So I created a Microsoft Loopback interface and tried to create a Network Bridge in Windows 7 with the wired Ethernet port on my E7440 laptop.  But once the bridge is created and the interfaces added, the Ethernet port says 'cable unplugged'.  If I take the interface out of the bridge, it sits there for quite a while before it says it is active again.
    I'm pretty sure I have been able to do this on other PCs.  Is there something new here or a bug with this model?
    Thanks,
    Greg

    Hi Greg,
    I don't know of anything specific to the E7440 that would cause that problem.  I would think any security software, or hardware, would block pings to the loopback address, not report it as cable unplugged.  I just wonder if there is something with the driver that is causing it?  (Since it sounds like without the loopback that the NIC is functioning correctly). 
    The E7440 comes with Intel AMT for remote maintenance, but I wouldn't think it would block what you're trying to do.  And even if it did, then it still shouldn't give that media unplugged message.
    To be honest, these forums aren't the best place to get answers to this sort of question.  We try to do best possible support but this might be an issue where you need to contact Dell's Tech Support and speak to the software agents who are more experienced in advanced software support.  
    Sorry we couldn't be of more help to you.
    Todd

  • Network Bridging incredibly slow

    Hello, I have a small server running Windows Server 2012 Essentials R2. My problem is the speed of network bridging. The server has two Intel 82574L Gigabit NIC's one of which is connected to my router and the other to my main PC. I have done this to allow
    my PC to talk to server over gigabit and the rest of the devices to talk to it over 10/100 or Wireless. If I select the two adapters and then bridge them to allow my PC to talk to the rest of the network transfer speed to and from the server become very slow
    (This is the same for all the devices in the house). However if I remove the bridge and instead choose the share internet option on the NIC connected to router my speeds go back to normal. (Just to clarify slow is 200 kilobytes per second and normal is 30
    megabytes per second approximately).
    Any help would be much appreciated
    Thanks
    Nathan

    Hi Nathan,
    Both of network bridge and ICS are the ways you can choose to connect network segments. network bridge enable all of the computers to communicate with each other, and making them appear to be a single IP subnet. ICS uses DHCP to assign private IP addresses,
    and NAT  to allow computers on the private network to connect to the public network through the ICS host.
    Based on different network topology, traffic and some other factors, as Dave Patrick said, hardware device will performance better than software device(Windows Server 2012 that is not dedicated to performing network bridge only, but which performs bridge
    as one of multiple processes running on the computer). These two methods will have different impact on network performance.
    For further confirm this problem, I suggest you to use System Monitor
    within Windows, or Network Monitor( down load link:
    http://www.microsoft.com/en-us/download/details.aspx?id=4865) to monitor network performance.
    Best Regards,           
    Eve Wang

  • Want to use LWAPP Bridge on mobile cart in our wireless deployment.

    Want to use LWAPP Bridge on mobile cart in our wireless deployment.
    Question.
    I have several mobile carts that use an automous AP in bridge mode to connect to our wireless network. The cart machine connects to the ethernet port in the AP. We use this for ultrasound carts, moble video units, cardio-echogram machines. I need the same functionality, but I want to have the AP(s) be LWAPP for better managability and troubleshooting capabilities. I plan to put them in their own AP group.
    How can I do this? Thank you in advance.

    No, but there is for the 1262 and 1142 which won't be discontinued for awhile yet probably. Most newer items are starting to have wireless cards installed in them thus removing the need for bridges, this is a trend that we will probably see more of going forward.

  • IPhoto: Using Adobe Bridge

    I am presently using both iPhoto and FCPX. I only use iPhoto store the photos and images I use in albums. If I need to modify them I take them into Photoshop and then save them backin iPhoto. However, I now have about 5,000 images and feel a need to be able to sort them further and do more global commands on them (such as resize). For this, I really miss using Adobe Bridge. Is there a way to use Adobe Bridge with iPhoto?

    Thank you. I am beginning to think I need to investigate exactly what and how much iPhoto really does. I didn't know it was this powerful. I will go to the link you gave me.
    I think I am feeling overwhelmed with so many images because I need to find a good way to organize them via keyword (which I know iPhoto does - I just don't know how to select by keyword "yet").
    I did like the capability in Bridge of selecting a lot of photos together and resizing them to all the same size in one command (via Photoshop).
    I really do need a powerful photo manager so I need to understand how much iPhoto can do for me. I see I also have a lot of duplicates now so my initial idea of sorting by photo album name was not a good idea. I need to use keywords instead.
    If iPhoto doesn't allow me to resize a batch of photos in one command, for the few times I need to do it, I can always export them into a folder and then do it in Photoshop because I would want to retain the photo in its original size anyway.
    Now to the link you gave me . . .

Maybe you are looking for

  • I have an iPod Touch and an iPad. Cannot connect to iCloud.

    Trying to connect to the iCloud I get message that "the certificate for this server in invalid". This happens with both my iPod Touch and iPad running ios 5. Trying to connect through an Airport Express. Are there setting for Airport that need to be

  • Workflow Error Purchase Order

    Hi Experts, my issue is the following: We try to create a purchase order in SRM with a local mapped category (mapped to the local srm system) and depending on the user the target system should be overwritten in BADI bbp_determine_logsys to get the pu

  • Setting BB Pearl Flip clock to network? Desktop Manager asks for an update to languages.

    The Flip looks appears to require manual time adjustment rather than pulling the date and time information from the local network, either by setting it through options on the clock function, or through the Options - Date & Time menu. My Desktop Manag

  • All Transactions Report to Non-System Admin

    Is it possible to broadcast a report of all transactions to a non-system admin? Background: Project Manager who is not a System/Travel admin,  would like monthly reports of all expense reports and expenses from system. Since reporting is based on rol

  • ORA-03115 Error using CLOB with JDBC

    When I try to access CLOB field data with JDBC driver, I gets following error: ORA-03115: unsupported network datatype or representation. I am using JDBC 8.1.6(Thin), Oracle 8.0.5 on Linux OS. what's the problem ? Thank you for any help. Taesoo. null