Question w/ IPFW - rulesets...
hi,i just recompiled my server i have at NAC and added ipfirewall support. recompile went fine and the machine is back up and working perfect (first time recompiling a kernel, so it makes me happy

to not lock myself out of my box, i added the "IPFIREWALL_DEFAULT_TO_ACCEPT" option.
i have a question on now how to go about configuring it. i'd like to add ssh, ftp, pop, smtp, httpd, etc.. right now `ipfw list` brings up:
server# ipfw list
65535 allow ip from any to any
65535 allow ip from any to any
ipfw add 01000 allow tcp from any to any :port:
server# ipfw list
01000 allow tcp from any to any 22
01001 allow tcp from any to any 80
01002 allow tcp from any to any 21
65535 allow ip from any to any
01000 allow tcp from any to any 22
01001 allow tcp from any to any 80
01002 allow tcp from any to any 21
65535 allow ip from any to any
please help
