<?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: Linux firewall query in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579967#M84940</link>
    <description>thanks ...&lt;BR /&gt;&lt;BR /&gt;I want to add 1419 port in linux fw which is not there in /etc/services file .&lt;BR /&gt;&lt;BR /&gt;Can any one help how to do this ....&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Jul 2005 22:46:05 GMT</pubDate>
    <dc:creator>dhananjay_1</dc:creator>
    <dc:date>2005-07-12T22:46:05Z</dc:date>
    <item>
      <title>Linux firewall query</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579965#M84938</link>
      <description>Hello !&lt;BR /&gt;We have a win2k cluter setup which current IP's are as followos&lt;BR /&gt;Node1-10.30.X.196&lt;BR /&gt;Node2-10.30.X.197&lt;BR /&gt;Cluster ip- 10.30.x.198&lt;BR /&gt;we are going to change this ip's as we want to put a Linux firewall .&lt;BR /&gt;After putting this firewall the Win2k Server ip will be like this &lt;BR /&gt;Node1-172.168.x.6&lt;BR /&gt;Node2-172.168.x.7&lt;BR /&gt;Cluster ip- 172.168.x.8&lt;BR /&gt;Hence we want to NAT this ip's (one to one ) in linux firewall .&lt;BR /&gt;172.168.X.6 --- 10.30.X.196&lt;BR /&gt;172.168.x.7 --- 10.30.x.197&lt;BR /&gt;172.168.x.8 --- 10.30.x.198&lt;BR /&gt;&lt;BR /&gt;Also we want to open 1414 and 1419 port on linux firewall(Bidirectonal)for IBM webSphere MQ -channel.&lt;BR /&gt;&lt;BR /&gt;Can any body help me in this ,&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Dhananjay&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 22:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579965#M84938</guid>
      <dc:creator>dhananjay_1</dc:creator>
      <dc:date>2005-07-11T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux firewall query</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579966#M84939</link>
      <description>A pair of rules, one for inbound, one for outbound:&lt;BR /&gt;&lt;BR /&gt;iptables -t nat -I PREROUTING -d 10.30.x.198 -j DNAT --to 172.168.x.8&lt;BR /&gt;iptables -t nat -I POSTROUTING -s 172.168.x.8 -j SNAT --to 10.30.x.198&lt;BR /&gt;&lt;BR /&gt;This translates the packets coming in, destined for 10.30.x.198 to be redirected to 172.168.x.8, and the packets coming out of 172.168.x.8 changed to look like they came from 10.30.x.198.&lt;BR /&gt;&lt;BR /&gt;You'll have to make sure that the routing tables are good.</description>
      <pubDate>Mon, 11 Jul 2005 23:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579966#M84939</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-11T23:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux firewall query</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579967#M84940</link>
      <description>thanks ...&lt;BR /&gt;&lt;BR /&gt;I want to add 1419 port in linux fw which is not there in /etc/services file .&lt;BR /&gt;&lt;BR /&gt;Can any one help how to do this ....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 22:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-firewall-query/m-p/3579967#M84940</guid>
      <dc:creator>dhananjay_1</dc:creator>
      <dc:date>2005-07-12T22:46:05Z</dc:date>
    </item>
  </channel>
</rss>

