HP-UX Reference (11i v2 03/08) - 4 File Formats (vol 8)

p
ppp.Filter(4) ppp.Filter(4)
(‘ftp-data’) rather than the socket/protocol notation.
If your
/etc/services
file is missing some application-level protocols that you consider useful, you
can populate it with entries from the Assigned Numbers RFC, number 1340. For example, you may find
it useful to add lines like
gopher 70/tcp
gopher 70/udp
kerberos 88/tcp
kerberos 88/udp
snmp 161/tcp
snmp 161/udp
nextstep 178/tcp
nextstep 178/udp
prospero 191/tcp
prospero 191/udp
x11 6000/tcp
if you’re using those applications, and if they’re not already in your
/etc/services
file as received
from your system’s manufacturer. If you augment your
/etc/services this way, then instead of using
entries like
pass !6000/tcp/syn/send
your
Filter could use entries like
pass !x11/syn/send
which is much more readable. A list of TCP and UDP service numbers and names, culled from the
Assigned Numbers RFC, is available in
Examples/services.ex
.
AUTHOR
ppp.Filter was developed by the HP.
SEE ALSO
ppp.Auth(4), ppp.Devices(4), ppp.Dialers(4), ppp.Keys(4), ppp.Systems(4), services(4), pppd(1), RFC 791,
RFC 792, RFC 1055, RFC 1548, RFC 1332, RFC 1122, RFC 1144, RFC 1340.
HP-UX 11i Version 2: August 2003 5 Hewlett-Packard Company Section 4247