From owner-freebsd-questions Thu Jul 26 17: 5:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netscaler.com (unknown [64.56.196.164]) by hub.freebsd.org (Postfix) with ESMTP id 6940337B401 for ; Thu, 26 Jul 2001 17:05:07 -0700 (PDT) (envelope-from harish@netscaler.com) Received: by MAIL with Internet Mail Service (5.5.2653.19) id ; Thu, 26 Jul 2001 17:02:31 -0700 Message-ID: From: harish To: freebsd-questions@freebsd.org Subject: IPFW with bridging enabled Date: Thu, 26 Jul 2001 17:02:22 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1162F.691DF710" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1162F.691DF710 Content-Type: text/plain; charset="iso-8859-1" Hi I was trying to use ipfw as a bandwidth emulator. Could anyone please guide me on how I could use ipfw with bridge enabled. FreeBSD version: 4.2 FreeBSD is crashing when I try to do the following I have set the following sysctl variables: sysctl -w net.link.ether.bridge=1 sysctl -w net.link.ether.bridge_ipfw=1 ipfw add pipe 1 ip allow from any to any in ipfw pipe 1 config bw 300Kbit/s ipfw pipe 1 config allow <- it crashes here. additional info: I have set following options in my kernel conf file DUMMYNET BRIDGE IPFIREWALL IPDIVERT I have the following in my /etc/rc.conf file firewall_enable = "YES" firewall_type = "OPEN" Thanks in Advance Harish Muppalla ------_=_NextPart_001_01C1162F.691DF710 Content-Type: text/html; charset="iso-8859-1"
Hi
    I was trying to use ipfw as a bandwidth emulator. Could anyone please guide me on how I could use ipfw with bridge enabled.
FreeBSD version: 4.2
 
FreeBSD is crashing when I try to do the following
 
I have set the following sysctl variables:
 
sysctl -w net.link.ether.bridge=1
sysctl -w net.link.ether.bridge_ipfw=1
 
ipfw add pipe 1 ip allow from any to any in
ipfw pipe 1 config bw 300Kbit/s
ipfw pipe 1 config allow <- it crashes here.
 
additional info:
 
I have set following options in my kernel conf file
DUMMYNET
BRIDGE
IPFIREWALL
IPDIVERT
 
I have the following in my /etc/rc.conf file
 
firewall_enable = "YES"
firewall_type = "OPEN"
 
Thanks in Advance
Harish Muppalla
 
 
 
 
------_=_NextPart_001_01C1162F.691DF710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message