View Single Post
  #2   (View Single Post)  
Old 22nd May 2008
corey_james corey_james is offline
Uber Geek
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 238
Default

I haven't done IPFW in years but i think it's something like this

#Block all
ipfw add deny all from any to any 3306 in via <interface>

# Allow a few
ipfw add allow tcp from <ip>,<ip> to any 3306 in via <interface>
Reply With Quote