1 votos

Pérdida de la conexión después de la suplantación de direcciones MAC

He cambiado la dirección MAC utilizando

$ ifconfig en1 |grep ether
    ether b2:n7:v8:x6:31:k2
$ openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'
69:b5:32:54:75:38
$ sudo ifconfig en1 ether 69:b5:32:54:75:38 
Password:
$ ifconfig en1 |grep ether
    ether 69:b5:32:54:75:38

Después de que todos mis conexiones de red se perdió. ¿Por qué está sucediendo esto?

1voto

De man ifconfig:

ether   Another name for the lladdr parameter.

lladdr addr
    Set the link-level address on an interface.  This can be used to e.g. set a new
    MAC address on an ethernet interface, though the mechanism used is not
    ethernet-specific. The address addr is specified as a series of colon-separated
    hex digits.  If the interface is already up when this option is used, it will
    be briefly brought down and then brought back up again in order to ensure that
    the receive filter in the underlying ethernet hardware is properly reprogrammed.

De manera que al perder la conexión es el comportamiento que se espera de aquí.

AppleAyuda.com

AppleAyuda es una comunidad de usuarios de los productos de Apple en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X