<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990790#M295698</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;How this peforms depends on local network configuration.&lt;BR /&gt;&lt;BR /&gt;Are you using this HP-UX box as a router-firewall?&lt;BR /&gt;&lt;BR /&gt;If so you may need a pass out command on each network. I'd need to see an ifconfig lan0 (or whatever lan we're dealing with here) and get some information on the overall environment to be able to understand and make recommendations.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 30 Apr 2007 02:26:41 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-04-30T02:26:41Z</dc:date>
    <item>
      <title>ipfilter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990788#M295696</link>
      <description>I want to allow only ports  21 22 23&lt;BR /&gt;ssh&lt;BR /&gt;ftp&lt;BR /&gt;telnet&lt;BR /&gt; To everyone and all prorts to 172.16.0-8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Am I missing something here.&lt;BR /&gt;&lt;BR /&gt;pass  out quick on lan0 proto tcp  from 172.16.1.100/21 to any keep state&lt;BR /&gt;pass  out quick on lan0 proto udp  from 172.16.1.100/21 to any keep state&lt;BR /&gt;pass  out quick on lan0 proto icmp from 172.16.1.100/21 to any keep state&lt;BR /&gt;&lt;BR /&gt;pass  in  quick on lan0  proto tcp from any to 172.16.1.100/21 port = 23 flags S keep state keep frags&lt;BR /&gt;pass  in  quick on lan0  proto tcp from any to 172.16.1.100/21 port = 22 flags S keep state keep frags&lt;BR /&gt;pass  in  quick on lan0  proto tcp from any to 172.16.1.100/21 port = 21 flags S keep state keep frags&lt;BR /&gt;pass out quick on lan0  proto tcp/udp from 172.16.1.100/21 to any keep state&lt;BR /&gt;pass  in  quick proto icmp from any to any&lt;BR /&gt;pass  out quick proto icmp from any to any&lt;BR /&gt;pass in quick from 172.16.0.0/21 to any&lt;BR /&gt;pass out quick from any to 172.16.0.0/21&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Apr 2007 22:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990788#M295696</guid>
      <dc:creator>Larry Basford</dc:creator>
      <dc:date>2007-04-29T22:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: ipfilter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990789#M295697</link>
      <description>&lt;BR /&gt;Try to get hold of Doc. UTRANKBRC00017096 from KnowledgeBase which explains ipfilter.&lt;BR /&gt;&lt;BR /&gt;or IPFilter Config. Examples in this doc.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9901-90021/B9901-90021.pdf" target="_blank"&gt;http://docs.hp.com/en/B9901-90021/B9901-90021.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also there are sample files in /opt/ipf/examples dir.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Apr 2007 01:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990789#M295697</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-30T01:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: ipfilter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990790#M295698</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;How this peforms depends on local network configuration.&lt;BR /&gt;&lt;BR /&gt;Are you using this HP-UX box as a router-firewall?&lt;BR /&gt;&lt;BR /&gt;If so you may need a pass out command on each network. I'd need to see an ifconfig lan0 (or whatever lan we're dealing with here) and get some information on the overall environment to be able to understand and make recommendations.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 Apr 2007 02:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990790#M295698</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-30T02:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: ipfilter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990791#M295699</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Allow outgoing connections: SSH, TELNET, FTP&lt;BR /&gt;#&lt;BR /&gt;pass in quick proto tcp from any to any port = 21 keep state&lt;BR /&gt;pass in quick proto tcp from any to any port = 22 keep state&lt;BR /&gt;pass in quick proto tcp from any to any port = 23 keep state&lt;BR /&gt;&lt;BR /&gt;In case that you want to allow the external hosts to access your server as ftp, ssh or telnet, change the flag "in" to "out" .&lt;BR /&gt;&lt;BR /&gt;And to add the rule only for your network 172.16.1.100/21, change the flag "any" to your net address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try to use also..&lt;BR /&gt;&lt;BR /&gt;* from 172.16.1.1/21 to 172.16.8.254/21 * instead of 172.16.0-8 !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Rgds,</description>
      <pubDate>Mon, 30 Apr 2007 07:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990791#M295699</guid>
      <dc:creator>Marco A.</dc:creator>
      <dc:date>2007-04-30T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: ipfilter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990792#M295700</link>
      <description>Ftp rules can be configured for a server and/or a client.  In addition you have to decide if you are using active mode or passive mode as it affects the required rules.  Also port 20 rules are required.&lt;BR /&gt;&lt;BR /&gt;The HP IPFilter adminstrators guide has a very good example of all this (ftp) and how to setup the required rules.  I found use of "log" in the rules very handy in sorting out problems.&lt;BR /&gt;&lt;BR /&gt;I see you are using private address space but be carefull with the use of "any" in rules.  Think about forwarding etc.&lt;BR /&gt;&lt;BR /&gt;Why not use scp ot sftp since you have ssh?</description>
      <pubDate>Mon, 30 Apr 2007 21:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ipfilter/m-p/3990792#M295700</guid>
      <dc:creator>David Woodroffe</dc:creator>
      <dc:date>2007-04-30T21:01:17Z</dc:date>
    </item>
  </channel>
</rss>

