<?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: Port Address Translation -- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700302#M85603</link>
    <description>Dear Ivan Ferreira, I m highly Thankfull to you for ur kind and prompt response&lt;BR /&gt;And Dear Alireza Many thanks to u also for the help.... and esp thanks for pointing the mistake. yes i know 192.168.1.255 is not a valid ip for host... and i have assigned 192.168.1.254, but mistakenly i have wrote 255 instead of 254&lt;BR /&gt;&lt;BR /&gt;Thanks Forum&lt;BR /&gt;Maaz</description>
    <pubDate>Sun, 01 Jan 2006 01:35:00 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-01-01T01:35:00Z</dc:date>
    <item>
      <title>Port Address Translation -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700299#M85600</link>
      <description>Hello Dear Gurus&lt;BR /&gt; &lt;BR /&gt;I have configured the server(Gateway server) to do NAT.&lt;BR /&gt;Gateway server has two interfaces&lt;BR /&gt;external interface: a.b.c.d(public ip)&lt;BR /&gt;internal interface: 192.168.1.255&lt;BR /&gt;&lt;BR /&gt;I did the following on Gateway&lt;BR /&gt;#echo 1 &amp;gt;/proc/sys/ipv4/ip_forward&lt;BR /&gt;and &lt;BR /&gt;#iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to a.b.c.d&lt;BR /&gt;&lt;BR /&gt;Its working Perfect.&lt;BR /&gt;Now I want to know whats Port Address Translation is ? any example plz &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 30 Dec 2005 12:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700299#M85600</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-30T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Port Address Translation -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700300#M85601</link>
      <description>Port Address translation is when you redirect one port to another port or host:port, for example:&lt;BR /&gt;&lt;BR /&gt;iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j DNAT --to-destination 192.168.0.14:8080&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Dec 2005 13:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700300#M85601</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-30T13:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Port Address Translation -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700301#M85602</link>
      <description>First of all, pleae check you internal interface ip address. 192.168.1.255 is broadcast address and you cannot use it for your interface.&lt;BR /&gt;Second, you can use port translation, for nating just one port from external to internet or from internet to external network. for example if you use iptables -t nat -A POSTROUTING -p tcp --dport 80 -o ppp0 -j SNAT --to a.b.c.d&lt;BR /&gt;your box just nat the traffics that are destinated to port 80 (web).&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Dec 2005 15:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700301#M85602</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-30T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Port Address Translation -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700302#M85603</link>
      <description>Dear Ivan Ferreira, I m highly Thankfull to you for ur kind and prompt response&lt;BR /&gt;And Dear Alireza Many thanks to u also for the help.... and esp thanks for pointing the mistake. yes i know 192.168.1.255 is not a valid ip for host... and i have assigned 192.168.1.254, but mistakenly i have wrote 255 instead of 254&lt;BR /&gt;&lt;BR /&gt;Thanks Forum&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 01 Jan 2006 01:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/port-address-translation-plz-help/m-p/3700302#M85603</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-01-01T01:35:00Z</dc:date>
    </item>
  </channel>
</rss>

