I am following Falko's wonderful tutorial:
1)
http://www.howtoforge.com/kvm-and-op...ith-proxmox-ve
to create VEs, and
2)
http://www.howtoforge.com/perfect-se...nny-ispconfig3
to install different services in the different VEs. eg.
a) VE101 hosts web services like http, ftp (netftp), 1st dns and ispconfig3 (a wonderful product :-)
b) VE102 hosts db services like mysql
c) VE103 hosts mail services like postfix, courier, squirrelmal/roundcube
d) VE104 hosts 2nd dns server
5) VE105 hosts a telephone server
Installation of web, ftp and dns services were successful except quota (as there is nothing in VE1's /etc/fstab under openvz???), but when I try to install ispconfig3 in VE101, I could not access the db server in VE102 to create the dbispconfig database with an error message:
Code:
Unable to connect to mysql server Host '192.168.1.101' is not allowed to connect to this MySQL server
I tried to open mysql port 3306 on the VE2 (db server) with:
Code:
#/sbin/iptables -A INPUT -i venet0 -s 192.168.1.0/24 -p tcp --destination-port 3306 -j ACCEPT
Still I get to the same error. :-(
In the meantime, I did the following in the VE2 db server:
Code:
#mysql -u root -p
#grant all on *.* to root@192.168.1.101 identified by 'password';
It let me go beyond the selection of db, but I got the the following error in next step:
Quote:
--------------------------------------------------------------------------------
_____ ___________ _____ __ _
|_ _/ ___| ___ \ / __ \ / _(_)
| | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _
| | `--. \ __/ | | / _ \| '_ \| _| |/ _` |
_| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
\___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
__/ |
|___/
--------------------------------------------------------------------------------
>> Initial configuration
Operating System: Debian Lenny or compatible
Following will be a few questions for primary configuration so be careful.
Default values are in [brackets] and can be accepted with <ENTER>.
Tap in "quit" (without the quotes) to stop the installer.
Select language (en,de) [en]:
Installation mode (standard,expert) [standard]: expert
Full qualified hostname (FQDN) of the server, eg server1.domain.tld [web.localhost]:
MySQL server hostname [localhost]: 192.168.1.102
MySQL root username [root]:
MySQL root password []: password
MySQL database to create [dbispconfig]:
MySQL charset [utf8]:
Shall this server join an existing ISPConfig multiserver setup (y,n) [n]:
ERROR: Unable to load SQL-Dump into database table.
|
And the last solution mentioned here (
http://www.howtoforge.com/forums/sho...t=mysql+server) does not apply to my case as I am yet to install the ispconfig3 and there is any links as mentioned to the clientdb.
And I am just confused whether I have to install everything [including the webservers in the db server (VE102 in my case] in case I try to go after Till's advice:
Quote:
|
ISPConfig has to be installed on the dbserver as well. Install ispconfig on the database server in expert mode and choose to join the master server then.
|
Please suggest. Thanks!!!
z
Recent comments
11 hours 57 min ago
12 hours 3 min ago
17 hours 1 min ago
23 hours 42 min ago
1 day 31 min ago
1 day 1 hour ago
1 day 6 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 18 hours ago