<?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: RE : Securing Telnet/Ftp commands in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618841#M905</link>
    <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;One more thing: If you don't want your users going outside your box, don't forget to block ssh as well (--dport 22). Also, if you want a really secure environment, the only way would be to block everything out and have a proxy setup for http.&lt;BR /&gt;&lt;BR /&gt;PS: If you think the answers were helpful, don't forget to assign points to them! (both&lt;BR /&gt;in this and in the previous question). :)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Nov 2001 15:19:05 GMT</pubDate>
    <dc:creator>Marco Paganini</dc:creator>
    <dc:date>2001-11-22T15:19:05Z</dc:date>
    <item>
      <title>RE : Securing Telnet/Ftp commands in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618839#M903</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot to all responded to my previous doubt.Especially to Marco Paganini . &lt;BR /&gt;&lt;BR /&gt;Marco ,&lt;BR /&gt;Still i could not proceed with invoking the iptables commands you gave me. When i invoke these commands the following error appears. See attached . &lt;BR /&gt;&lt;BR /&gt;I'm using Redhat Linux 7.1 rel with 2.4 kernel.I'm sure that the iptables package is installed in my system . Pls let me know the how to proceed and also let me know the dport and sport values for the given problem which you have mentioned in your reply.&lt;BR /&gt;&lt;BR /&gt;Once again thanks and waiting for reply ...&lt;BR /&gt;&lt;BR /&gt;Gopinath</description>
      <pubDate>Thu, 22 Nov 2001 13:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618839#M903</guid>
      <dc:creator>Gopinath B</dc:creator>
      <dc:date>2001-11-22T13:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE : Securing Telnet/Ftp commands in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618840#M904</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Glad it helped you!&lt;BR /&gt;&lt;BR /&gt;It seems that somehow RH71 cannot find the ip_tables modules in your system. The first thing to do is to check if you have iptables installed. Do a:&lt;BR /&gt;&lt;BR /&gt;cd /lib/modules&lt;BR /&gt;find . -name 'ip*'&lt;BR /&gt;&lt;BR /&gt;You'll find a few things. Pay particular attention to:&lt;BR /&gt;&lt;BR /&gt;iptables&lt;BR /&gt;and&lt;BR /&gt;ipchains&lt;BR /&gt;&lt;BR /&gt;If any.&lt;BR /&gt;&lt;BR /&gt;You may have ipchains loaded. Ipchains was used in the past but is kept with RH71 for compatibility issues. ??ou can verify what modules are loaded with:&lt;BR /&gt;&lt;BR /&gt;lsmod&lt;BR /&gt;&lt;BR /&gt;Check if ipchains is loaded. If it is, iptables won't load! If that's the case, you have to remove ipchains first with:&lt;BR /&gt;&lt;BR /&gt;ipchains -F input&lt;BR /&gt;ipchains -F output&lt;BR /&gt;rmmod ipchains&lt;BR /&gt;&lt;BR /&gt;This will remove the module from memory. Now, try the iptables command again. If it works, you'll have to remove the ipchains package so it doesn't create you any more trouble:&lt;BR /&gt;&lt;BR /&gt;rpm -e ipchains&lt;BR /&gt;&lt;BR /&gt;(This command will 'complain' that some other packages require ipchains. I don't remember from the top of my head which packages are those. Proceed to remove those packagkes with "rpm -e packagename" and then remove ipchains. I think you will have to remove the "firewall" and "lokkit" packages before ipchains, but the above command will tell you for sure).&lt;BR /&gt;&lt;BR /&gt;Let me know if it works and if you have the iptables module under /lib/modules.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2001 14:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618840#M904</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-22T14:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: RE : Securing Telnet/Ftp commands in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618841#M905</link>
      <description>Hello again,&lt;BR /&gt;&lt;BR /&gt;One more thing: If you don't want your users going outside your box, don't forget to block ssh as well (--dport 22). Also, if you want a really secure environment, the only way would be to block everything out and have a proxy setup for http.&lt;BR /&gt;&lt;BR /&gt;PS: If you think the answers were helpful, don't forget to assign points to them! (both&lt;BR /&gt;in this and in the previous question). :)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2001 15:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618841#M905</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-22T15:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: RE : Securing Telnet/Ftp commands in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618842#M906</link>
      <description>Hi Paga ,&lt;BR /&gt;&lt;BR /&gt;Ton of thanks to you . It worked as i wanted and i could disable all the ports (0-65535) for normal users.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone &lt;BR /&gt;&lt;BR /&gt;Gopinath</description>
      <pubDate>Sat, 24 Nov 2001 09:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/re-securing-telnet-ftp-commands-in-linux/m-p/2618842#M906</guid>
      <dc:creator>Gopinath B</dc:creator>
      <dc:date>2001-11-24T09:29:11Z</dc:date>
    </item>
  </channel>
</rss>

