I have an old proxy server
uname -a:
Linux proxy 2.6.18-6-686 SMP etc etc
I think it's Debian (I have apt-get).
I've read an interesting article to achieve the virtualization result: http://www.madgenius.com/blog/index....VM-server.html
But this server has different disks:
df -h:
Filesystem Dimens. Usati Disp. Uso% Montato su
/dev/sda1 28G 4,6G 22G 18% /
tmpfs 1015M 0 1015M 0% /lib/init/rw
udev 10M 96K 10M 1% /dev
tmpfs 1015M 0 1015M 0% /dev/shm
/dev/sda2 92M 12M 75M 14% /boot
/dev/sdb2 25G 5,9G 18G 26% /log
/dev/sdb1 9,2G 96M 8,7G 2% /squidcache
It acts mainly as proxy server but it has a LOT of iptables rules. I've tried to save and import in a new server I've prepared, getting only errors (iptables-save and then iptables-restore)
I would like to do a perfect cloning of it and, if possible, virtualize it in a vmware esxi server.
What path should I take?