Freeradius switch mac authentication bypass: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Simple Konfig= *cat clients.conf <pre> client localhost { ipaddr = 127.0.0.1 secret = sysadm require_message_authenticator = no nastype = other } client l…“)
 
Zeile 15: Zeile 15:
 
  nastype = other
 
  nastype = other
 
}
 
}
 +
</pre>
 +
*cat users     
 +
<pre>
 +
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
 
</pre>
 
</pre>

Version vom 25. April 2016, 10:46 Uhr

Simple Konfig

  • cat 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 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