- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to disable the firewall
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2004 07:41 PM
тАО11-24-2004 07:41 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2004 07:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2004 07:53 PM
тАО11-24-2004 07:53 PM
Re: how to disable the firewall
#redhat-config-securitylevel
disable firewall
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2004 02:12 AM
тАО11-25-2004 02:12 AM
Re: how to disable the firewall
the "--quiet --disbled" options allow you to run this command without having to explicitly navigate menus
HTH,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2004 11:44 PM
тАО11-25-2004 11:44 PM
Re: how to disable the firewall
type ntsysv
with this tool you can enable or disable all services on your box. disable (uncheck) all services that are called iptables, ipchains, firewall or so to deactivate the firewall. then there are three ways to procced:
1) you need to reboot to make changes working (this is the simpliest one)
2) type init 1 wait until reday and then type init 3 (without Xserver), or init 5 (with Xserve).
3) type service iptables stop, service ipchains stop, ... to stop the services (i'm not sure if iptables, ipchains or firewall are the correct spelled service names, have a look at directory /etc/rc.d/init.d. the filenames are equal to the service names.
best regards,
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2004 04:32 AM
тАО11-26-2004 04:32 AM
Re: how to disable the firewall
You need to provide such details to get accurate solutiosn.
If this were my thread I'd award 10 points to the top two answers.
hint hint, wink wink... None for me please.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 02:55 AM
тАО11-29-2004 02:55 AM
Re: how to disable the firewall
# iptables -L
Or, to remove all rules (similar to turning the firewall off):
# iptables -F