All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] Bridge works, but how host is limited
@ 2006-11-16  1:16 Tom Miller
  2006-11-16  5:37 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Miller @ 2006-11-16  1:16 UTC (permalink / raw)
  To: bridge

I've got a bridge up on my Suse 10 box, let's call it the bridge host.
The 2 NICs are connected, and my main box (Suse 10.1) can print to the
printer on the other side of the bridge host. Everything pings
everywhere, i.e. the LAN extends across the bridge as expected. Cool!

I used the basic configuration:

   1. ifconfig eth0 0.0.0.0
   2. ifconfig eth1 0.0.0.0
   3. brctl addbr mybridge
   4. brctl addif mybridge eth0
   5. brctl addif mybridge eth1

plus:

    ifconfig mybridge 192.168.100.5 netmask 255.255.255.0

On the bridge host, I can browse to an Apache-served web page on my main
box, but cannot browse to the Internet or print on the printer. Wonder
what is wrong? Any suggestions?

Is there some way to configure the bridge itself as a network device?

Thanks
Tom

-- 

Miller Associates, Inc.
www.meddevsqa.com
VOX IA 641.469.3535
VOX MN 612.284.2833
FAX 413.581.6326


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bridge] Bridge works, but how host is limited
  2006-11-16  1:16 [Bridge] Bridge works, but how host is limited Tom Miller
@ 2006-11-16  5:37 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2006-11-16  5:37 UTC (permalink / raw)
  To: tmiller; +Cc: bridge

On Wed, 15 Nov 2006 19:16:02 -0600
Tom Miller <tmiller@lisco.com> wrote:

> I've got a bridge up on my Suse 10 box, let's call it the bridge host.
> The 2 NICs are connected, and my main box (Suse 10.1) can print to the
> printer on the other side of the bridge host. Everything pings
> everywhere, i.e. the LAN extends across the bridge as expected. Cool!
> 
> I used the basic configuration:
> 
>    1. ifconfig eth0 0.0.0.0
>    2. ifconfig eth1 0.0.0.0
>    3. brctl addbr mybridge
>    4. brctl addif mybridge eth0
>    5. brctl addif mybridge eth1
> 
> plus:
> 
>     ifconfig mybridge 192.168.100.5 netmask 255.255.255.0
> 
> On the bridge host, I can browse to an Apache-served web page on my main
> box, but cannot browse to the Internet or print on the printer. Wonder
> what is wrong? Any suggestions?
> 
> Is there some way to configure the bridge itself as a network device?
> 
> Thanks
> Tom
> 

You have no default route. You created a static IP entry, but there is no
route to your gateway.  If you use DHCP, then it sets up default route
as well.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-16  5:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16  1:16 [Bridge] Bridge works, but how host is limited Tom Miller
2006-11-16  5:37 ` Stephen Hemminger

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.