You are here: Home » I » Ip » Ipfw

Ipfw

Posts tagged with Ipfw

How can I use ipfw to duplicate the effects of OS X's Little Snitch
I'd like to know exactly what is leaving my laptop and going on the wire. I used to use Little Snitch for this, but apparently it's possible to do the same thing with ipfw. How would I go about doing this? Running OS X 10.6.4. ...

FreeBSD ipfw tablearg
I'm configuring the FreeBSD firewall and have such situation: 51000 pipe tablearg ip from not table(17) to table(20) out xmit ng* 51010 pipe tablearg ip from table(21) to not table(17) in recv ng* 51020 pipe tablearg ip from any to table(18) out xmit ng* 51030 ...

Can I use TCP as DNS query protocol on Mac OS?
Hi, I'm using Mac OS, Snow Leopard 10.6.2, and I'm suffering from UDP packet loss during DNS query. So my web browser is too slow to surf internet nicely. But it worked very well when I tried a DNS query on TCP using dig command. However, I can't find some control ...

Mac OS X: How do you set ipfw rules on startup?
How do you apply a list of ipfw rules at startup on Mac OS X? i.e. I have a list of rules like these that I'm applying manually. sudo ipfw add 00100 ... sudo ipfw add 00101 ... sudo ipfw add 00102 ... ...