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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Apr 2009 14:13:26 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Inaky Perez-Gonzalez <inaky@...ux.intel.com>
Cc:	netdev@...r.kernel.org
Subject: Re: What makes a good fake MAC address?

On Wed, 22 Apr 2009 13:48:27 -0700
Inaky Perez-Gonzalez <inaky@...ux.intel.com> wrote:

> 
> Hi All
> 
> The Intel i2400m WiMAX driver behaves as an ethernet device, and
> currently when sending packets to the netdev stack, it fakes an
> ethernet header, sets the "from" mac address to zeroes and the "to"
> to it's own MAC address.
> 
> The WiMAX network can be considered to be a point-to-point (up to the
> gateway) connection, all IP based, so there are not MAC addresses
> from our gateway (not to mention that it can change behind us).
> 
> The problem with using a zero mac address is that it confuses the
> bridging software (and maybe others). I was wondering, what would be
> a fake mac address we could put in there that is legal for this kind
> of "faking"? [or the closest thing to legal?]
> 
> Thanks!
> 

You want really want hw to have real mac, but if not use
random_ether_addr()
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ