freeradius: déplace tous les tests dans subdir
This commit is contained in:
parent
d36ceb7e3d
commit
132636e7f9
4 changed files with 14 additions and 0 deletions
14
freeradius/testing/test_inner
Executable file
14
freeradius/testing/test_inner
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Teste le inner-tunnel en se connectant directement au serveur
|
||||||
|
|
||||||
|
MAC=apprentis-wifi
|
||||||
|
PASSWORD=p74dj3ipwd
|
||||||
|
SECRET=`PYTHONPATH=/etc/crans/secrets/ python -c \
|
||||||
|
"import secrets; print secrets.radius_eap_key"`
|
||||||
|
NAS_NAME=atree.wifi.crans.org
|
||||||
|
#SERVER=127.0.0.1
|
||||||
|
SERVER=pea.v6.wifi.crans.org
|
||||||
|
SERVER=138.231.136.35
|
||||||
|
SERVER=[2a01:240:fe3d:c04:0:70ff:fe65:6103]
|
||||||
|
radtest -t mschap -x -6 $MAC $PASSWORD $SERVER 18 $SECRET $SECRET $NAS_NAME
|
Loading…
Add table
Add a link
Reference in a new issue