저는 OpenWrt(=SSH당 Busybox)를 실행 중이므로 바이너리 수가 제한되어 있습니다. nano와 같은 텍스트 편집기만 사용하여 MAC 주소를 변경하고 싶습니다.
답변1
보시다시피여기, 원하는 인터페이스에 macaddr
이 옵션을 추가 해야 합니다./etc/config/network
예를 들어:
config interface 'lan'
option ifname 'eth0.1'
option proto 'dhcp'
option macaddr 'xx:xx:xx:xx:xx:xx'
그런 다음 네트워크 서비스를 다시 시작 /etc/init.d/network restart
하거나 장치를 다시 시작하십시오.