<?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: iptables in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847526#M2905</link>
    <description>Hi,&lt;BR /&gt;Problem solved . No need to reply&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Nov 2002 11:52:25 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-11-19T11:52:25Z</dc:date>
    <item>
      <title>iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847523#M2902</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have Redhat Linux 7.1 Kernel version 2.4.2-2.&lt;BR /&gt;with iptables v1.2.7 .&lt;BR /&gt;&lt;BR /&gt;This nat module is loaded with ip_tables module&lt;BR /&gt;iptable_nat            16160   0  (autoclean) [ipt_MASQUERADE]&lt;BR /&gt;&lt;BR /&gt;I'm trying to setup DNAT for port forwarding as per iptables documents . I have ip forwarding enabled. I want port forward from external interface to a internal server .&lt;BR /&gt;&lt;BR /&gt;But the setup is not working , I have tried with all possible styles of PREROUTING chain.&lt;BR /&gt;When I connect to external IP address with the particular port , I get a "connection refused" error. But the software port forwarders work perfectly. I feel that the problem lies in proxy ARP support of the kernel.&lt;BR /&gt;&lt;BR /&gt;Any suggestions ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 19 Nov 2002 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847523#M2902</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-19T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847524#M2903</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;What port are you trying to forward and for what type of application ? &lt;BR /&gt;&lt;BR /&gt;Reason I am asking is because depending on the application e.g ftp, you might need to forward additional ports, or slightly modify the iptables configuration to get this to work.&lt;BR /&gt;&lt;BR /&gt;If you can provide more information on the setup and what your trying to do, then I might be able to help you more effectively :)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Chris P.&lt;BR /&gt;&lt;A href="http://www.firewall.cx" target="_blank"&gt;www.firewall.cx&lt;/A&gt;</description>
      <pubDate>Tue, 19 Nov 2002 08:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847524#M2903</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2002-11-19T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847525#M2904</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your response . The application is not FTP or IRC . I want to use ports 5050 5060&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERNET---------|LINUX|------|INTERNAL SERVER|&lt;BR /&gt;   xxx.xxx.xxx.xxx               xx.xx.xx.xx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone who connects to xxx.xxx.xxx.xxx external ip of the linux server at port 5050 5060 should be forwarded to xx.xx.xx.xx internal server's ports 5050 5060 . All ports are tcp based.&lt;BR /&gt;&lt;BR /&gt;This is my iptables config file.&lt;BR /&gt;&lt;BR /&gt;# Generated by iptables-save v1.2.7a on Tue Nov 19 14:49:40 2002&lt;BR /&gt;*filter&lt;BR /&gt;:INPUT ACCEPT [15251:2151220]&lt;BR /&gt;:FORWARD ACCEPT [0:0]&lt;BR /&gt;:OUTPUT ACCEPT [588:54764]&lt;BR /&gt;-A FORWARD -d xx.xx.xx.xx -p tcp -m tcp --dport 5000 -j ACCEPT &lt;BR /&gt;-A FORWARD -p tcp -m tcp --dport 5000 -j ACCEPT &lt;BR /&gt;COMMIT&lt;BR /&gt;# Completed on Tue Nov 19 14:49:40 2002&lt;BR /&gt;# Generated by iptables-save v1.2.7a on Tue Nov 19 14:49:40 2002&lt;BR /&gt;*nat&lt;BR /&gt;:PREROUTING ACCEPT [9502:1572518]&lt;BR /&gt;:POSTROUTING ACCEPT [57:4168]&lt;BR /&gt;:OUTPUT ACCEPT [56:4124]&lt;BR /&gt;-A PREROUTING -d xxx.xxx.xxx.xxx -p tcp -m tcp --dport 5000 -j DNAT --to-destination&lt;BR /&gt; xx.xx.xx.xx&lt;BR /&gt;COMMIT&lt;BR /&gt;-A FORWARD -p tcp -m tcp --dport 5000 -j ACCEPT &lt;BR /&gt;COMMIT&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 19 Nov 2002 09:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847525#M2904</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-19T09:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: iptables</title>
      <link>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847526#M2905</link>
      <description>Hi,&lt;BR /&gt;Problem solved . No need to reply&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Nov 2002 11:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/iptables/m-p/2847526#M2905</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-19T11:52:25Z</dc:date>
    </item>
  </channel>
</rss>

