lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 18 Dec 2018 21:41:23 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     jasonmartinsen@....com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net] lan78xx: Resolve issue with changing MAC address

From: Jason Martinsen <jasonmartinsen@....com>
Date: Tue, 18 Dec 2018 05:38:22 +0000

> Current state for the lan78xx driver does not allow for changing the MAC address of the interface, without either removing the module (if you compiled it that way) or rebooting the machine.  If you attempt to change the MAC address, ifconfig will show the new address, however, the system/interface will not respond to any traffic using that configuration.  A few short-term options to work around this are to unload the module and reload it with the new MAC address, change the interface to "promisc", or reboot with the correct configuration to change the MAC.
> 
> This patch enables the ability to change the MAC address via fairly normal means...
> ifdown <interface>
> modify entry in /etc/network/interfaces OR a similar method   
> ifup <interface>
> Then test via any network communication, such as ICMP requests to gateway.
> 
> My only test platform for this patch has been a raspberry pi model 3b+.
> 
> Signed-off-by: Jason Martinsen <jasonmartinsen@....com>

Applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ