From owner-freebsd-questions Tue Aug 20 8:36:31 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 38FB737B400; Tue, 20 Aug 2002 08:36:26 -0700 (PDT) Received: from hotmail.com (f191.law9.hotmail.com [64.4.9.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0E943E70; Tue, 20 Aug 2002 08:36:25 -0700 (PDT) (envelope-from anakfreebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 20 Aug 2002 08:36:25 -0700 Received: from 202.150.80.78 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 20 Aug 2002 15:36:25 GMT X-Originating-IP: [202.150.80.78] From: "anak freebsd" To: freebsd-ipfw@freebsd.org Cc: freebsd-questions@FreeBSD.ORG Subject: dummy net wiht ip aliases Date: Tue, 20 Aug 2002 15:36:25 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Aug 2002 15:36:25.0985 (UTC) FILETIME=[5845AF10:01C2485F] 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 hi i tried to limit every client using dummy net but it seem that dummy net didnt work at all here is in my rc.conf: ifconfig_vr0="inet 64.62.215.14 netmask 255.255.255.252" ifconfig_rl0_alias0="inet 64.62.214.9 netmask 255.255.255.248" ifconfig_rl0_alias1="inet 64.62.214.33 netmask 255.255.255.224" ifconfig_rl1="inet 192.168.1.2 netmask 255.255.255.252" gateway_enable="YES" firewall_enable="YES" firewall_script="/etc/ipfw.conf" and in my ipfw.conf: (this rules works ) ipfw add 52 pipe 100 ip from 64.62.214.34 to any out via vr0 ipfw add 53 pipe 110 ip from any to 64.62.214.34 in via vr0 ipfw pipe 100 config bw 64Kbit/s queue 4Kbytes ipfw pipe 110 config bw 64Kbit/s queue 4Kbytes (this rule doesnt work at all) ipfw add 50 pipe 30 ip from 64.62.214.9 to any in via rl0 ipfw add 51 pipe 31 ip from any to 64.62.214.9 out via rl0 ipfw pipe 30 config bw 128Kbit/s queue 8Kbytes ipfw pipe 31 config bw 128Kbit/s queue 8Kbytes ipfw add 48 pipe 28 ip from 64.62.214.10 to any in via rl0 ipfw add 49 pipe 29 ip from any to 64.62.214.10 out via rl0 ipfw pipe 28 config bw 256Kbit/s queue 8Kbytes ipfw pipe 29 config bw 256Kbit/s queue 8Kbytes ip 64.62.214.10 and 64.62.214.19 are gateway for 16 ip public is there any way that i can limit my client with dummy net or someting else? thank you anak freebsd _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message