<?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 Natting with Redhat linux8 in Secure OS Software for Linux</title>
    <link>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955162#M184</link>
    <description>Hi ,&lt;BR /&gt;I'am raghu fairly new in Linux field.....Now I have a task of setting up Linux Firewall. I have configured basic firewall .... .&lt;BR /&gt;   Now I want to do the Natting ....Its like this ... I've exchange server box.This box is in the Internal zone . The who wants to access exchange in the LAN can access it directly . But the people from outside needs to access this Exchange server box with a Valid IP (Public IP) . So How can I Nat the Internal IP to External IP (Public IP)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raghu</description>
    <pubDate>Sat, 19 Apr 2003 07:18:01 GMT</pubDate>
    <dc:creator>Raghavendra_5</dc:creator>
    <dc:date>2003-04-19T07:18:01Z</dc:date>
    <item>
      <title>Natting with Redhat linux8</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955162#M184</link>
      <description>Hi ,&lt;BR /&gt;I'am raghu fairly new in Linux field.....Now I have a task of setting up Linux Firewall. I have configured basic firewall .... .&lt;BR /&gt;   Now I want to do the Natting ....Its like this ... I've exchange server box.This box is in the Internal zone . The who wants to access exchange in the LAN can access it directly . But the people from outside needs to access this Exchange server box with a Valid IP (Public IP) . So How can I Nat the Internal IP to External IP (Public IP)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Raghu</description>
      <pubDate>Sat, 19 Apr 2003 07:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955162#M184</guid>
      <dc:creator>Raghavendra_5</dc:creator>
      <dc:date>2003-04-19T07:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Natting with Redhat linux8</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955163#M185</link>
      <description>This is 'stateless NAT' using ip route and iproute2.  For exmaple:&lt;BR /&gt;&lt;BR /&gt;# ip route add nat 205.254.211.17 via 192.168.100.17  &lt;BR /&gt;# ip rule add nat 205.254.211.17 from 192.168.100.17  &lt;BR /&gt;&lt;BR /&gt;See this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux-ip.net/html/nat-stateless.html" target="_blank"&gt;http://linux-ip.net/html/nat-stateless.html&lt;/A&gt;</description>
      <pubDate>Sat, 19 Apr 2003 11:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955163#M185</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-19T11:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Natting with Redhat linux8</title>
      <link>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955164#M186</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could also use iptables and issue something like:&lt;BR /&gt;&lt;BR /&gt;/sbin/iptables -A PREROUTING -t nat -i ppp0 -p tcp -d $INTERNET_IP                --sport $UNPRIVPORTS --dport 25                -j DNAT --to-destination $MAIL_SERVER_IN&lt;BR /&gt;&lt;BR /&gt;This would forward incoming connection to your mail server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Apr 2003 16:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/secure-os-software-for-linux/natting-with-redhat-linux8/m-p/2955164#M186</guid>
      <dc:creator>Jean-Pierre Denis</dc:creator>
      <dc:date>2003-04-19T16:35:29Z</dc:date>
    </item>
  </channel>
</rss>

