## Paul's Example - Bandwidth Limiting: #${fwcmd} add pass tcp from any to any 22 # allow ssh no matter what #${fwcmd} add pipe 1 udp from any to any # mass limiter on udp #${fwcmd} pipe 1 config bw 128bit/s #${fwcmd} add pipe 2 tcp from any to any # mass limiter on tcp #${fwcmd} pipe 2 config bw 128bit/s #${fwcmd} add pipe 3 all from 65.162.117.101 to any # limit outbound from this ip to any #${fwcmd} pipe 3 config bw 512Kbit/s #${fwcmd} add pipe 4 all from any to 65.162.117.101 # limit inbound to this ip from any #${fwcmd} pipe 4 config bw 512Kbit/s #${fwcmd} add pipe 15 icmp from any to any # limit ICMP #${fwcmd} pipe 15 config bw 64Kbit/s