unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost"
@ 2014-10-30 13:52 "Taylan Ulrich Bayırlı/Kammer"
  2014-10-31 22:33 ` dsmich
  2021-05-17 20:43 ` Taylan Kammer
  0 siblings, 2 replies; 8+ messages in thread
From: "Taylan Ulrich Bayırlı/Kammer" @ 2014-10-30 13:52 UTC (permalink / raw)
  To: 18914

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:

tub@taylan:~$ 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:

tub@taylan:~$ ncat localhost 37146
Ncat: Connection refused.
tub@taylan:~$ 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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-17 20:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-30 13:52 bug#18914: 2.0.11 REPL server listens on 127.0.0.1 but not "localhost" "Taylan Ulrich Bayırlı/Kammer"
2014-10-31 22:33 ` dsmich
2014-10-31 22:49   ` Taylan Ulrich Bayırlı/Kammer
2014-11-01 20:56     ` dsmich
2014-11-02 13:23       ` Taylan Ulrich Bayırlı/Kammer
2016-06-22  8:32         ` Andy Wingo
2016-07-12  7:17           ` Andy Wingo
2021-05-17 20:43 ` Taylan Kammer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).