Skip to content

Commit

Permalink
Be more relaxed with default config
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 22, 2015
1 parent 4d48254 commit ae60815
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions raddb/mods-config/attr_filter/post-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@
# These rules allow:
# o Only Login-User Service-Type ( no framed/ppp sessions )
# o Telnet sessions only ( no rlogin, tcp-clear )
# o Login hosts of either 192.0.2.1 or 192.0.2.2
# o Login host of 192.0.2.1
#
#tisp
# Service-Type == Login-User,
# Login-Service == Telnet,
# Login-TCP-Port == 23,
# Login-IP-Host == 192.0.2.1,
# Login-IP-Host == 192.0.2.2
# Login-IP-Host == 192.0.2.1

#
# The following example can be used for a home server which is only
Expand Down Expand Up @@ -101,17 +100,8 @@
#

DEFAULT
Service-Type == Framed-User,
Service-Type == Login-User,
Login-Service == Telnet,
Login-Service == Rlogin,
Login-Service == TCP-Clear,
Login-TCP-Port <= 65536,
Framed-IP-Address == 255.255.255.254,
Framed-IP-Netmask == 255.255.255.255,
Framed-Protocol == PPP,
Framed-Protocol == SLIP,
Framed-Compression == Van-Jacobson-TCP-IP,
Framed-MTU >= 576,
Framed-Filter-ID =* ANY,
Reply-Message =* ANY,
Expand Down

0 comments on commit ae60815

Please sign in to comment.