From: Marco Stornelli <marco.stornelli@gmail.com>
To: bridge@lists.linux-foundation.org
Subject: [Bridge] bridge eth0 usb0 arp reply problem
Date: Sat, 05 Jun 2010 09:25:38 +0200 [thread overview]
Message-ID: <4C09FBF2.80606@gmail.com> (raw)
Hi,
I'm using a bridge between two interface (usb0 and eth1) to connect a
development board to my pc. On the board there's a usb ethernet gadget
because there's no eth interface. The communication seems to work but
the problem is that I see arp request from the board and no arp reply.
To add a bridge I'm using this commands:
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 usb0
brctl setfd br0 0
ifconfig br0 192.168.0.2 promisc
ifconfig br0 up
I tried even to set promiscous mode for eth1 and usb0 but nothing.
Firewall is down both on by my pc and on the board. In the board I'm
using kernel 2.6.34 and for my pc 2.6.31.12. Is there a way to populate
the arp cache with a parameter or to modify the kernel to add the mac
address in hard coded way? (I know it's bad but only to see if I can do
the next steps). Please help me!!
Marco
reply other threads:[~2010-06-05 7:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4C09FBF2.80606@gmail.com \
--to=marco.stornelli@gmail.com \
--cc=bridge@lists.linux-foundation.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.