Usually I would be able to change my wifi mac address with the ifconfig command like :
ifconfig <iface> hw ether XX:XX:XX:XX:XX:XX
Ubuntu have however deprecated ifconfig in behalf of the "ip" command, so I was wondering if there is an way to get similar functionality using that command?
ip -c ais really handy as a first command, or justip awhich stands forip addressand gives you a slightly different display including IPv4 and IPv6 addresses. – pbhj Jun 08 '19 at 10:17/etc/network/interfacesfile (but the question is titled Change network mac address using "ip" command – moo Jan 07 '24 at 08:00