Netbox - Replication

proxmox Oct 21, 2020

There are better ways to replicate Netbox however my way is to create a snapshot of Netbox on Proxmox and then restore it to another instance.

Once Netbox has been imported boot it up.

To change the IP

ip addr add 192.168.1.100/24 dev ens18

ens18 is the ethernet device, you can find this by running ip addr show

Tags