Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: route selection and ipfw forwarding



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


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