Add public network for events
This commit is contained in:
parent
33852f2c0d
commit
4dead39dcc
4 changed files with 55 additions and 2 deletions
|
|
@ -836,7 +836,7 @@ eap {
|
|||
#
|
||||
# allowed values: {no, yes}
|
||||
#
|
||||
use_tunneled_reply = no
|
||||
use_tunneled_reply = yes
|
||||
|
||||
# The inner tunneled request can be sent
|
||||
# through a virtual server constructed
|
||||
|
|
@ -945,7 +945,7 @@ eap {
|
|||
# sections of sites-available/default, and of
|
||||
# sites-available/inner-tunnel
|
||||
#
|
||||
use_tunneled_reply = no
|
||||
use_tunneled_reply = yes
|
||||
|
||||
# When the tunneled session is proxied, the
|
||||
# home server may not understand EAP-MSCHAP-V2.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ anonymous Cleartext-Password := "anonymous"
|
|||
|
||||
#/ wildcard, accept any credentials
|
||||
DEFAULT FreeRADIUS-Proxied-To == 127.0.0.1, Auth-Type := Accept
|
||||
Tunnel-Type = VLAN,
|
||||
Tunnel-Medium-Type = IEEE-802,
|
||||
Tunnel-Private-Group-ID = 6
|
||||
|
||||
#DEFAULT FreeRADIUS-Proxied-To == 127.0.0.1, Auth-Type := Accept
|
||||
# session-timeout = 14400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue