I am not too sure how IPFW works. I have never used it.
Question : Does
ipfw list do the same thing as
ipfw show.
Do you have a IPFW script that generates these rules. Could we see that.
From what I see on the FreeBSD website, it looks like you have your rules setup backwards. You want to Deny everything first and then let stuff in.
I found this interesting on their site.
Quote:
|
All UNIX® flavored operating systems, FreeBSD included, are designed to use interface lo0 and IP address 127.0.0.1 for internal communication with in the operating system. The firewall rules must contain rules to allow free unmolested movement of these special internally used packets.
|
I would read this website a little more, maybe it will give you some clues.
http://www.freebsd.org/doc/en_US.ISO...alls-ipfw.html