Changes between Version 69 and Version 70 of WikiStart
- Timestamp:
- Jun 7, 2013, 11:59:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v69 v70 362 362 option ssid eduroam #! its all about this one!!!<--- 363 363 option encryption wpa2 364 option server 192.168.4.1 #! Location of radius-server/proxy behind the tunnel 1812/1813 <--- 365 option key testsecret #! Radius client password to connect to the radiusserver <--- 364 option auth_server 192.168.4.1 #! Location of radius-server/proxy behind the tunnel 1812/1813 <--- 365 option auth_port 1812 366 option auth_secret testsecret #! Radius client password to connect to the radiusserver <--- 367 #option acct_server 192.168.4.1 #! Location of radius-server/proxy behind the tunnel 1812/1813 <--- 368 #option acct_port 1813 369 #option acct_secret testsecret #! 366 370 option isolate 1 #! wifi clients cannot connect to each other <--- 367 371 368 372 config wifi-iface 369 373 option device radio0 … … 939 943 } 940 944 hostname_lookups = no 941 allow_core_dumps = yes945 allow_core_dumps = no #yes is for debugging! <--- 942 946 regular_expressions = yes 943 947 extended_expressions = yes … … 954 958 security { 955 959 max_attributes = 200 956 reject_delay = 0 957 status_server = yes 960 reject_delay = 0 # cleanup delay ? 961 status_server = yes # zombie ? 958 962 } 959 963 $INCLUDE ${raddbdir}/clients.conf … … 1011 1015 secret = testsecret 1012 1016 shortname = testsecret 1017 virtual_server = eduroam 1013 1018 } 1014 1019 … … 1017 1022 secret = testsecret 1018 1023 shortname = testsecret 1024 virtual_server = eduroam 1019 1025 } 1020 1026 … … 1023 1029 secret = testsecret 1024 1030 shortname = testsecret 1031 virtual_server = eduroam 1025 1032 } 1026 1033 … … 1479 1486 https://confluence.terena.org/display/H2eduroam/freeradius-sp 1480 1487 https://support.ssl.com/index.php?/Knowledgebase/Article/View/19 1481 1482 http://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file= Old HOWTO = 1488 http://serverfault.com/questions/9708/what-is-a-pem-file-and-how-does-it-differ-from-other-openssl-generated-key-file 1489 1490 = Old HOWTO = 1483 1491 == A. Achtergrond informatie == 1484 1492