bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"


From: "Taylan Ulrich Bayırlı/Kammer"
Subject: bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"
Date: Thu, 30 Oct 2014 14:52:36 +0100

After starting 'guile --listen', I can connect to it via 127.0.0.1 but
not "localhost": "Ncat: Connection refused."  I don't know if
listening on "localhost" by default has any security implications?


Shell 1:

address@hidden:~$ guile --listen
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)>


Shell 2:

address@hidden:~$ ncat localhost 37146
Ncat: Connection refused.
address@hidden:~$ ncat 127.0.0.1 37146
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)>


Taylan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]