-
Notifications
You must be signed in to change notification settings - Fork 847
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
Unexpected behavior when running RethinkDB with bind=all #5844
Comments
If in step 5 (or step 2) you've got the the string 'localhost' or '127.0.0.1' in the mix, evens you're looking at a variation of #5706. Have a look at |
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
You need to (a) get (quoth) "any driver" to use ipv6 or (b) get RethinkDB to listen on ipv4. You can oftentimes achieve (a) with |
Was mildly enough curious to see if
You're effectively hitting rethinkdb/rethinkdb#1897 (message and message). Which like it says over there "[will] usually work for both IPv4 as well as IPv6 interfaces, despite the fact that they are being listed as tcp6". We're not in the "usually" club because #5706. |
Describe the bug
When I start RethinkDB service (https://github.com/rethinkdb/rethinkdb) in WSL2 with
bind=all
in the config, service is not accessible from Windows Host with error:ReqlDriverError: None of the pools have an opened connection and failed to open a new one.
Not tested on other services. Seems like there is some unexpected behavior when running some service on all interfaces.
To Reproduce
Steps to reproduce the behavior:
bind=all
in the config of RethinkDBrethinkdbdash
)Expected behavior
Should connect successfully.
System info
Additional context
Related issue on RethinkDB: rethinkdb/rethinkdb#6914
If I remove
bind=all
from config it works fine. Seems like there is some unexpected behavior when running on all interfaces in WSL2The text was updated successfully, but these errors were encountered: