siteadmin:freeradius_radsec_configuration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| siteadmin:freeradius_radsec_configuration [2019/03/06 16:04] – admin | siteadmin:freeradius_radsec_configuration [2023/04/05 12:00] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | RADSEC is something for the future. Currently it's not recommended so don't worry about it for now. | ||
| + | |||
| clients.conf: | clients.conf: | ||
| Line 25: | Line 27: | ||
| } | } | ||
| </ | </ | ||
| + | |||
| + | sites-available/ | ||
| < | < | ||
| Line 41: | Line 45: | ||
| | | ||
| | | ||
| - | | + | |
| - | | + | |
| | | ||
| | | ||
| - | # | ||
| | | ||
| | | ||
| Line 57: | Line 60: | ||
| | | ||
| | | ||
| - | # | ||
| } | } | ||
| } | } | ||
| } | } | ||
| + | </ | ||
| + | |||
| + | proxy.conf: | ||
| + | |||
| + | < | ||
| + | realm " | ||
| + | auth_pool = govroam | ||
| + | nostrip | ||
| + | } | ||
| + | |||
| + | home_server_pool govroam { | ||
| + | home_server = roaming0 | ||
| + | type = client-port-balance | ||
| + | } | ||
| + | |||
| + | home_server roaming0 { | ||
| + | ipaddr = 212.219.190.139 | ||
| + | port = 2083 | ||
| + | type = auth | ||
| + | secret = radsec | ||
| + | proto = tcp | ||
| + | status_check = status-server | ||
| + | |||
| + | tls { | ||
| + | certdir = ${confdir}/ | ||
| + | cadir = ${confdir}/ | ||
| + | |||
| + | private_key_password = whatever | ||
| + | private_key_file = ${certdir}/< | ||
| + | certificate_file = ${certdir}/< | ||
| + | ca_file = ${cadir}/ | ||
| + | |||
| + | dh_file = ${certdir}/ | ||
| + | random_file = ${certdir}/ | ||
| + | fragment_size = 1071 | ||
| + | include_length = yes | ||
| + | cipher_list = " | ||
| + | } | ||
| + | | ||
| + | } | ||
| </ | </ | ||
siteadmin/freeradius_radsec_configuration.1551888241.txt.gz · Last modified: by admin
