Results 1 to 4 of 4

Thread: Network bridge in ubuntu

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Network bridge in ubuntu

    I have two network cards in my computer, which are connected to different networks, and I just want to bridge these networks. I have no idea how to make a network bridge in ubuntu. Can anyone suggest me the correct way to make a bridge.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Network bridge in ubuntu

    For making a bridge,you will have to take both adapters offline with the ifdown command. After that run sudo ifdown eth0 and sudo ifdown eth1 from the command line. Then, create a bridge with sudo brctl addbr bridge0. A new virtual network adapter named bridge0 is created by the addbr command . After that connect your real network adapters to the bridge with addif: sudo brctl addif bridge0 eth0 adds the first adapter, and sudo brctl addif bridge0 eth1 adds the second. Now, you are free to attach as many computers, hub, switches, and other devices as much you want. Now, they can communicate with each other. Thus, by following the above process, a network bridge can be esablished.
    Last edited by Calvin K; 19-11-2009 at 03:40 AM.

  3. #3
    Join Date
    Jan 2008
    Posts
    3,388

    Re: Network bridge in ubuntu

    First of all, you need to download firestarter, after downloading, select your internet network, select your local network and now, check the box for share networks.

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Network bridge in ubuntu

    If we compare ubuntu with windows then according to me its very easy to make a bridge in ubuntu than windows. For the bridge, you will have to add, iface br0 inet dhcp bridge_ports eth0 eth1 to /etc/network/interfaces, then after rebooting the system, open the terminal window and then, run sudo ifup br0. This is how you can make bridge in ubuntu. Do let me know whether you got sucess or not? Gud day
    Pay To Developers, Not To RapidShare...!

    http://forums.techarena.in/guides-tutorials/1135890.htm

Similar Threads

  1. Ubuntu running with Intel Sandy Bridge
    By OhhLaLaLa in forum Operating Systems
    Replies: 3
    Last Post: 20-12-2011, 10:49 PM
  2. How to bridge wireless to wired network?
    By X-MaaN in forum Technology & Internet
    Replies: 6
    Last Post: 06-10-2011, 03:04 AM
  3. Does anyone uses Linksys WET54G Network Bridge
    By Jazzgeek in forum Networking & Security
    Replies: 5
    Last Post: 20-04-2011, 10:14 AM
  4. Enable Network Bridge on windows xp
    By Graciano in forum Operating Systems
    Replies: 4
    Last Post: 03-02-2010, 12:20 AM
  5. Network bridge issues with Windows 7
    By Aandaleeb in forum Networking & Security
    Replies: 5
    Last Post: 22-12-2009, 04:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,914,885.88242 seconds with 17 queries