
27th February 2006, 22:35
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
cannot connect to ispconfig
I ran the setup of ispconfig.
I choosed for https (and not for http)
I entered a domain name of one of my websites (the one I want to test ISPConfig is configured correct).
So I try to connect to http://www.domainname.nl:81, but the computer replies: The connection was refused when attempting to contact www.domainname.nl:81
What did I do wrong?
In another topic I read about to copy my websites to the directory trr, but I have not do it at this moment. Do I have to do that first?
Where can I find the directory trr?
|

28th February 2006, 00:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by guidovanh
I ran the setup of ispconfig.
I choosed for https (and not for http)
I entered a domain name of one of my websites (the one I want to test ISPConfig is configured correct).
So I try to connect to http://www.domainname.nl:81, but the computer replies: The connection was refused when attempting to contact www.domainname.nl:81
|
Please post the output of Do you try to connect from within your local network or from the outside?
Did you forward port 81 from your router to your ISPConfig server? DO you use firewalls that block accesses to port 81? Does www.domainname.nl point to the correct IP address?
Does your provider block port 81?
Quote:
|
Originally Posted by guidovanh
In another topic I read about to copy my websites to the directory trr, but I have not do it at this moment. Do I have to do that first?
Where can I find the directory trr?
|
Forget about this issue for now.
|

28th February 2006, 09:19
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
Please post the output of
|
Code:
linux:/ # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 *:mysql *:* LISTEN
4592/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN
4822/smbd
tcp 0 0 *:sunrpc *:* LISTEN 4245/portmap
tcp 0 0 *:www-http *:* LISTEN 5831/httpd
tcp 0 0 *:ftp *:* LISTEN 4821/xinetd
tcp 0 0 *:ipp *:* LISTEN 4428/cupsd
tcp 0 0 localhost:smtp *:* LISTEN 4373/master
tcp 0 0 *:microsoft-ds *:* LISTEN 4822/smbd
tcp 0 0 192.168.2.100:www-http adsl-dc-40afc.ads:31056 ESTABLISHED 5838/httpd
tcp 0 0 192.168.2.1:netbios-ssn 192.168.2.:availant-mgr ESTABLISHED 6824/smbd
tcp 0 0 192.168.2.100:www-http adsl-dc-40afc.ads:31055 ESTABLISHED 5834/httpd
tcp 0 0 *:ssh *:* LISTEN 4819/sshd
tcp 0 0 localhost:smtp *:* LISTEN 4373/master
linux:/ #
Quote:
|
Originally Posted by falko
Do you try to connect from within your local network or from the outside?
|
I am connecting from within my local network
Quote:
|
Originally Posted by falko
Did you forward port 81 from your router to your ISPConfig server?
|
I didn't. Before I asked my server for 'netstat -tap' I corrected it. Port 80 and 81 are forwarded to 192.168.2.100, my ISPConfig. Are there other ports which should forwarded to my ISPConfig?
Quote:
|
Originally Posted by falko
DO you use firewalls that block accesses to port 81?
|
At this moment there is no firewall installed on my Linux machine, port 81 is not blocked.
Quote:
|
Originally Posted by falko
|
The correct domainname is www.samendienen.nl, which is pointed to my IP-address. If you want, try to open this URL. If the first line shows a "L" you are on my Linux-machine...
Quote:
|
Originally Posted by falko
Does your provider block port 81?
|
No, they didn't.
|

28th February 2006, 09:34
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by guidovanh
Code:
linux:/ # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 *:mysql *:* LISTEN
4592/mysqld
tcp 0 0 *:netbios-ssn *:* LISTEN
4822/smbd
tcp 0 0 *:sunrpc *:* LISTEN 4245/portmap
tcp 0 0 *:www-http *:* LISTEN 5831/httpd
tcp 0 0 *:ftp *:* LISTEN 4821/xinetd
tcp 0 0 *:ipp *:* LISTEN 4428/cupsd
tcp 0 0 localhost:smtp *:* LISTEN 4373/master
tcp 0 0 *:microsoft-ds *:* LISTEN 4822/smbd
tcp 0 0 192.168.2.100:www-http adsl-dc-40afc.ads:31056 ESTABLISHED 5838/httpd
tcp 0 0 192.168.2.1:netbios-ssn 192.168.2.:availant-mgr ESTABLISHED 6824/smbd
tcp 0 0 192.168.2.100:www-http adsl-dc-40afc.ads:31055 ESTABLISHED 5834/httpd
tcp 0 0 *:ssh *:* LISTEN 4819/sshd
tcp 0 0 localhost:smtp *:* LISTEN 4373/master
linux:/ #
|
ISPConfig is missing in this list which means it isn't running at all. Please start it:
Code:
/etc/init.d/ispconfig_server start
Quote:
|
Originally Posted by guidovanh
Port 80 and 81 are forwarded to 192.168.2.100, my ISPConfig. Are there other ports which should forwarded to my ISPConfig?
|
All ports that you want to access from the outside, e.g. 21 (FTP), 22 (SSH), 25 (SMTP), 110 (POP3), 143 (IMAP), 443 (HTTPS),...
|

28th February 2006, 10:09
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
ISPConfig is missing in this list which means it isn't running at all. Please start it:
Code:
/etc/init.d/ispconfig_server start
|
The result of this command is:
Code:
linux:/ # /etc/init.d/ispconfig_server start
Starting ISPConfig system...
/root/ispconfig/httpd/bin/apachectl startssl: httpd started
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47
No results found!ISPConfig system is now up and running!
linux:/ #
When I try to connect, ISPConfig represents a login screen. My manual tells me that I have to login with user admin en password admin, but I got "ERROR 101" followed by "Bad login or username" (I see this in Dutch).
Quote:
|
Originally Posted by falko
All ports that you want to access from the outside, e.g. 21 (FTP), 22 (SSH), 25 (SMTP), 110 (POP3), 143 (IMAP), 443 (HTTPS),...
|
Because my mail is currently handled on my Windows server, the ports 25, 110, 143 and 443 are forwarded to my Windows-server.
|

28th February 2006, 14:56
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by guidovanh
When I try to connect, ISPConfig represents a login screen. My manual tells me that I have to login with user admin en password admin, but I got "ERROR 101" followed by "Bad login or username" (I see this in Dutch).
|
So, who can tell me what is the login name and password to login to my ISPConfig?
|

28th February 2006, 18:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
I guess your ISPConfig database is missing. Can you check that as described here? http://www.howtoforge.com/forums/sho...8&postcount=10
|

2nd March 2006, 23:06
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
|
Ok, I have a database, it's called ispconfigdb.
When I enter the MySQL-command SHOW TABLES;, the result is:
ERROR 1018 (HY000): Can't read dir of './ispconfigdb/' (errno: 13).
What do I have to do now?
|

3rd March 2006, 11:35
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,883
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
Did you enter a mysql username in the ispconfig setup that is alowed to create tables in the mysql database?
|

3rd March 2006, 14:05
|
|
Senior Member
|
|
Join Date: Feb 2006
Location: Leusden, The Netherlands
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by till
Did you enter a mysql username in the ispconfig setup that is alowed to create tables in the mysql database?
|
Yes, I followed the installation described on http://www.ispconfig.org/manual_installation.htm.
But I'm not familiar with MySQL, so I don't know how to fill the database.
The manual tells me to enter username admin and password admin, but these combination is not correct.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:51.
|
Recent comments
7 hours 27 min ago
12 hours 26 min ago
13 hours 52 min ago
14 hours 45 min ago
16 hours 29 min ago
20 hours 52 min ago
21 hours 44 min ago
23 hours 57 min ago
1 day 13 hours ago
1 day 14 hours ago