[solved] tablet - want static mac?
Jolla Tablet - static Mac address, network unstable
Hello,
each time I restart the tablet, it creates a new random fake mac address. My router stains its DNS with the tablet's expired fake mac addresses. Also, I always have to manually reload the tablet's network once or twice after a reboot until it works.
Is it possible to achieve that firstly the actual (hardware) Mac address is used and secondly the network is started stably?
I try as follows:
# ip link
wlan0: <broadcast,multicast,dynamic,up,lower_up> mtu 1500 qdisc pfifo_fast state UP mode DORMANT qlen 1000 link/ether de:ad:be:ef:13:37 brd ff:ff:ff:ff:ff:ff</broadcast,multicast,dynamic,up,lower_up>
# nano /etc/systemd/system/changemac@.service
# systemctl enable changemac@wlan0
# systemctl start changemac@wlan0
Moo-Crumpus ( 2019-01-05 20:23:14 +0200 )edit... ok, this changes the mac adress right before dhcp. It works, I will test it further.
Moo-Crumpus ( 2019-01-05 20:33:23 +0200 )editNice. The tablet deserve some fix on wifi. Also I would suggests some improvement on power management!
minojolla ( 2019-01-06 16:01:51 +0200 )editaddition:
will show you the real hardware mac. You may use this in the changemac@.service file.
Moo-Crumpus ( 2019-01-08 20:00:07 +0200 )edit