Thread
:
How to disable/enable firewall in Ubuntu 9.10 from the command line
View Single Post
#
1
01-14-2010, 11:45 AM
Stream Recorder
Posts: n/a
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
Stream Recorder