Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 1999 08:20:18 +0100
From:      Michael Bretterklieber <mbretter@sbox.tu-graz.ac.at>
To:        freebsd-net@freebsd.org
Subject:   Problems and Questions to bridge
Message-ID:  <99032408331102.00328@babsi.tu-graz.ac.at>

next in thread | raw e-mail | index | archive | help
Hi,

I have the following scenario:

PC1:192.168.0.238                           PC2:192.168.0.96
|---------|        Bridge, FBSD3.1           |---------|
|	  |      |-------------------|       |         |
|      xl0|------|ed1             ed0|-------|         |
|	  |      |-------------------|       |         |
|---------|                                  |---------|

I configured the bridge as described in the manual:
sysctl -w net.link.ether.bridge=1
sysctl -w net.link.ether.bridge_ipfw=1

Problem: I can't ping from PC1 to PC2 or from PC2 to PC1.
If I assign an IP-address to the bridge,
I can ping from PC1 to the bridge and from PC2 to the
bridge, but not through the bridge.
I use also ipfw on the bridge and here is the output:

00150  0     0 allow ip from any to any via lo0
00200  0     0 deny ip from any to 127.0.0.0/8
00300 87 10385 allow ip from any to any in recv ed0
00400  0     0 allow ip from any to any out xmit ed0
00500 54  4536 allow ip from any to any in recv ed1
00600 59  4908 allow ip from any to any out xmit ed1
65535  0     0 allow ip from any to any

It seems that no packet go out through ed0!

a) What I've done wrong?

Thanx,
--
                                \|/
                                @ @
+---------------------------oOO-(_)-OOo---------------------------+
Michael Bretterklieber
Office: Michael.Bretterklieber@gamed.com
Privat: mbretter@sbox.tu-graz.ac.at
URL:	http://www.sbox.tu-graz.ac.at/home/m/mbretter/
+-----------------------------------------------------------------+


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99032408331102.00328>