Results 1 to 5 of 5

Thread: Ethernet Bridging on Linux

  1. #1
    Join Date
    Dec 2009
    Posts
    67

    Ethernet Bridging on Linux

    I have recently started learning about the bridging of an Ethernet on Linux operating system. I have tried to do lot of things but I am not succeeding.!! So thought that there would be someone hanging out there who can help me. Please post me some details about the Ethernet Bridging on Linux. Information in details would be appreciable.

  2. #2
    Join Date
    Feb 2008
    Posts
    102

    Re: Ethernet Bridging on Linux

    Ethernet bridging fundamentally involves combining Ethernet interface with one or additional virtual TAP interfaces and bridging them together under the umbrella of a single bridge interface. Ethernet bridges in lieu of the software analog to a physical Ethernet switch. The Ethernet bridge can be deliberate of as a kind of software switch which can be used to attach multiple Ethernet interfaces (physical or virtual either) one single machine while sharing a single IP subnet.

  3. #3
    Join Date
    Mar 2008
    Posts
    335

    Re: Ethernet Bridging on Linux

    Multiple Clients will be competent to connect to the bridge, and each one client's TAP interface will be assigned an IP address that is ingredient of the server's LAN. There Are Two methods for handling client IP address allocation :
    • Let manage its own OpenVPN client IP address pool Using the server-bridge Directive
    • Configure the DHCP server on the LAN to IP address leases Also grant to VPN clients.

  4. #4
    Join Date
    Mar 2008
    Posts
    672

    Re: Ethernet Bridging on Linux

    While doing an Ethernet bridging on Linux, first make sure that you have the bridge-utils package installed. Set the dc, tap, ethnic, eth_ip, eth_netmask, and eth_broadcast parameters to the physical Ethernet interface you would like to bridge. Make sure to use interface year and private which is connected to a LAN which is protected from the Internet by a firewall. You can use the Linux ifconfig command to get information about The Necessary your network interfaces to fill in the bridge-start parameters.

  5. #5
    Join Date
    Oct 2008
    Posts
    127

    Re: Ethernet Bridging on Linux

    You will also have to edit the OpenVPN server configuration file to enable a bridging configuration. How out-the-line Which says dev tun and replace it with INSTEAD :
    dev tap0

    How the Line Out That Begins with server and replace it with:
    server-bridge 192.168.8.4 255.255.255.0 192.168.8.128 192.168.8.254
    Now set up the Linux firewall to sanction packets to surge over the newly created Freely tap0 and br0 interfaces :
    iptables-A INPUT-i tap0-j ACCEPT
    iptables-A INPUT-i br0-j ACCEPT
    iptables-A FORWARD-i br0-j ACCEPT

Similar Threads

  1. Linux compatible Ethernet HDD storage
    By Reuben 1 in forum Operating Systems
    Replies: 3
    Last Post: 29-04-2011, 01:48 AM
  2. MSI GX600P Ethernet Driver For Linux
    By Geetika in forum Windows Software
    Replies: 4
    Last Post: 11-03-2011, 05:49 AM
  3. Ethernet is not recognized in Linux Mint
    By Julien in forum Networking & Security
    Replies: 5
    Last Post: 18-01-2011, 11:19 AM
  4. Configuring ethernet in linux
    By BansiJI in forum Operating Systems
    Replies: 4
    Last Post: 18-03-2010, 10:25 PM
  5. Mounting Windows drive on Linux from ethernet network
    By OSzilla in forum Operating Systems
    Replies: 3
    Last Post: 31-07-2009, 08:46 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,409,854.78514 seconds with 17 queries