HP-UX IPFilter V17.05 Release Notes for 11i v2
3 Compatibility Information and Installation Requirements
3.1 Software Requirements
The system must have standard HP-UX 11i v2 core products installed.
If you are using HP-UX IPFilter IPv6 functionality on 11i v2, you must install the latest Transport GR
patch.
NOTE: No patches are required for HP-UX 11i v2. However, HP recommends that you install
the HP-UX 11i v2 December 2006 update.
You should install HP-UX IPFilter with swinstall (SD-UX) at any time after the system has been
ignited with all other software and applied with all required patches. HP-UX IPFilter is a dynamically
loadable kernel module (DLKM). It will be automatically registered with the running kernel during
product installation.
3.2 Hardware Requirements
HP 9000 workstations and servers and HP Integrity Systems
3.3 OS Platform and Version Compatibility
HP-UX 11i v2
3.4 Other Requirements
ICMPv6 filtering must be carefully configured to ensure that an IPv6 network functions properly.
For example, do not block Neighbor Discovery messages (type 135 and 136). Other examples
of critical ICMPv6 messages are Destination Unreachable (type 1) and Packet Too Big (type 2).
HP-UX IPFilter enables you to uniquely identify an ICMPv6 message using its type and code. A
new keyword, icmpv6-type, is introduced. Use the following rule to pass ICMPv6 type 135 code
0 packets:
pass in quick proto icmpv6 from any to any icmpv6-type 135 code 0
NOTE: The type and code can only be specified as a decimal number.
At minimum, the following rules must be configured:
pass in quick proto icmpv6 from any to any icmpv6-type 133
pass in quick proto icmpv6 from any to any icmpv6-type 134
pass in quick proto icmpv6 from any to any icmpv6-type 135
pass in quick proto icmpv6 from any to any icmpv6-type 136
pass out quick proto icmpv6 from any to any icmpv6-type 133
pass out quick proto icmpv6 from any to any icmpv6-type 134
pass out quick proto icmpv6 from any to any icmpv6-type 135
pass out quick proto icmpv6 from any to any icmpv6-type 136
The following is additional information about message types 133-136:
• 133—Router solicitation
• 134—Router advertisement
• 135—Neighbor solicitation
• 136—Neighbor advertisement
3.5 Disk Space Required for Installation
This product requires 10MB of disk space.
3.1 Software Requirements 7