Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-12-2012, 10:55 PM
|
#1
|
Member
Registered: Nov 2011
Posts: 106
Rep: 
|
How to turn off Firewall in ubuntu at system start up
Hi
Im new to ubuntu distro .I could find two set of firewall iptables as well as ufw running. whenever system get reboot and making my system unreachable.How can i disable ufw as well iptables in boot level.
|
|
|
06-13-2012, 12:41 AM
|
#2
|
LQ Newbie
Registered: May 2011
Posts: 14
Rep:
|
I am not sure of ufw, for the regular firewall, you could do this.
service iptables save
service iptables stop
chkconfig iptables off
|
|
|
06-13-2012, 01:14 AM
|
#3
|
Member
Registered: Jun 2012
Location: Missouri, USA
Posts: 236
Rep:
|
/etc/ufw/ufw.conf: sets whether or not ufw is enabled on boot
https://wiki.ubuntu.com/UncomplicatedFirewall
Quote:
Originally Posted by jayakumar01
Hi
Im new to ubuntu distro .I could find two set of firewall iptables as well as ufw running. whenever system get reboot and making my system unreachable.How can i disable ufw as well iptables in boot level.
|
|
|
|
06-13-2012, 02:08 AM
|
#4
|
Member
Registered: Nov 2011
Posts: 106
Original Poster
Rep: 
|
Hi
Does not works to me in ubuntu
|
|
|
06-13-2012, 02:18 AM
|
#5
|
Senior Member
Registered: Apr 2005
Location: Heaven
Distribution: Debian Sid/RPIOS
Posts: 4,918
|
sudo ufw disable
|
|
|
06-13-2012, 02:24 AM
|
#6
|
Member
Registered: Nov 2011
Posts: 106
Original Poster
Rep: 
|
Hi craigevil,
I had executed command Service ufw disable ,But system Reboot service ufw getting enabled automatically .It Block ping service ,ssh service.So my Server get unreachable.How can i disable firewall at startup.I could know
chkconfig iptables off .Does these think in redhat
Whether there is any such alternatives to disable in ubuntu distro
|
|
|
06-13-2012, 11:52 AM
|
#7
|
Senior Member
Registered: Apr 2005
Location: Heaven
Distribution: Debian Sid/RPIOS
Posts: 4,918
|
Install sysv-rc-conf , run it as root, and uncheck ufw or iptables.
Ubuntu should have gufw installed.
Or even better learn how iptables work and setup up ufw properly.
The default is Allow all outgoing and Deny incoming. Which at least on my laptop does not block any apps or commands from working.
|
|
|
All times are GMT -5. The time now is 10:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|