These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for how do i clone a debian VM guest with pre-installed webmin/virtual server? on the new forum.
im running a a virtual server on a VBox debian guest/windows host. I want an identical clone with a different IP address. cloning the guest (in VBox) is the easy part. now i need to change the ip address of the clone and all references in the virtual server. retracing my steps....
while this seems simple and obvious i.e: change ip address of (VM guest) server, change ip address of virtual server on VM guest, its not working
QUESTION: how can i easily clone a VM guest and then update both its IP address and the IP addresses of any existing virtual servers to create an identical clone with a different IP address?
update: i cant see anyway to list all of my older posts. is this possible?
thanks
laurence
my new clone ip address is 192.168.200.101
$ttl 38400
@ IN SOA host101.com. root.host101.com. (
1420195435
10800
3600
604800
38400 )
vs1.host101.com. IN NS host101.com.
vs1.host101.com. IN A 192.168.200.101
www.vs1.host101.com. IN A 192.168.200.101
ftp.vs1.host101.com. IN A 192.168.200.101
m.vs1.host101.com. IN A 192.168.200.101
localhost.vs1.host101.com. IN A 127.0.0.1
webmail.vs1.host101.com. IN A 192.168.200.101
admin.vs1.host101.com. IN A 192.168.200.101
mail.vs1.host101.com. IN A 192.168.200.101
vs1.host101.com. IN MX 5 mail.vs1.host101.com.
vs1.host101.com. IN TXT "v=spf1 a mx a:vs1.host101.com ip4:192.168.200.101 ?all"