Hello,
I want to make multiple HDD clones of an existing installation of FreeBSD to be able to put in multiple different servers.
The problem is that on each machine, the network interface name is different, and rc.conf tries to set an non-existent interface to DHCP.
Question: Is it possible to make FreeBSD set whichever network interface to DHCP on boot?
Example: On an original machine, the ifconfig line in rc.conf is:
When inserting the HDD from original machine to a different one, it should be
Thanks,
Jan
I want to make multiple HDD clones of an existing installation of FreeBSD to be able to put in multiple different servers.
The problem is that on each machine, the network interface name is different, and rc.conf tries to set an non-existent interface to DHCP.
Question: Is it possible to make FreeBSD set whichever network interface to DHCP on boot?
Example: On an original machine, the ifconfig line in rc.conf is:
Code:
ifconfig_dc0="DHCP"
Code:
ifconfig_em0="DHCP"
Thanks,
Jan
Last edited by a moderator: