Return to Snippet

Revision: 10283
at December 16, 2008 01:19 by vasilije


Initial Code
ipfw pipe 1 config bw 128kbit/s
ipfw pipe 2 config bw 512kbit/s
ipfw add pipe 2 src-port 80 src-ip 127.0.0.1
ipfw add pipe 1 dst-port 80 dst-ip 127.0.0.1

Initial URL


Initial Description


Initial Title
ipfw rules for testing on localhost

Initial Tags


Initial Language
Bash