Hi I have a question regarding the ispconfig main server. I have 2 servers, one bare metal with Proxmox installed and one virtual. Both are fresh installs. Wich one is better to setup as the main? And why? I am voting for the virtual because of easier backup. Thank You.
The question is: What are you planning to do? Is the second one a mirror server? Which one will get more load? Which one has more power? etc. etc. It totally depends on your use case.
First of all, thank You for Your answer. My plan is running our dns servers there. The Bare metal is of course the most powerful. It has 16gb dd3 ram And 2x2 TB disk. Proxmox is installed on it. I have created there a VM with 8 gb ram and 500 gb HD. There will run our website and some demo business apps. So I need FTP,DNS,MAIL, WEBSERVER. I have only 2 IP s at the moment one of them is assigned to bare metal, and 1 to virtual. Later planning buy more, and make more VMS with Proxmox. My plan was to set it up on VM. And thats why I asking for advice.
Ok, thanks. I had a setup like this about 2 weeks ago, but the slave and master stopped work together. I think a not gracefully rebooted bare metal server caused that. I did not stop the virtual before restart the other. I think. After that I was not able to connect to the mysql. Even after reinstall the mysql on bare metal. I have tryed 5 days to get it work again, but without succes. Than i have reinstalled everything.
Sorry but i dont understand the question. I had a setup of 2 dns servers, master and slave with one domain, on 2 ips. The virtual was the main, with web,mail,dns etc. The bare metal only dns.
Thank You, I am considering Your advice and I think That would be the best what I can do. Just A question. If I setup one more server, can I have Webserver and everything there too? Or That one should be only dns server?
That's up to you. I know people having all (web, dns, db, mail) on one server and secondary dns on a second one. But of course you can separate web and db, or web and mail etc.
My I have one more question? When I am going to create a second bridged virtual machine, do I need to create another bridge as well? Now I have Vmbr0 for the first virtual machine. If I am going to create the second, do I need to make a bridge like Vmbr1? Sorry that's a beginner stupid question. I think Yes, but not sure.
I don't use proxmox but I would just try to reuse the first one, if it does not work, create a new one
Hi Till. You cant believe, how happy I am to see You online again, after a long time. That problem I have solved, we bought one more IP. And now I am trying to set up everything again on 2 virtual machines. But on the second (slave server) I cant deal with the unable to connect to mysql server. But I can make the connection via the command line. I have tried it about 10 times to reinstall everything. What could be wrong?
Problem solved. I have used different passwords on the 2 VMS for mysql root. I have changed the pass on slave to be identical on master. After that, in PHPMYADMIN changed all passwords to be identical. Then the installation started without problems. Just I lost internet connection with the Putty instances in the middle of installation. Now I can start again.
Even if its solved now, if you virtualize then allways virtualize all, let just run the the hypervisor on the pure metal. In addition I use an little bit enhanced configuration since years. Beside the multiserver ISPConfig I have an additional minmal configured server used as an IP tables firewall (easily configured with firewallbulder). Alls ISPConfig servers are on a private network behind, accessed from the internet via NAT. That frees me to firewall the ISPConfig servers and on the other side gives me gradual access from the internet to the ISPConfig servers. If throughput is no as important, at home I have a slight modified config. I use a separate firewall server based on a Raspi, minimal debian jesse, internal net with USB -> Ethernet (DSL Router just used as amodem). So even if anything is on the virtual system or its hardware is broken, I have access t the internet. If the Raspi brakes I habe a second one as spare, Raspi costs nearly nothing. Rainer