Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webapp does not listen on ::1 #1396

Closed
vladak opened this issue Feb 8, 2017 · 2 comments
Closed

webapp does not listen on ::1 #1396

vladak opened this issue Feb 8, 2017 · 2 comments
Labels

Comments

@vladak
Copy link
Member

vladak commented Feb 8, 2017

trying to send config to localhost revealed that webapp is not listening on ::1

$ nc -v localhost 2424
nc: connect to ::1 port 2424 [host localhost] (tcp) failed: Connection refused
Connection to localhost 2424 port [tcp/*] succeeded!

Also, the -U option of Indexer should be able to accept IPv6 addresses which currently does not work given the code in sendToConfigHost() which splits the optarg with : delimiter. It should use proper notation as per RFC 2732.

@vladak vladak added the bug label Feb 8, 2017
@vladak
Copy link
Member Author

vladak commented Feb 14, 2017

I should've added that v6 is preferred on the system:

$ getent ipnodes localhost
::1	moose localhost localhost loghost
127.0.0.1	moose localhost localhost loghost

@vladak
Copy link
Member Author

vladak commented Aug 30, 2018

Made obsolete by #2184 (cset c1a21bc)

@vladak vladak closed this as completed Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant