Freeradius switch mac authentication bypass: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
=Simple Konfig= | =Simple Konfig= | ||
| − | *cat clients.conf | + | *cat /etc/freeradius/clients.conf |
<pre> | <pre> | ||
client localhost { | client localhost { | ||
| Zeile 16: | Zeile 16: | ||
} | } | ||
</pre> | </pre> | ||
| − | *cat users | + | *cat /etc/freeradius/users |
<pre> | <pre> | ||
60eb69962da5 Cleartext-Password := "60eb69962da5" | 60eb69962da5 Cleartext-Password := "60eb69962da5" | ||
Version vom 25. April 2016, 10:47 Uhr
Simple Konfig
- cat /etc/freeradius/clients.conf
client localhost {
ipaddr = 127.0.0.1
secret = sysadm
require_message_authenticator = no
nastype = other
}
client lan-clients {
ipaddr = 192.168.240.0
netmask = 21
secret = sysadm
require_message_authenticator = no
nastype = other
}
- cat /etc/freeradius/users
60eb69962da5 Cleartext-Password := "60eb69962da5" 485b39ad8af3 Cleartext-Password := "485b39ad8af3" 0800274d3bae Cleartext-Password := "0800274d3bae" 0016d32ebb2e Cleartext-Password := "0016d32ebb2e" xinux Cleartext-Password := "suxer" rudi Cleartext-Password := "wiggel" DEFAULT Framed-Protocol == PPP Framed-Protocol = PPP, Framed-Compression = Van-Jacobson-TCP-IP DEFAULT Hint == "CSLIP" Framed-Protocol = SLIP, Framed-Compression = Van-Jacobson-TCP-IP DEFAULT Hint == "SLIP" Framed-Protocol = SLIP