Procurve Radius Server Anbindung: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (→Links) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| + | =Freeradius= | ||
| + | *head -3 /etc/freeradius/users | ||
| + | 60eb69962da5 Cleartext-Password := "60eb69962da5" | ||
| + | xinux Cleartext-Password := "suxer" | ||
| + | rudi Cleartext-Password := "wiggel" | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
=Radius Server Einrichten= | =Radius Server Einrichten= | ||
*configure terminal | *configure terminal | ||
Version vom 13. April 2016, 17:11 Uhr
Freeradius
- head -3 /etc/freeradius/users
60eb69962da5 Cleartext-Password := "60eb69962da5" xinux Cleartext-Password := "suxer" rudi Cleartext-Password := "wiggel"
Radius Server Einrichten
- configure terminal
- radius-server host 192.168.244.49 auth-port 1812 acct-port 1813
- radius-server key sysadm
- end
Generelle Parameter
- configure terminal
- aaa authentication port-access eap-radius
- end
Set general port-access Parameters
- configure terminal
- aaa authentication ssh login radius local
- aaa authentication ssh enable radius local
- aaa authentication console login radius local
- aaa authentication console enable radius local
- aaa authentication login privilege-mode
- end
Macbased Access
- configure terminal
- aaa port-access mac-based 22