Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks for your answer. What I failed to mention in the first post was that I was using virtual machine. I was able to block the active connection from the host using ipfw (OS X). Also I wasn't aware of the fact that blocking established connections is quite hard! Commented Jun 11, 2015 at 8:19
  • @TomiSavolainen Blocking already-established connections is not hard, it's in fact easier. But many common firewall setup examples show how to let all already-established connections through, so as to prevent only incoming connections and allow all outgoing connections. Commented Jun 11, 2015 at 8:21