mirror of https://gitlab.federez.net/re2o/re2o
committed by
root
3 changed files with 62 additions and 1 deletions
@ -0,0 +1,29 @@ |
|||
# Your client radius configuration below |
|||
client radius-filaire { |
|||
ipaddr = |
|||
netmask = |
|||
secret = |
|||
require_message_authenticator = no |
|||
nastype = other |
|||
virtual_server = radius-filaire |
|||
} |
|||
client radius-wifi { |
|||
ipaddr = |
|||
netmask = |
|||
secret = |
|||
require_message_authenticator = no |
|||
nastype = other |
|||
virtual_server = radius-wifi |
|||
} |
|||
|
|||
# Parangon (federez) |
|||
client parangon { |
|||
ipaddr = 185.230.78.47 |
|||
secret = please_ask_for_a_secret_to_federez_admin |
|||
} |
|||
|
|||
# Dodecagon (federez) |
|||
client dodecagon { |
|||
ipaddr = 163.172.48.168 |
|||
secret = please_ask_for_a_secret_to_federez_admin |
|||
} |
|||
Loading…
Reference in new issue