Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 02:22:07 -0700 (PDT)
From:      Rick Hunter <boyadores@yahoo.com>
To:        questions@freebsd.org
Subject:   bridging without ipfw
Message-ID:  <20011024092207.37052.qmail@web10105.mail.yahoo.com>

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

Hello,

I am running 4.3-RELEASE with the following additional
kernel options set on the GENERIC kernel config file:

options         IPFIREWALL
options         IPFIREWALL_VERBOSE
options         IPFIREWALL_FORWARD
options         IPFIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT
options         IPFILTER
options         IPFILTER_LOG
options         IPSTEALTH
options         DUMMYNET
options         QUOTA
options         NMBCLUSTERS=32768
options         BRIDGE

Compiled kernel successfully and installed it. Add

net.link.ether.bridge=1
net.inet.ip.forwarding: 1

to sysctl.conf. Then, rebooted the machine. This is my
network setup

+--------+         +----------+
|   PC   +A-------B+ BRIDGE   +C------[192.168.1.0/27]
+--------+    ^    +----------+       [    Network   ]
              |
         cross cable

where

A -- 192.168.1.5/27
B -- (no address)
C -- 192.168.1.30/27

PROBLEM:
PC cannot ping the outside network.
The outside network cannot ping the PC.
Therefore, bridge is not working.

I have gone through all BRIDGE documentations. And I
think I have followed everything (I think). Anything
that I missed out ???


--


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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




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