All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Thibault <jonathan@navigue.com>
To: bridge@lists.osdl.org
Subject: Re: [Bridge] Queries about Bridging
Date: Mon, 23 Jun 2008 09:44:52 -0400	[thread overview]
Message-ID: <485FA8D4.5020007@navigue.com> (raw)
In-Reply-To: <20080622140530.2091.qmail@f4mail-235-239.rediffmail.com>

You normally should not assign an IP address (or dhcp) to the member 
interfaces, only the bridge interface.

Sibu Thomas Mathew wrote:
>
> Sir,
> I shared internet on a LAN using my machine. It has got two ethernet 
> cards. I installed Ubuntu 8.04. I did the bridging using 
> "bridge-utils". Even though it turned out to be successful, I came 
> across certain other problems:
> 1) I couldn't use the internet using my machine.
> 2) After every restart, I had to redo the whole bridging configuration.
>
> This is how i configured.
> The two ethernet cards are eth0 and eth1. eth1 is the one connected to 
> the internet. This is what I typed:
>     brctl addbr br0
>     brctl addif br0 eth0
>     brctl addif br0 eth1
>     ifconfig br0 up
> Then i edited the /etc/network/interfaces as follows:
>     auto lo
>     iface lo inet loopback
>
>     iface eth0 inet dhcp
>
>     auto eth1
>     iface eth1 inet dhcp
>
>     auto br0
>     iface br0 inet dhcp
>
> After that i restarted the service by typing
>         /etc/init.d/networking restart
> The bridging worked. The client machine could access the internet 
> except mine i.e. the server. Where did I go wrong? What can I do to 
> solve this.
>
> Looking forward for a solution.
> Thanking you.
>
> Yours sincerely,
> Sibu Thomas Mathew
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bridge mailing list
> Bridge@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/bridge


      reply	other threads:[~2008-06-23 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-22 14:05 [Bridge] Queries about Bridging Sibu Thomas Mathew
2008-06-23 13:44 ` Jonathan Thibault [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485FA8D4.5020007@navigue.com \
    --to=jonathan@navigue.com \
    --cc=bridge@lists.osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.