route selection and ipfw forwarding

G Bryant bsd at roamingsolutions.net
Mon Jan 2 05:10:17 PST 2006


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 at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
>To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe at 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



More information about the freebsd-ipfw mailing list