/usr/share/doc/libauthen-radius-perl/raddb/dictionary.tunnel is in libauthen-radius-perl 0.24-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | #
# dictionary.tunnel
#
# Experimental tunneling attributes.
#
#
# Version: @(#)dictionary.tunnel 1.10 11-Nov-1998 miquels@cistron.nl
#
#
# Tunneling Attributes
#
ATTRIBUTE Tunnel-Type 64 integer
ATTRIBUTE Tunnel-Medium-Type 65 integer
ATTRIBUTE Acct-Tunnel-Client-Endpoint 66 string
ATTRIBUTE Tunnel-Server-Endpoint 67 string
ATTRIBUTE Acct-Tunnel-Connection-Id 68 string
ATTRIBUTE Tunnel-Password 69 string
ATTRIBUTE Private-Group-Id 75 integer
VALUE Framed-Protocol PPTP 9
# Some of the new Tunnel values
VALUE Tunnel-Security None 0
VALUE Tunnel-Security Control-Only 1
VALUE Tunnel-Security Data-Only 2
VALUE Tunnel-Security Both 3
# Tunnel Type
VALUE Tunnel-Type PPTP 1
VALUE Tunnel-Type L2F 2
VALUE Tunnel-Type L2TP 3
VALUE Tunnel-Type ATMP 4
VALUE Tunnel-Type VTP 5
VALUE Tunnel-Type AH 6
VALUE Tunnel-Type IP 7
VALUE Tunnel-Type MIN-IP 8
VALUE Tunnel-Type ESP 9
VALUE Tunnel-Type GRE 10
VALUE Tunnel-Type DVS 11
#
# Tunnel Medium Type
VALUE Tunnel-Medium-Type IP 1
VALUE Tunnel-Medium-Type X25 2
VALUE Tunnel-Medium-Type ATM 3
VALUE Tunnel-Medium-Type Frame-Relay 4
|