MANUAL: Clonar Mac-Address en AirOS Ubiquiti

Publicado por D3M0N, 13 de Agosto de 2013, 09:43:21 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

D3M0N


REQUERIMIENTOS:

    - Equipamiento Ubiquiti con AirOS.
    - Firmware Requerido: You are not allowed to view links. Register or Login.

PASOS:

1.- Ingresar por SSH al equipamiento.
2.- Ingresar el siguiente Codigo Reemplazando lo indicado:

echo "ifconfig ath0 down; ifconfig ath0 hw ether <MAC-ADDRESS>; ifconfig ath0 up" > /etc/persistent/rc.poststart; chmod +x /etc/persistent/rc.poststart; cfgmtd -w -p /etc/; reboot


EXPLICACIÓN DEL CÓDIGO:

ifconfig ath0 down = Deshabilita la interfaz inalambrica (Atheros0 = Ath0)
ifconfig ath0 hw ether <MAC-ADDRESS> = Cambia su MAC Address por una que indicamos.
ifconfig ath0 up = Habilita nuevamente la interfaz.
Demás cuestiones son para que los efectos queden fijos.