Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 22:34:18 +0200
From:      Neko Chan <neko@skebo.ac>
To:        freebsd-ipfw@freebsd.org
Subject:   Dummynet issues.
Message-ID:  <6C815595-8FB9-11D7-A469-00039351C496@skebo.ac>

next in thread | raw e-mail | index | archive | help
/sbin/ipfw pipe 1 config bw 10Mbit
/sbin/ipfw queue 1 config pipe 1 weight 1
/sbin/ipfw queue 2 config pipe 1 weight 100
/sbin/ipfw queue 3 config pipe 1 weight 50
# setup rules
/sbin/ipfw add 50 divert 8668 ip from any to any via dc0
/sbin/ipfw add 400 queue 3 tcp from any to any 80
/sbin/ipfw add 500 queue 2 tcp from any to any 22
/sbin/ipfw add 600 queue 1 ip from any to any

Are these totally off?
Highest priority to ssh, second http, then everything else..
Or should i use the mask option when creating the queues?.
Default to accept.
4.7 release, ipfw1+dummynet.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6C815595-8FB9-11D7-A469-00039351C496>