From owner-freebsd-questions Mon Aug 19 4:18:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A3E337B400 for ; Mon, 19 Aug 2002 04:18:29 -0700 (PDT) Received: from hotmail.com (f200.law9.hotmail.com [64.4.9.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4367043E3B for ; Mon, 19 Aug 2002 04:18:29 -0700 (PDT) (envelope-from anakfreebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 19 Aug 2002 04:18:29 -0700 Received: from 202.162.214.34 by lw9fd.law9.hotmail.msn.com with HTTP; Mon, 19 Aug 2002 11:18:28 GMT X-Originating-IP: [202.162.214.34] From: "anak freebsd" To: freebsd-questions@FreeBSD.ORG Subject: dummy net Date: Mon, 19 Aug 2002 11:18:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Aug 2002 11:18:29.0158 (UTC) FILETIME=[24F38C60:01C24772] 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 i have a problem when trying to setup my dummynet here is my rc.conf ifconfig_vr0="inet 64.162.15.14 netmask 255.255.255.252" ifconfig_rl0_alias0="inet 64.162.14.9 netmask 255.255.255.248" ifconfig_rl0_alias1="inet 64.162.14.33 netmask 255.255.255.224" ifconfig_rl1="inet 192.168.1.2 netmask 255.255.255.252" firewall_enable="YES" firewall_script="/etc/ipfw.conf" i try to limit b/w from ip 64.162.14.9 by adding this rules in ipfw.conf ipfw add 50 pipe 30 ip from 64.162.14.9 to any in via rl0 ipfw add 51 pipe 31 ip from any to 64.162.14.9 out via rl0 ipfw pipe 30 config bw 128Kbit/s queue 8Kbytes ipfw pipe 31 config bw 128Kbit/s queue 8Kbytes in my kernel i put : options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD options IPFIREWALL options DUMMYNET options IPDIVERT it never work What am I doing wrong? please help me anakfreebsd _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message