<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: disable the firewall in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280562#M12232</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;how about renaming the /etc/securetty to /etc/securetty.old&lt;BR /&gt;&lt;BR /&gt;Reboot the server&lt;BR /&gt;&lt;BR /&gt;I think by default, linux when installed will allow to telnet from the console only&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
    <pubDate>Wed, 19 May 2004 22:22:05 GMT</pubDate>
    <dc:creator>Naveej.K.A</dc:creator>
    <dc:date>2004-05-19T22:22:05Z</dc:date>
    <item>
      <title>disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280550#M12220</link>
      <description>I have newly installed a linux , but can run telnet , as I know , the default setting is enable the firewall , so the serve is denied to be telnet , how to disable the firewall ? thx.</description>
      <pubDate>Wed, 19 May 2004 03:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280550#M12220</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-19T03:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280551#M12221</link>
      <description>Peter,&lt;BR /&gt;I am sorry. Are you trying to ask how to disable telnet from your Linux server? Please clarify&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 19 May 2004 03:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280551#M12221</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-05-19T03:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280552#M12222</link>
      <description>try running this:&lt;BR /&gt;&lt;BR /&gt;# service iptables stop&lt;BR /&gt;&lt;BR /&gt;this will disable the firewall. remeber that the telnet service could be disabled. verify with this command:&lt;BR /&gt;&lt;BR /&gt;# chkconfig --list&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 19 May 2004 03:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280552#M12222</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-05-19T03:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280553#M12223</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It should be:&lt;BR /&gt;&lt;BR /&gt;iptables -F&lt;BR /&gt;service iptables stop  &amp;lt;----stop f/w&lt;BR /&gt;&lt;BR /&gt;if you want to start it again, then&lt;BR /&gt;service iptables start&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 19 May 2004 04:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280553#M12223</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-19T04:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280554#M12224</link>
      <description>I stopped the iptables , but still can't , do I need to stop anything ( like any daemon ) after stop the system services ( like iptables ) ? thx.</description>
      <pubDate>Wed, 19 May 2004 05:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280554#M12224</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-19T05:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280555#M12225</link>
      <description>I even move the iptables to other name and then reboot, i use chkconfig --list , it is not in the list , now this server can ping to outside but can't run telnet , what is wrong ? thx.</description>
      <pubDate>Wed, 19 May 2004 05:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280555#M12225</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-19T05:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280556#M12226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you ssh this linux box? You can use any ssh client like putty. (It's free, search google).&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 19 May 2004 06:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280556#M12226</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-19T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280557#M12227</link>
      <description>the command chkconfig --list should list the telnet service in the 'xinetd based services' (bottom part of its output).&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;what linux distribution are you using?&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 19 May 2004 06:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280557#M12227</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-05-19T06:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280558#M12228</link>
      <description>I use RH 9,&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Wed, 19 May 2004 07:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280558#M12228</guid>
      <dc:creator>Juno</dc:creator>
      <dc:date>2004-05-19T07:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280559#M12229</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess, for ping you have to have entry in /etc/hosts file:&lt;BR /&gt;&lt;BR /&gt;&lt;IP_ADDRESS&gt;  host_name&lt;BR /&gt;&lt;BR /&gt;and for telnet, pls check:&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Richard&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Wed, 19 May 2004 08:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280559#M12229</guid>
      <dc:creator>Rgomes</dc:creator>
      <dc:date>2004-05-19T08:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280560#M12230</link>
      <description>If you have telnet installed you may need to enable it by going to:&lt;BR /&gt;&lt;BR /&gt;/etc/xinetd.d/&lt;BR /&gt;&lt;BR /&gt;Check if telnet is there; if so edit it and change disable = yes to disable = no&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 May 2004 19:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280560#M12230</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-19T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280561#M12231</link>
      <description>After you follow Vernon's instructions, &lt;BR /&gt;&lt;BR /&gt;service xinetd restart&lt;BR /&gt;&lt;BR /&gt;Then Vernon's settings will be active.&lt;BR /&gt;&lt;BR /&gt;Please consider assigning points to those who tried to help you.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 19 May 2004 21:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280561#M12231</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-19T21:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280562#M12232</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how about renaming the /etc/securetty to /etc/securetty.old&lt;BR /&gt;&lt;BR /&gt;Reboot the server&lt;BR /&gt;&lt;BR /&gt;I think by default, linux when installed will allow to telnet from the console only&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 19 May 2004 22:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280562#M12232</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-19T22:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: disable the firewall</title>
      <link>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280563#M12233</link>
      <description>You can try to see with command:&lt;BR /&gt;netstat -an if the telnet daemon is listening on port 23 or not.&lt;BR /&gt;If it's not present it's not running!&lt;BR /&gt;Marco</description>
      <pubDate>Thu, 20 May 2004 08:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/disable-the-firewall/m-p/3280563#M12233</guid>
      <dc:creator>Marco_113</dc:creator>
      <dc:date>2004-05-20T08:35:30Z</dc:date>
    </item>
  </channel>
</rss>

