[OpenWrt-Devel] Mac address randomization on rsPro ath79

Weedy weedy2887 at gmail.com
Wed Oct 24 01:07:54 EDT 2018


I'm currently having some fun on master and noticed every reboot gives
me random mac addresses. Never happened on ar71xx.

#### LAN configuration
config interface lan
        option ifname   eth1
        option type     bridge
        option proto    dhcp
        option hostname 'repeater'
        option ipv6     0

config interface lanAlias
        option ifname   br-lan
        option proto    static
        option ipaddr   192.168.69.1
        option netmask  255.255.255.0

config interface lanEmerg
        option ifname   eth0
        option proto    static
        option ipaddr   192.168.42.1
        option netmask  255.255.255.0

root at repeater:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr 1E:3C:CB:9D:D7:D7
          inet addr:192.168.69.1  Bcast:192.168.69.255  Mask:255.255.255.0
...

eth0      Link encap:Ethernet  HWaddr F6:1A:54:6F:68:23
          inet addr:192.168.42.1  Bcast:192.168.42.255  Mask:255.255.255.0
...
          Interrupt:4

eth1      Link encap:Ethernet  HWaddr 1E:3C:CB:9D:D7:D7
...
          Interrupt:5

root at repeater:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr 2A:F7:8A:0F:2A:65
          inet addr:192.168.69.1  Bcast:192.168.69.255  Mask:255.255.255.0
...
eth0      Link encap:Ethernet  HWaddr 2A:CE:6B:79:1E:B8
          inet addr:192.168.42.1  Bcast:192.168.42.255  Mask:255.255.255.0
...
          Interrupt:4

eth1      Link encap:Ethernet  HWaddr 2A:F7:8A:0F:2A:65
...
          Interrupt:5

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list