#18488: Override mac address doesn't work on wan
------------------------+--------------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Chaos Calmer 15.05
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:  Override mac
------------------------+--------------------------------

Comment (by anonymous):

 There is a simple way to test it:

 ifconfig wlan0 down
 ifconfig wlan0 hw ether 14:AA:69:44:B2:17
 ifconfig wlan0 up

 And it will works perfect with new mac. Than edit /etc/config/network

 option interface wan
     option macaddr '14:AA:69:44:B2:17'
     option ifname  wlan0
     option proto   dhcp

 Than you can do "/etc/init.d/network restart" or just reboot the router -
 default mac addr will be used.

--
Ticket URL: <https://dev.openwrt.org/ticket/18488#comment:17>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to