I have a system that is outgrowing itself and may need to be moved to new hardware. I’m hoping there will be a way to move the extensive configuration from the current system to the next. I imagine the new system will number its ethernet ports differently, and I may want to separate out some VLANs that currently share a single port into separate ports. So, the mapping between ETH numbers and VLANs is going to change.
I don’t mind re-creating a lot of the configuration, but I really don’t want to type in all the DHCP and DNS configuration all over again. So, how can I transfer it from one system to the next?
a) Backup one system and restore on the other
Will this work with changing hardware configuration and ETH numbering? Will I be able to recover the DNS and DHCP configurations? In particular, DHCP is aware of the ETH numbers, will it do the right thing?
b) Export/Import configurations
Is there a way to export, edit if necessary, and re-import configuration elements? e.g. DHCP, DNS tables?
If it involves export/import from LDAP, can this be done? How? I’m not familiar with LDAP tools.