It should be:
/interface dot1x client
add interface=INTERFACE eap-methods=eap-peap identity=USERNAME password=PASSWORD
However, from the help pages "CA certificates are required for eap-tls, eap-ttls and eap-peap authentication methods". Mikrotiks have no default list of CA certificates, whereas linux has a predefined list installed. It would be what you specify with ca_cert= when using wpad - note this is different to also having a client certificate for eap-tls which may be what your site instructions are referring to (this would be specified by client_cert=, private_key= and private_key_password= for wpad).
/interface dot1x client
add interface=INTERFACE eap-methods=eap-peap identity=USERNAME password=PASSWORD
However, from the help pages "CA certificates are required for eap-tls, eap-ttls and eap-peap authentication methods". Mikrotiks have no default list of CA certificates, whereas linux has a predefined list installed. It would be what you specify with ca_cert= when using wpad - note this is different to also having a client certificate for eap-tls which may be what your site instructions are referring to (this would be specified by client_cert=, private_key= and private_key_password= for wpad).
Statistics: Posted by tdw — Tue Mar 04, 2025 2:39 am