I set up NoobProof to block things like SSH and desktop sharing on my Mac, but when I view the ipfw rules, it just says the following:
I did some searching and it looks like this is the default state and nothing has changed
Weird thing is, if I block "system services" (which includes mDNSResponder, the thing Apple has made required for both Bonjour and DNS for some reason), then the computer stops connecting to the internet, which would suggest that the firewall does work.
What I want to know is, if I've set up and saved those rules in NoobProof, and I've set up a startup script and everything, why does this not show up in the ipfw rules?
Code:
33300 deny log icmp from any to me in icmptypes 8
65535 allow ip from any to any
I did some searching and it looks like this is the default state and nothing has changed
Weird thing is, if I block "system services" (which includes mDNSResponder, the thing Apple has made required for both Bonjour and DNS for some reason), then the computer stops connecting to the internet, which would suggest that the firewall does work.
What I want to know is, if I've set up and saved those rules in NoobProof, and I've set up a startup script and everything, why does this not show up in the ipfw rules?