- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- 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
Forums
Discussions
Discussions
Discussions
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
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
05-18-2004 08:37 PM
05-18-2004 08:37 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:57 PM
05-18-2004 08:57 PM
Re: disable the firewall
# service iptables stop
this will disable the firewall. remeber that the telnet service could be disabled. verify with this command:
# chkconfig --list
hth,
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 09:11 PM
05-18-2004 09:11 PM
Re: disable the firewall
It should be:
iptables -F
service iptables stop <----stop f/w
if you want to start it again, then
service iptables start
regards
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 10:25 PM
05-18-2004 10:25 PM
Re: disable the firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 10:37 PM
05-18-2004 10:37 PM
Re: disable the firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:02 PM
05-18-2004 11:02 PM
Re: disable the firewall
Can you ssh this linux box? You can use any ssh client like putty. (It's free, search google).
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 11:37 PM
05-18-2004 11:37 PM
Re: disable the firewall
If telnet isn't listed there, then you haven't the telnet-server installed. If it is so, find the telnet-server-xxxx.rpm file and install it.
what linux distribution are you using?
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:57 AM
05-19-2004 12:57 AM
Re: disable the firewall
The server can telnet to other remote hosts now , but the remote hosts can ping/telnet to this host , I have move the iptables and then reboot and checked that no iptables services is running , could suggest what is wrong ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 01:18 AM
05-19-2004 01:18 AM
Re: disable the firewall
I guess, for ping you have to have entry in /etc/hosts file:
and for telnet, pls check:
xinetd instead of inetd. xinetd does not use /etc/inetd.conf, but rather a directory called /etc/xinetd.d with individual files in there for each service.
These are text files and can be edited with VI or any other editor. If you make a change to a file or add a new file, don't forget to restart xinetd with /etc/rc.d/init.d/xinetd restart.
Regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 12:57 PM
05-19-2004 12:57 PM
Re: disable the firewall
/etc/xinetd.d/
Check if telnet is there; if so edit it and change disable = yes to disable = no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 02:47 PM
05-19-2004 02:47 PM
Re: disable the firewall
service xinetd restart
Then Vernon's settings will be active.
Please consider assigning points to those who tried to help you.
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
05-19-2004 03:22 PM
05-19-2004 03:22 PM
Re: disable the firewall
how about renaming the /etc/securetty to /etc/securetty.old
Reboot the server
I think by default, linux when installed will allow to telnet from the console only
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 01:35 AM
05-20-2004 01:35 AM
Re: disable the firewall
netstat -an if the telnet daemon is listening on port 23 or not.
If it's not present it's not running!
Marco