Re: if_bridge not working with second interface
From: Andrew Thompson (thompsa_at_freebsd.org)
Date: 11/29/05
- Previous message: Stefan Bethke: "Re: proposal: TCP rendevous"
- In reply to: Qzkan_KIRIK?=: "if_bridge not working with second interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Nov 2005 10:27:18 +1300 To: ?zkan KIRIK <ozkan@mersin.edu.tr>
On Sun, Nov 27, 2005 at 06:03:35PM +0200, ?zkan KIRIK wrote:
> Hi,
>
> i am trying to bridge two interfaces via if_bridge.
> i built a new kernel that includes "device if_bridge" line.
>
> # ifconfig bridge0 addm fxp0
>
> # ping 10.0.0.2
> PING 10.0.0.2 (10.0.0.2): 56 data bytes
> 64 bytes from 10.0.50.1: icmp_seq=0 ttl=64 time=1.847 ms
>
> it works. Then, I removed cable from fxp0 and plugged to fxp1.
> # ifconfig bridge0 addm fxp1
>
> # ping 10.0.0.2
> PING 10.0.0.2 (10.0.0.2): 56 data bytes
> ping: sendto: Host is down
Are you sure that fxp1 is up? make sure you have the following in
rc.conf
ifconfig_fxp0="up"
ifconfig_fxp1="up"
Your symptoms appear like you are missing the second line. Failing that,
check your arp cache to see if the addresses are correct.
Andrew
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Stefan Bethke: "Re: proposal: TCP rendevous"
- In reply to: Qzkan_KIRIK?=: "if_bridge not working with second interface"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|