android에서 MAC 강제 셋팅하는 두가지 방법


ip link show eth0

ip link set eth0 address 11:22:33:44:55:55




ifconfig eth0 down

ifconfig eth0 hw ether 11:22:33:44:55:66

ifconfig eth0 up


** ifconfig 설정이 안먹히는 경우가 있다.

** busybox 가 있다면 ifconfig -> busybox ifconfig 로 사용하길 바란다.




+ Recent posts