<?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: IP Tables Question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878952#M3283</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;For me, it should work. Seen from the NATrouter, the gateway is considered as a normal host.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Jan 2003 22:04:15 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2003-01-12T22:04:15Z</dc:date>
    <item>
      <title>IP Tables Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878950#M3281</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I've been trying to test a new setup which is slightly tricky and I wanted to find out if anyone knows if it will work, or has already tried it:&lt;BR /&gt;&lt;BR /&gt;Network 1&amp;lt;---&amp;gt;Gateway&amp;lt;---&amp;gt;Network 2--NATrouter&amp;gt;----&amp;gt;Internet&lt;BR /&gt;&lt;BR /&gt;Explaination:&lt;BR /&gt;&lt;BR /&gt;We have a router which performs NAT overload (Dynamic Nat with port translation), this router connected network 2 to the internet, so all hosts in network 2 (including gateway) can access the internet.&lt;BR /&gt;&lt;BR /&gt;The gateway server though is also connected to another network, thats Network 1. &lt;BR /&gt;By configuring the Gateway server to perform Dynamic Nat with Port translation, will hosts on network 1 be able to access the internet ?&lt;BR /&gt;&lt;BR /&gt;Logically, I would say yes, but I am not 100% sure if a problem arises with the packets originating from network 1, since they will be nat'ed twice (once through gateway server, and once through the router).&lt;BR /&gt;&lt;BR /&gt;Any ideas ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Jan 2003 12:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878950#M3281</guid>
      <dc:creator>Admin32</dc:creator>
      <dc:date>2003-01-10T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: IP Tables Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878951#M3282</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;although I have not tested it I don't think this should be a problem (famous last words) ...&lt;BR /&gt;&lt;BR /&gt;Jochen</description>
      <pubDate>Fri, 10 Jan 2003 13:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878951#M3282</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-10T13:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: IP Tables Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878952#M3283</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;For me, it should work. Seen from the NATrouter, the gateway is considered as a normal host.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jan 2003 22:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878952#M3283</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2003-01-12T22:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: IP Tables Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878953#M3284</link>
      <description>For outgoing packet, I'm sure it will be OK. The NATrouter will see host in network 1 as Gateway.&lt;BR /&gt;&lt;BR /&gt;But for the reply packet, I'm not so sure whether a simple NAT rule in Gateway or NATrouter will work, although I don't know the exact configuration.</description>
      <pubDate>Wed, 15 Jan 2003 04:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878953#M3284</guid>
      <dc:creator>Benny Chandra</dc:creator>
      <dc:date>2003-01-15T04:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: IP Tables Question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878954#M3285</link>
      <description>Of course it will work.&lt;BR /&gt;&lt;BR /&gt;For simplicity's sake, let's assume that by "Network 1" and "Network 2", you're refering to segments with only one subnet on each of them.&lt;BR /&gt;&lt;BR /&gt;NATrouter:&lt;BR /&gt;- needs a route added to its routing table that says "Network 1" is on Gateway.&lt;BR /&gt;&lt;BR /&gt;Gateway:&lt;BR /&gt;- needs a default route pointing to NATrouter.&lt;BR /&gt;&lt;BR /&gt;Network 1 clients:&lt;BR /&gt;- default gateway is Gateway&lt;BR /&gt;&lt;BR /&gt;Network 2 clients:&lt;BR /&gt;- default gateway is NATrouter&lt;BR /&gt;&lt;BR /&gt;The packets going through Gateway should NOT be NAT'd by Gateway - why would you do that?  It should just forward the packets on (ie route them), not translate them.&lt;BR /&gt;&lt;BR /&gt;If for some reason (that I can't even imagine), you do want to do NAT for Network 1 on Gateway instead of doing it on NATrouter, you can do that but the clients on Network 2 will have no way of initiating contact with the clients on Network 1.  The clients on Network 1 *will* be able to initiate contact with the clients on Network 2.&lt;BR /&gt;&lt;BR /&gt;Since you control both subnets, technically you *could* make nat work on both boxes for both subnets, but again, why would you do that?&lt;BR /&gt;&lt;BR /&gt;Only run NAT on your edge routers - never NAT internal traffic, it's just wasteful.</description>
      <pubDate>Wed, 15 Jan 2003 13:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ip-tables-question/m-p/2878954#M3285</guid>
      <dc:creator>Trever Furnish</dc:creator>
      <dc:date>2003-01-15T13:49:28Z</dc:date>
    </item>
  </channel>
</rss>

