View Single Post
  #1  
Old 01-14-2010, 11:45 AM
Stream Recorder
 
Posts: n/a
Default

How to disable/enable firewall in Ubuntu 9.10 from the command line


to disable your firewall run the following in the Terminal:
Code:
sudo ufw disable
to enable your firewall run the following in the Terminal::
Code:
sudo ufw enable
Reply With Quote