wesdegroot
New member
- Joined
- Nov 16, 2013
- Messages
- 4
Hello,
My directadmin is not accessible from outside the VPS.
But local is it working.
firewall is OFF
error logs:
here some tests (local):
here some tests (own pc):
I have tried:
http://help.directadmin.com/item.php?id=75
http://help.directadmin.com/item.php?id=30
http://www.directadmin.com/features.php?id=1168
http://help.directadmin.com/item.php?id=293
i hope someone can help me, to solve the problem.
Thanks in advance.
My directadmin is not accessible from outside the VPS.
But local is it working.
firewall is OFF
error logs:
Code:
[root@server directadmin]# cat /var/log/directadmin/error.log (this one is empty even with ./directadmin b200)
[root@server directadmin]# cat /var/log/directadmin/errortaskq.log
2014:07:01-04:20:01: Reset All has started
2014:07:01-04:20:01: Reset All has finished
[root@server directadmin]# cat /var/log/directadmin/system.log
2014:07:04-20:15:01: directadmin started
2014:07:04-20:17:33: signal TERM received. Waiting for children to exit
2014:07:04-20:17:33: Clean shutdown successful
[root@server directadmin]# cat /var/log/directadmin/security.log
cat: /var/log/directadmin/security.log: Bestand of map bestaat niet (dutch: file does not exists)
here some tests (local):
Code:
[root@server directadmin]# service iptables status
iptables: Firewall is not running.
[root@server directadmin]# telnet localhost 2222
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.1
User-Agent: Testing
Accept: ALL
Connection: close
HTTP/1.1 200 OK
Server: DirectAdmin Daemon v1.45.4 Registered to Today ISP B.V.
Set-Cookie: session=; path=/; HttpOnly
Connection: close
Cache-Control: no-cache
Pragma: no-cache
X-DirectAdmin: unauthorized
Content-Type: text/html
(..... removed HTML part .....)
Connection closed by foreign host.
here some tests (own pc):
Code:
MacBook-Pro-van-Wesley:~ Wes$ telnet 185.27.175.28 2222
Trying 185.27.175.28...
telnet: connect to address 185.27.175.28: Operation timed out
telnet: Unable to connect to remote host
MacBook-Pro-van-Wesley:~ Wes$ telnet 185.27.175.28 80
Trying 185.27.175.28...
Connected to hosted.by.pcextreme.
Escape character is '^]'.
GET / HTTP/1.1
User-Agent: test from local
Accept: ALL
Connection: close
HTTP/1.1 400 Bad Request
Date: Fri, 04 Jul 2014 18:42:47 GMT
Server: Apache/2
Content-Length: 287
Connection: close
Content-Type: text/html; charset=iso-8859-1
(..... removed HTML part .....)
Connection closed by foreign host.
I have tried:
http://help.directadmin.com/item.php?id=75
http://help.directadmin.com/item.php?id=30
http://www.directadmin.com/features.php?id=1168
http://help.directadmin.com/item.php?id=293
i hope someone can help me, to solve the problem.
Thanks in advance.