diff options
author | jkh <jkh@FreeBSD.org> | 1999-06-30 06:11:14 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-06-30 06:11:14 +0000 |
commit | 81c13b666bbdbf98cfd394e4831d0e927d9311e0 (patch) | |
tree | 7c247381c34d44a5cee2999e1de1411b3c4b414a /etc/services | |
parent | 3c3a5fcaa28a7d944ff3231e88e1d04f8ee8da0b (diff) | |
download | FreeBSD-src-81c13b666bbdbf98cfd394e4831d0e927d9311e0.zip FreeBSD-src-81c13b666bbdbf98cfd394e4831d0e927d9311e0.tar.gz |
Put radius on its proper ports.
Diffstat (limited to 'etc/services')
-rw-r--r-- | etc/services | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/services b/etc/services index 11a666b..8b74f9d 100644 --- a/etc/services +++ b/etc/services @@ -16,7 +16,7 @@ # Kerberos services are for Kerberos v4, and are unofficial. Sites running # v5 should uncomment v5 entries and comment v4 entries. # -# $Id: services,v 1.55 1998/09/16 15:42:32 des Exp $ +# $Id: services,v 1.56 1999/05/04 13:51:56 ghelmer Exp $ # From: @(#)services 5.8 (Berkeley) 5/9/91 # # WELL KNOWN PORT NUMBERS @@ -1662,6 +1662,8 @@ pciarray 1552/tcp pciarray 1552/udp issd 1600/tcp issd 1600/udp +radius 1645/udp #RADIUS authentication protocol +radacct 1646/udp #RADIUS accounting protocol nkd 1650/tcp nkd 1650/udp shiva_confsrvr 1651/tcp @@ -1693,8 +1695,6 @@ netview-aix-11 1671/udp netview-aix-12 1672/tcp netview-aix-12 1672/udp pptp 1723/tcp #Point-to-point tunnelling protocol -radius 1812/udp #RADIUS authentication protocol (RFC 2138) -radacct 1813/udp #RADIUS accounting protocol (RFC 2139) licensedaemon 1986/tcp #cisco license management licensedaemon 1986/udp #cisco license management tr-rsrb-p1 1987/tcp #cisco RSRB Priority 1 port |