Operating System - HP-UX
1826467 Members
2386 Online
109692 Solutions
New Discussion

Coming soon - IPFilter A.03.05.07

 
Berlene Herren
Honored Contributor

Coming soon - IPFilter A.03.05.07

HP-UX IPFilter A.03.05.07 will soon be available at the software depot for download. It will also be available for September 2003 Application Release for HP-UX 11.0 and 11.11.

HP-UX IPFilter A.03.05.07 for HP-UX 11.11 contains new features and fixes listed
below:

New Features supported:
~~~~~~~~~~~~~~~~~~~~~~
1) Dynamic Connection Allocation (DCA) (previously known as "Anti-Spam Filter")
is a new feature in IPFilter that is designed to run on an intermediate system
that sits in front of a server (or set of servers). It allows limits to be
placed on incoming connections, thereby protecting the server from excessive traffic. An example is to protect MMPF mail servers from excessive SPAM.

Using DCA, administrators can set the number of concurrent connections that are allowed from:

* an IP address;
* each IP address in an IP subnet range;
* an IP subnet range where all the IP addresses in that subnet share the
cumulative limit;
* unknown IP addresses where each unknown IP address has its own connection
limit.

Connections that exceed the limiting value are dropped and if configured, a TCP
reset is sent.

A set of new commands collect statistics about the controlled connections, such
as source and destination IP address, the allocated number of connections, the
number of active connections, and the number of times the connections limit exceeded.

It also provides logging records by IP addresses or subnets, allowing the
administrator to fine tune the rules configured.

2) Full NAT support includes NAT related rules and rule configuration: map,
bimap, rdr, map-block, ipnat.

All perimeter firewall features are still not supported. The following listed
functionality are included with HP-UX IPFilter, but not supported:

* local and remote failover

* fastroute, ipscan: It provides some very basic content filtering capability
that is yet to completely supported in the public domain.

* ipsyncs, ipsyncm: They are the sync slave and the sync master daemons that
synchronize state/NAT state between two IPFilter hosts. This functionality is
incomplete and not supported fully in public domain.

* ipfs: ipfs is used in the context of state synchronization and cannot be
supported without ipsyncs and ipsyncm.

* ipsend, ipresend: They are testing utilities.

* application/FTP proxy/reverse proxy: It is an excluded perimeter firewall
feature. Current FTP proxy functionality is broken and incomplete.

Bug Fixes:
~~~~~~~~~~
* JAGae50391 - HA local failover DPF: Customer's system, using IPFilter
A.03.05.05 with MC/ServiceGuard configured for 3 pairs of primary/standby
interfaces, panicked when cmcld is switching lan i/f.

* JAGae62830 - syslog message "NOTICE: PFIL: cannot find interface
for q xxxxxxxxxxxxxxxx"

* JAGae75702: IPFilter: 'wait_for_lock panic' in pfilstrmodrput() due to low
memory

HP-UX IPFilter A.03.05.07 for HP-UX 11.0 contains the bug fixes mentioned above,
but does not include support for the new features described above (DCA & NAT).

This information is provided in advance in order for those who wish this improved capabililty in IPFilter, and need to schedule (e.g., change managment).
At the end of installation, it automatically reboots; as result, it replaces the previous version and works with the previous version with no problem. The previous version does not need to be uninstalled first.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
10 REPLIES 10
Berlene Herren
Honored Contributor

Re: Coming soon - IPFilter A.03.05.07

IPFilter A.03.05.07 is now available from http://www.software.hp.com

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
George Otepka
Occasional Advisor

Re: Coming soon - IPFilter A.03.05.07

hi,
why ipmon dont log to the /var/adm/sylog/syslog.log
after instalation IP Filter v3.5alpha5
on HPUX B.11.11
the rule is:
block in log level auth.info all
there is a bug or missing patch?
Thank you
otepka
otepka@utb.cz
Berlene Herren
Honored Contributor

Re: Coming soon - IPFilter A.03.05.07

Verify the following:

ipf -V should show the logging file as available.

ps -ef|grep ipmon to verify if ipmon is running. ipmon is started during bootup. If it is not running, start it as follows:

ipmon -sD

The -s option specifies that the log records go to /var/adm/syslog/syslog.log and the -D option directs ipmon to run as a daemon in the background.

Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
George Otepka
Occasional Advisor

Re: Coming soon - IPFilter A.03.05.07

all controls are OK.
after reboot ipmon is not worked.
after /sbin/init.d/ipfboot stop and then start
ipmon is worked.
the ipfilter seems to be working but no loggin
...
Elena Leontieva wrote me about
"
Date: 4/18/03
Document description: HP-UX: IPFilter seems to be installed but fails to work; no errors logged
Document id: 4000051275
"
I cannot find it? from Europe site ???
can you help me
Thank you

otepka@utb.cz
Berlene Herren
Honored Contributor

Re: Coming soon - IPFilter A.03.05.07

I emailed it to you, let me know if this helps.

Regards,
Berlene
http://www.mindspring.com/~bkherren/dobes/index.htm
Robert Fritz
Regular Advisor

Re: Coming soon - IPFilter A.03.05.07

The reboot problem was discovered recently, and a fix is on the way. In the meantime, a workaround is to reload the rules either manually, or in an rc-script that runs after networking comes up.

ex: ipf -Fa -f /etc/opt/ipf/ipfilter.conf

Hope that helps!
-Robert
Those Who Would Sacrifice Liberty for Security Deserve Neither." - Benjamin Franklin
Steven E. Protter
Exalted Contributor

Re: Coming soon - IPFilter A.03.05.07

Hi Berlene,

I am implementing IPFilters and could use the doc.

Would you be so kind as to email me at work?

Thanks.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Geoff Wild
Honored Contributor

Re: Coming soon - IPFilter A.03.05.07

What I would really like to see is better LVM management.

The ability to change VG attributes on the fly - like maxpvs, PE size, etc....

AIX has had that since 4.3.1

Sorry for the rant, but our AIX guy just laughed at me when I told him I have to create new volume groups in order to migrate data to a new SAN frame....

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
YLTan
Frequent Advisor

Re: Coming soon - IPFilter A.03.05.07


I have cluster env. using MC/ServiceGuard and IPFilter A.03.05.05, it cause a server crash as reported in JAGae50391.

I put in new ver. A.03.05.07, no more crashes but when I test the MC/ServiceGuard failover, the ipf rules no longer works. All ports are open for access!!

Is there a quick fix for this?
tyl
Robert Fritz
Regular Advisor

Re: Coming soon - IPFilter A.03.05.07

Try the command mentioned above after the network is up:
ipf -Fa -f

The trouble is that some of the interface information is currently getting corrupted in 3.5.7, so the rules aren't matching.

I just put the above in a boot script (/sbin/rc2.d/S345fw_temp) and I'm now happy until the fix arrives.

Also, you may want to consider turning off the DCA functionality in 3.5.7 if you don't need it (with ipf -m).
Those Who Would Sacrifice Liberty for Security Deserve Neither." - Benjamin Franklin