BMC57414 edit Mac

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

fjstore

Member
Jan 17, 2019
30
1
8
How to change the port MAC address for the bmc57414 dual-port 25/10G? What tools are needed? Thank you.
 

fjstore

Member
Jan 17, 2019
30
1
8
So you want to counterfeit the MAC ?

Sound like you run a very reputable store :mad:
A customer modified the MAC address of one port on my Network Interface Card (NIC) to FFFFFFFFFFFF, which has caused the port to become inoperative. I would like to repair it.
 

i386

Well-Known Member
Mar 18, 2016
4,840
1,891
113
36
Germany
Besides this weird feeling why somebody would mess with the mac addresses, I would expect the broadcom documentation to have information how to recover cards and set all guids, base mac adresses etc...
 

sko

Well-Known Member
Jun 11, 2021
421
265
63
There's plenty of valid reasons to change the mac address of an interface; nothing "bad" or "shady" about it...
E.g. some ISPs require you to use DHCP for fixed IPs and will only attach that lease to the mac of their provided plastic router, even for business lines.

Usually you can simply set the mac address via ifconfig:
ifconfig bge0 ether random|<mac> or ifconfig bge0 lladdr random|<mac>
just use the default configuration for interfaces (e.g. rc.conf or hostname.if) to make this permanent/get set at boot.

To set the mac at the firmware level you might get some hints from the manpage of the driver; but given this is broadcom I suspect you'd need some proprietary, crappy windows tool...
TBH I wouldn't bother about the address in the eeprom if there's no tool readily available - just set the mac via the interface configuration and call it a day.
 
  • Like
Reactions: fjstore

fjstore

Member
Jan 17, 2019
30
1
8
Besides this weird feeling why somebody would mess with the mac addresses, I would expect the broadcom documentation to have information how to recover cards and set all guids, base mac adresses etc...
I tried recovering the controller card with niccli, but it didn't make much of a difference
 

fjstore

Member
Jan 17, 2019
30
1
8
There's plenty of valid reasons to change the mac address of an interface; nothing "bad" or "shady" about it...
E.g. some ISPs require you to use DHCP for fixed IPs and will only attach that lease to the mac of their provided plastic router, even for business lines.

Usually you can simply set the mac address via ifconfig:
ifconfig bge0 ether random|<mac> or ifconfig bge0 lladdr random|<mac>
just use the default configuration for interfaces (e.g. rc.conf or hostname.if) to make this permanent/get set at boot.

To set the mac at the firmware level you might get some hints from the manpage of the driver; but given this is broadcom I suspect you'd need some proprietary, crappy windows tool...
TBH I wouldn't bother about the address in the eeprom if there's no tool readily available - just set the mac via the interface configuration and call it a day.
Appreciate it. I'll test the tool on Linux.
 

dsrhdev

Member
May 28, 2024
30
9
8
Usually you can simply set the mac address via ifconfig:
ifconfig bge0 ether random|<mac> or ifconfig bge0 lladdr random|<mac>
just use the default configuration for interfaces (e.g. rc.conf or hostname.if) to make this permanent/get set at boot.
Appreciate it. I'll test the tool on Linux.
hello, it will not change the mac permanently
 

SlowmoDK

Active Member
Oct 4, 2023
280
152
43
There's plenty of valid reasons to change the mac address of an interface; nothing "bad" or "shady" about it...
E.g. some ISPs require you to use DHCP for fixed IPs and will only attach that lease to the mac of their provided plastic router, even for business lines.
Masquerading MAC using software is a very different thing altogether, than wanting to change the physical MAC on NIC

One is normal practice in many scenarios, the other is NOT

My initial post still stand