Index of /devel/osxfirewall
Name Last modified Size Description
Parent Directory 15-Jan-2012 14:17 -
LICENSE 27-Mar-2005 14:34 1k
Makefile 27-Mar-2005 14:34 1k
osxfirewall.tar.gz 27-Mar-2005 14:34 3k
src/ 27-Mar-2005 14:34 -
OS X Firewall
=============
Why?
----
The the OS X Firewall has some gaps when it comes to UDP,
this firewall will fix those mostly for you.
How?
----
Unpack the sources and install:
tar -zxf osxfirewall.tar.gz
cd osxfirewall
sudo make install
Enable and start the firewall:
sudo su
echo "FIREWALL=-YES-" >> /etc/hostconfig
SystemStarter start Firewall
exit
SSH will be allowed by default, you can edit the rules yourself in:
/System/Library/StartupItems/Firewall/Firewall.bin
Notes
-----
This firewall does not yet cover NAT or VPN.
$DevBox: README,v 1.1 2004/09/10 12:16:55 jimmy Exp $