<?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: IPfilter error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598133#M375595</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Check below thread,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1408066" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1408066&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also you consider, using the /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Mar 2010 08:56:01 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-03-10T08:56:01Z</dc:date>
    <item>
      <title>IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598132#M375594</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm having rx7640 server running on HPUX 11.31 version. I've already installed HP IPFilter 3.5alpha5.  I want to allow access to some ip's &amp;amp; other ip's must be blocked and i configure the following rule. &lt;BR /&gt;&lt;BR /&gt;block in from any to any&lt;BR /&gt;pass in from 127.0.0.1/32 to 127.0.0.1/32&lt;BR /&gt;pass in from 10.123.161.48/32 to any&lt;BR /&gt;block out from any to any&lt;BR /&gt;pass out from any to 127.0.0.1/32&lt;BR /&gt;pass out from any to 10.123.161.48/32&lt;BR /&gt;&lt;BR /&gt;But the problem is after enabling the rule within 3 minutes server was not accessible&lt;BR /&gt;We try to ping the server and the output is request timeout. What we do just to access the server is using console. We'll stop the module and remove the rule. &lt;BR /&gt;&lt;BR /&gt;Please help us on what to do. Do we have any setting or kernel parameters to configure?&lt;BR /&gt;&lt;BR /&gt;thanks.   &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598132#M375594</guid>
      <dc:creator>cabloy</dc:creator>
      <dc:date>2010-03-10T08:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598133#M375595</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Check below thread,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1408066" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1408066&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also you consider, using the /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 08:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598133#M375595</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-10T08:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598134#M375596</link>
      <description>Thanks Johnson, But our problem was in the IPFILTER rule. After enabling the rule no one can't access the server except the ip that we define in the /etc/rc.config.d/ipfconf. But after 3 minutes were not able to access the server. It blocks all the connections including the IP the we define in the ipfconf. The only way to access the server is using the console. &lt;BR /&gt;&lt;BR /&gt;For your reference also below is the settings of /etc/rc.config.d/ipfconf&lt;BR /&gt;&lt;BR /&gt;# cat /etc/rc.config.d/ipfconf&lt;BR /&gt;#&lt;BR /&gt;# Directory where IP Filter configuration files are kept&lt;BR /&gt;#&lt;BR /&gt;IPF_CONFDIR=/etc/opt/ipf&lt;BR /&gt;#&lt;BR /&gt;# Packet filtering configuration file for IPv4&lt;BR /&gt;#&lt;BR /&gt;IPF_CONF=${IPF_CONFDIR}/ipf.conf&lt;BR /&gt;#&lt;BR /&gt;# Packet filtering configuration file for IPv6&lt;BR /&gt;#&lt;BR /&gt;IPF6_CONF=${IPF_CONFDIR}/ipf6.conf&lt;BR /&gt;#&lt;BR /&gt;# Network address translation configuration file&lt;BR /&gt;#&lt;BR /&gt;IPNAT_CONF=${IPF_CONFDIR}/ipnat.conf&lt;BR /&gt;#&lt;BR /&gt;# Load the ipfilter module ?&lt;BR /&gt;# 1 = Start, 0 = Do not start&lt;BR /&gt;#&lt;BR /&gt;IPF_START=1&lt;BR /&gt;#&lt;BR /&gt;# Set DCA mode ?&lt;BR /&gt;# 1 = Set DCA mode, 0 = Do not set DCA mode&lt;BR /&gt;#&lt;BR /&gt;DCA_START=0&lt;BR /&gt;#&lt;BR /&gt;# Start ipmon ?&lt;BR /&gt;# 1 = Start, 0 = Do not start&lt;BR /&gt;#&lt;BR /&gt;IPMON_START=1&lt;BR /&gt;#&lt;BR /&gt;# Options to start ipmon with&lt;BR /&gt;#&lt;BR /&gt;IPMON_FLAGS=-sD&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598134#M375596</guid>
      <dc:creator>cabloy</dc:creator>
      <dc:date>2010-03-10T09:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598135#M375597</link>
      <description>&amp;gt;&amp;gt;pass in from 10.123.161.48/32 to any &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Can please check  above line which you posted&lt;BR /&gt;&lt;BR /&gt;I am not sure , if rules will follow backwards&lt;BR /&gt;&lt;BR /&gt;pass in from 10.123.161.32/48 to any&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Looks to me may its incorrect , well you give a try.. :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 09:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598135#M375597</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-10T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598136#M375598</link>
      <description>Sir 10.123.161.48 is my IP address.</description>
      <pubDate>Wed, 10 Mar 2010 09:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598136#M375598</guid>
      <dc:creator>cabloy</dc:creator>
      <dc:date>2010-03-10T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598137#M375599</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Sir 10.123.161.48 is my IP address.&lt;BR /&gt;&lt;BR /&gt;block in from any to any&lt;BR /&gt;pass in from 127.0.0.1/32 to 127.0.0.1/32&lt;BR /&gt;pass in from 10.123.161.48/32 to any&lt;BR /&gt;block out from any to any&lt;BR /&gt;pass out from any to 127.0.0.1/32&lt;BR /&gt;pass out from any to 10.123.161.48/32&lt;BR /&gt;&lt;BR /&gt;So you are denying traffic from other servers except from your local server. This would definitively conduct to:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;server was not accessible&lt;BR /&gt;We try to ping the server and the output is request timeout. What we do just to access the server is using console.&lt;BR /&gt;&lt;BR /&gt;You would have a real problem if you woun't have physical access to the console.&lt;BR /&gt;&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 10 Mar 2010 09:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598137#M375599</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-03-10T09:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598138#M375600</link>
      <description>Hi Horia&lt;BR /&gt;&lt;BR /&gt;Yes were trying to block some ip &amp;amp; others are allowed to access the server using IPFilter. &lt;BR /&gt;&lt;BR /&gt;Just for the sake of testing I define 1 IP w/c is 10.123.161.48. When i apply the rule, it run smoothly no one can access the server except for the 10.123.161.48&lt;BR /&gt;&lt;BR /&gt;But after 3 minutes, all connections was block no one can access the server. &lt;BR /&gt;&lt;BR /&gt;My question are:&lt;BR /&gt;Is my rules correct, Do i need to configure any setting or kernel parameters to adjust.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2010 03:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598138#M375600</guid>
      <dc:creator>cabloy</dc:creator>
      <dc:date>2010-03-11T03:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: IPfilter error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598139#M375601</link>
      <description>Hi to all,&lt;BR /&gt;&lt;BR /&gt;Any idea on the case. Please help us.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 15 Mar 2010 04:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter-error/m-p/4598139#M375601</guid>
      <dc:creator>cabloy</dc:creator>
      <dc:date>2010-03-15T04:29:02Z</dc:date>
    </item>
  </channel>
</rss>

