edijs
Programmer
Hi!
I'd like to hear a way to get FreeBSD to put a custom MAC address for my 3COM NIC on every system bootup. I've already tried to do that in rc.conf, but it doesn't work -- it just hangs the NIC and says "no routing" when I try to ping something. The only way it works is to write like this:
But that's somewhat inconvenient. Any help would be nice! Thanks!
I'd like to hear a way to get FreeBSD to put a custom MAC address for my 3COM NIC on every system bootup. I've already tried to do that in rc.conf, but it doesn't work -- it just hangs the NIC and says "no routing" when I try to ping something. The only way it works is to write like this:
Code:
ifconfig xl0 link <macaddress>
But that's somewhat inconvenient. Any help would be nice! Thanks!