<?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 NAT tuning in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866975#M84478</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got 2 computers acting as NAT gateway and running Fedora Core 5. For some VOIP tests, I need to tune some parameters, such as the delay of connexion closing when there is no activity.&lt;BR /&gt;&lt;BR /&gt;I know these parameters are located in /proc/sys/net/ipv4/netfilter/ (a funny thing is the fact I don't have this directory on my desktop computer running Mandriva 2006), but I don't know the meaning of theses parameters. Does anyone know what they all mean? Or at least what I need to modify?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Nils</description>
    <pubDate>Thu, 21 Sep 2006 03:28:50 GMT</pubDate>
    <dc:creator>Nils_9</dc:creator>
    <dc:date>2006-09-21T03:28:50Z</dc:date>
    <item>
      <title>NAT tuning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866975#M84478</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got 2 computers acting as NAT gateway and running Fedora Core 5. For some VOIP tests, I need to tune some parameters, such as the delay of connexion closing when there is no activity.&lt;BR /&gt;&lt;BR /&gt;I know these parameters are located in /proc/sys/net/ipv4/netfilter/ (a funny thing is the fact I don't have this directory on my desktop computer running Mandriva 2006), but I don't know the meaning of theses parameters. Does anyone know what they all mean? Or at least what I need to modify?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Nils</description>
      <pubDate>Thu, 21 Sep 2006 03:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866975#M84478</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2006-09-21T03:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: NAT tuning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866976#M84479</link>
      <description>Don't know what would be contained in the netfilter subdirectory but I think most of the parameters you're looking for are in the ipv4 directory.&lt;BR /&gt;&lt;BR /&gt;I would suggest purchasing a copy of TCP/IP Illustrated Volume 1 by Stevens.   It's one of the better books documenting network parameters.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2006 08:14:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866976#M84479</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2006-09-21T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: NAT tuning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866977#M84480</link>
      <description>The documentation for variables in /proc/sys/* comes with any Linux kernel source package. Many distributions also offer a package named "kernel-docs-&lt;VERSION&gt;" (or something similar) that contains only the documentation.&lt;BR /&gt;&lt;BR /&gt;The file you need is &lt;KERNEL-SOURCE-DIRECTORY&gt;/Documentation/networking/ip-sysctl.txt.&lt;BR /&gt;&lt;BR /&gt;I don't have a computer with Fedora available just now, so you'll have to find out the exact name of the required source/documentation package in that distribution and the install location of the files in that package.&lt;/KERNEL-SOURCE-DIRECTORY&gt;&lt;/VERSION&gt;</description>
      <pubDate>Sat, 23 Sep 2006 07:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866977#M84480</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-09-23T07:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: NAT tuning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866978#M84481</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;actually the book didn't help me. I looked at the documentation of the kernel in &lt;A href="http://www.kernelhq.com," target="_blank"&gt;www.kernelhq.com,&lt;/A&gt; but it never makes any reference about theses values.&lt;BR /&gt;&lt;BR /&gt;I found something in Google Groups. I won't put the url here unless you speak french, but as I understood, the values I have to modify for my VOIP tests are, in TCP : ip_conntrack_tcp_timeout_last_ack and ip_conntrack_tcp_timeout_fin_wait&lt;BR /&gt;&lt;BR /&gt;in UDP, I have to modify ip_conntrack_udp_timeout.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Nils</description>
      <pubDate>Sat, 23 Sep 2006 07:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866978#M84481</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2006-09-23T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: NAT tuning</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866979#M84482</link>
      <description>sysctl -a | egrep "udp|ip"&lt;BR /&gt;&lt;BR /&gt;vi /etc/sysctl.conf</description>
      <pubDate>Wed, 08 Nov 2006 01:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nat-tuning/m-p/3866979#M84482</guid>
      <dc:creator>timmy2006</dc:creator>
      <dc:date>2006-11-08T01:22:02Z</dc:date>
    </item>
  </channel>
</rss>

