Ethernet Bridge development
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Filippo Graziola <graziolafilippo@yahoo.it>
Cc: bridge@osdl.org
Subject: Re: [Bridge] Problems with Bridging 3 pc's network
Date: Mon, 06 Nov 2006 08:41:14 -0800	[thread overview]
Message-ID: <454F65AA.4040608@osdl.org> (raw)
In-Reply-To: <20061106152538.20092.qmail@web27903.mail.ukl.yahoo.com>

Filippo Graziola wrote:
> Hi sir,
> I'm a student of Trento University and I'm working on
> a network
> project. I need to create a network like this:
>
> PC.1>--ethernet cable-->MAIN_PC(ubuntu
> linux)>------wireless----->PC.2
>
> PC.1 ip: 192.168.0.1
> MAIN_PC ip: 192.168.0.2
> PC.2 ip: 192.168.0.3
> netmask 255.255.255.0
>
> I followed the instruction of the HOWTO and I made a
> bridge on MAIN_PC.
> Previously I set the wireless interface (eth0 - intel
> 2200B/G) with
> ad-hoc mode and I gave it a essid and a channel.
> Without the bridge I can
> ping from MAIN_PC all the others but I noticed that
> when the bridge is
> up I can't ping from the PC.2 the PC.1 (problem nr°1)
> and I can ping
> from PC.2 the MAIN_PC only for a short start time
> (problem nr°2).
>
> When I give this command as root:
>
> echo "1" > /proc/sys/net/ipv4/ip_forward
>   
1. You are Bridging (layer 2) not Routing (layer 3). 

2. Bridging ethernet to wireless doesn't work in most cases because wireless
    bridging requires NDS support which is not in the bridge code, and 
would also
    require different wireless device drivers (using softmac).

See the FAQ on http://linux-net.osdl.org/index.php/Bridge


      parent reply	other threads:[~2006-11-06 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-06 15:25 [Bridge] Problems with Bridging 3 pc's network Filippo Graziola
2006-11-06 16:16 ` Alex Zeffertt
2006-11-06 16:41 ` Stephen Hemminger [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=454F65AA.4040608@osdl.org \
    --to=shemminger@osdl.org \
    --cc=bridge@osdl.org \
    --cc=graziolafilippo@yahoo.it \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox