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

2.0.12 Windows Bind Lines #511

Closed
JDowny opened this issue Apr 28, 2013 · 3 comments
Closed

2.0.12 Windows Bind Lines #511

JDowny opened this issue Apr 28, 2013 · 3 comments
Labels
bug Something isn't working windows Applies to the Windows version only
Milestone

Comments

@JDowny
Copy link

JDowny commented Apr 28, 2013

Seems like there is a bug with bind lines in windows, they don't seem to work as they should.

This should bind all addresses if I'm not mistaken, but it doesn't.

C:\Users\user>telnet 127.0.0.1 7001
Connecting To 127.0.0.1...Could not open connection to the host, on port 7001: Connect failed

However try on the IPv6 version of localhost (::1) and it works perfectly.

If you specify a specific address in the bind line it works fine, so for example:

Another user was having this issue with 2.0.12 as well, so doesn't seem to be anything related to my system.

Test system was Windows 7 x64.

@Adam-
Copy link
Member

Adam- commented Apr 28, 2013

What happens if you set options:defaultbind to ipv4?

@JDowny
Copy link
Author

JDowny commented Apr 29, 2013

That indeed works, the tag was set at the default of "auto" which I take it selects IPv6 by default(?).

On Linux the behavior seems to be different though, on a Linux box I have the following bind line:

Using this I can telnet to both 127.0.0.1, and ::1 and options:defaultbind is set to "auto".

Adam- added a commit to Adam-/inspircd that referenced this issue Apr 30, 2013
Adam- added a commit to Adam-/inspircd that referenced this issue Apr 30, 2013
@Adam-
Copy link
Member

Adam- commented Apr 30, 2013

fixed in 0a3da5f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Applies to the Windows version only
Development

No branches or pull requests

2 participants