Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

HarryPot

macrumors 65816
Original poster
Sep 5, 2009
1,085
548
I stupidly made the following:

sudo ipfw add 0 deny tcp from any to any 1935

sudo ipfw add 0 deny udp from any to any 1935

without first checking how to revert the action. Now my internet is not working properly.

How can I revert those terminal actions?

Thanks.:)
 
Try this:
Code:
sudo ipfw add 0 allow tcp from any to any 1935
sudo ipfw add 0 allow udp from any to any 1935
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.