On Thu, Sep 27, 2001, Julian Elischer wrote:

> well, maybe if you told us what you modified, and what happenned.....

$ diff /usr/share/examples/netgraph/ether.bridge ~/eth_bridge.sh
41,42c41,42
< BRIDGE_IFACES="ed0 fxp0 fxp1"
< LOCAL_IFACE="fxp0"
---
> BRIDGE_IFACES="vx0 vx1"
> LOCAL_IFACE=""

As far as what happened, it basically made everything connected to that
hub unreachable by everything else. Other settings are to follow:


# kernel config
options         BRIDGE
options         DUMMYNET
options         IPFIREWALL
options         IPFIREWALL_DEFAULT_TO_ACCEPT

# /etc/sysctl.conf
net.link.ether.bridge=1
net.link.ether.bridge_ipfw=1

No interface was configured with an IP address on the box at the time.
The only ipfirewall rule in use was the default_accept. Thanks.

-- 
Robert Hough ([EMAIL PROTECTED])

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to