How to configure in /etc/rc.conf an interface with "ether random" so that the MAC address is not the same as the main interface?
For example when creating a VLAN I use something like:
cloned_interfaces="vlan0"
create_args_vlan0="vlan 4000 vlandev em0 mtu 1400 fib 1"
ifconfig_vlan0="ether...
This command will allow you to change your current ether MAC on your FreeBSD boxen without bringing down and back up the network interface. In this instance shown using the designated network interface of my machina and spoofed ether MAC as an example:
# ifconfig bge0 ether DE:AD:B0:0B:DE:AD...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.