I got a 3G modem and a sim card. I have a 100MB day limit and although I mostly use firefox and thunderbird and I take care, sometimes it seems that something is using bandwidth but i do not know exactly what program.

How could i tell OS X that only firefox and thunderbird can connect to the internet? so I avoid checking if the rest of the applications connect to the inrenet

link|improve this question

27% accept rate
do you mean that it cat not be implemented using shell programming or apple script? – asdf Dec 24 '09 at 18:06
This should be moved to superuser. – Chandra Patni Dec 24 '09 at 18:06
This should be on superuser, not stack overflow. – Chuck Vose Dec 24 '09 at 18:07
This question should have been asked in superuser.com – Shimmy Dec 24 '09 at 18:07
Dupe of superuser.com/questions/87378/… – ceejayoz Dec 24 '09 at 18:20
feedback

3 Answers

OS X has an IPFW firewall, so you might be able to configure this to your needs.

A more user friendly solution would be Little Snitch, which has a free version (prompts every three hours) if you don't want to buy it.

link|improve this answer
feedback

Little Snitch can do it.

link|improve this answer
feedback

To get a list of processes that have open connections, you can use:

sudo lsof | grep -i tcp | grep ESTABLISHED
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.