<?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: Red Hat 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122803#M87672</link>
    <description>Hi. Running "netstat" with it various options will show on what ports your server is listening-what services are running.&lt;BR /&gt;Iptables is widely used for the following:&lt;BR /&gt;* build internet firewalls based on stateless and stateful packet filtering &lt;BR /&gt;* use NAT and masquerading for sharing internet access where you don't have enough addresses &lt;BR /&gt;*use NAT for implementing transparent proxies &lt;BR /&gt;* aid the tc+iproute2 system used to build sophisticated QoS routers &lt;BR /&gt;* do further packet manipulation (mangling) like altering the TOS field of the IP header&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For more information:&lt;BR /&gt;&lt;A href="http://www.iptables.org" target="_blank"&gt;www.iptables.org&lt;/A&gt;</description>
    <pubDate>Thu, 20 Nov 2003 07:20:23 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-11-20T07:20:23Z</dc:date>
    <item>
      <title>Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122796#M87665</link>
      <description>question from Linux newbie.&lt;BR /&gt;We have server which performs two functions that we know of....email and internet gateway.&lt;BR /&gt;&lt;BR /&gt;I don't know much about NAT.&lt;BR /&gt;What and Where would I look at, to find out out if this box is performing NAT??&lt;BR /&gt;&lt;BR /&gt;Thanks In Advance&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Nov 2003 20:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122796#M87665</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-11-18T20:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122797#M87666</link>
      <description>Most likely it is using ipchains or iptables to NAT, I think it is the later; you can find out by doing iptables -L, this should list the all policy and rulesets.  I would suggest you read on iptables, sorry at the moment I drawing blanks on url for iptables documents.</description>
      <pubDate>Tue, 18 Nov 2003 20:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122797#M87666</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-11-18T20:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122798#M87667</link>
      <description>I'm uploading a iptables configuration file that does NAT among other things.&lt;BR /&gt;&lt;BR /&gt;The IP addresses have been changed to protect the innocent.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 18 Nov 2003 20:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122798#M87667</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-18T20:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122799#M87668</link>
      <description>Redhat 7.2 comes with an older Linux kernel that does not support iptables.  Maybe you should start out with reading this excellent tutorial on IPTables first, &lt;A href="http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/iptables-tutorial.html" target="_blank"&gt;http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/iptables-tutorial.html&lt;/A&gt; before you deploy your firewall using NAT.</description>
      <pubDate>Tue, 18 Nov 2003 22:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122799#M87668</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-11-18T22:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122800#M87669</link>
      <description>Atually RH7.2 was the second in the series to support tables.&lt;BR /&gt;&lt;BR /&gt;It uses ipchains by default, however, and thus you need to issue the following commands to make use of iptables:&lt;BR /&gt;&lt;BR /&gt;service ipchains stop&lt;BR /&gt;rmmod ipchains&lt;BR /&gt;chkconfig --level 0123456 ipchains off&lt;BR /&gt;chkconfig --level 2345 iptables on&lt;BR /&gt;service iptables start&lt;BR /&gt;&lt;BR /&gt;This will do most of the legwork for you.&lt;BR /&gt;&lt;BR /&gt;After that , 'iptables -t nat' is your friend.  DNAT, SNAT, REDIRECTS, or even MASQUERADE's.</description>
      <pubDate>Tue, 18 Nov 2003 22:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122800#M87669</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-11-18T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122801#M87670</link>
      <description>Thanks to everyone who responded! BIG HELP!!&lt;BR /&gt;&lt;BR /&gt;I now have somewhat of a clue.&lt;BR /&gt;When i did iptables -L i found out that iptables is really doing NAT.&lt;BR /&gt;Is there anything else that would work in conjunction with iptables? What/where should i check to find out exactly what this box is doing. We are in the process of building a new one.</description>
      <pubDate>Wed, 19 Nov 2003 19:40:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122801#M87670</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-11-19T19:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122802#M87671</link>
      <description>Anyone???</description>
      <pubDate>Thu, 20 Nov 2003 06:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122802#M87671</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-11-20T06:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122803#M87672</link>
      <description>Hi. Running "netstat" with it various options will show on what ports your server is listening-what services are running.&lt;BR /&gt;Iptables is widely used for the following:&lt;BR /&gt;* build internet firewalls based on stateless and stateful packet filtering &lt;BR /&gt;* use NAT and masquerading for sharing internet access where you don't have enough addresses &lt;BR /&gt;*use NAT for implementing transparent proxies &lt;BR /&gt;* aid the tc+iproute2 system used to build sophisticated QoS routers &lt;BR /&gt;* do further packet manipulation (mangling) like altering the TOS field of the IP header&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For more information:&lt;BR /&gt;&lt;A href="http://www.iptables.org" target="_blank"&gt;www.iptables.org&lt;/A&gt;</description>
      <pubDate>Thu, 20 Nov 2003 07:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122803#M87672</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122804#M87673</link>
      <description>Forgot to mention:&lt;BR /&gt;service --status-all |grep running 2&amp;gt; /dev/zero&lt;BR /&gt;will output all running sevrices&lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 20 Nov 2003 07:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122804#M87673</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-11-20T07:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122805#M87674</link>
      <description>Another valuable tool for nating and controling in/out transit is squid.&lt;BR /&gt;&lt;A href="http://www.squid-cache.org" target="_blank"&gt;http://www.squid-cache.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 20 Nov 2003 08:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-2/m-p/3122805#M87674</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-11-20T08:12:40Z</dc:date>
    </item>
  </channel>
</rss>

