Colleagues, tell me, please, how can I properly configure the interface?
I have a computer that receives its network settings from the provider via DHCP. Naturally, the provider's DHCP server recognizes the computer by the MAC address of the external interface.
Now the computer will be replaced and the MAC address will change. Dealing with the provider is long and difficult. He is very problematic.
How do I properly tell the interface to change its MAC? Would the following string in /etc/rc.conf be correct?
Grateful for the replies,
Ogogon.
I have a computer that receives its network settings from the provider via DHCP. Naturally, the provider's DHCP server recognizes the computer by the MAC address of the external interface.
Now the computer will be replaced and the MAC address will change. Dealing with the provider is long and difficult. He is very problematic.
How do I properly tell the interface to change its MAC? Would the following string in /etc/rc.conf be correct?
Code:
ifconfig_re0=" ether 00:01:02:03:04:05 DHCP"
Grateful for the replies,
Ogogon.