From owner-freebsd-ipfw@FreeBSD.ORG Mon Jan 2 13:10:17 2006 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8312B16A41F for ; Mon, 2 Jan 2006 13:10:17 +0000 (GMT) (envelope-from bsd@roamingsolutions.net) Received: from basillia.speedxs.net (basillia.speedxs.net [83.98.255.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5DA43D72 for ; Mon, 2 Jan 2006 13:10:16 +0000 (GMT) (envelope-from bsd@roamingsolutions.net) Received: from ongers.net (ongers.speedxs.nl [83.98.237.210]) by basillia.speedxs.net (Postfix) with ESMTP id 909CBF008; Mon, 2 Jan 2006 13:52:36 +0100 (CET) Received: from (165.146.229.241 [165.146.229.241]) by MailEnable Inbound Mail Agent with ESMTP; Mon, 02 Jan 2006 14:18:49 +0100 Message-ID: <43B926CC.6080101@roamingsolutions.net> Date: Mon, 02 Jan 2006 15:12:44 +0200 From: G Bryant User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: AT Matik , freebsd-ipfw@freebsd.org References: <43B875FD.6000102@gmail.com> <43B8D510.2010908@gmail.com> <43B8EF40.7020508@roamingsolutions.net> <200601021020.14349.asstec@matik.com.br> <43B921A9.7070109@roamingsolutions.net> In-Reply-To: <43B921A9.7070109@roamingsolutions.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 0552-4, 2005/12/30), Outbound message X-Antivirus-Status: Clean Cc: Subject: Re: route selection and ipfw forwarding X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 13:10:17 -0000 AT Matik wrote: >On Monday 02 January 2006 07:15, G Bryant wrote: > > ># Users with 512Kb / 256Kb access (in) >$cmd 4200 pipe 10 ip from any to $u512k in via $ext_if1 >$bwm 10 config mask dst-ip 0x000000ff bw 512Kbit/s queue 4KBytes ># Users with 256Kb / 128Kb access >$cmd pipe 20 ip from any to $u256k in via $ext_if1 > > > >I was wondering how do you pipe rfc1918 on the outside of a natd router for >incoming traffic > >Joćo > > > > > My external interface is connected to a DSL modem which also nats. > Gray >_______________________________________________ >freebsd-ipfw@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw >To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" > > > > Let me explain more clearly: I used the different groups (e.g. $u512k) to split the internal IP range into IP groups that get different bandwidth according to personal preference or whatever. Currently it is not being used as the whole range is being covered by the $u256k group. i.e. I gave everyone 256k bandwidth. So yes - those rules are currently senseless. Gray