* Axel Braun [2017-12-05 22:45 +0100]:
Am Donnerstag, 30. November 2017 07:51:23 UTC+1 schrieb Nicolas Évrard:
* Axel Braun [2017-11-30 06:39 +0100]:
>Morning,
Hello,
>I can access a server with a working Tryton installation remote per SSH - no
>GUI installed.
>Is there a way to check if connections to the server are accepted? means, Can I
>simulate the server connection from the commandline somehow? Proteus maybe?
>(connection check via telnet is not working...)
If the server is running and listening and if telnet does not work
then you can not reach the server and it's probably a network
configuration issue.
no....try
telnet localhost 8000
on a working installation. You should get:
telnet localhost 8000
Trying ::1...
^^^
telnet tries to connect in IPv6 to localhost
telnet: connect to address ::1: Connection refused
He was not able to do it
Trying 127.0.0.1...
^^^^^^^^^
Now telnet is trying IPv4
Connected to localhost.
And the connection is successful.
That's why you were able to use curl from pokoli's answer.
--
Nicolas Évrard - B2CK SPRL
E-mail/Jabber: nicolas.evr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/
--
You received this message because you are subscribed to the Google Groups
"tryton-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tryton-dev/20171205223010.amukrdtuuc3lswu7%40localhost.localdomain.