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

Accelerated mode does not work with IPv6 #4485

Closed
kafeinnet opened this issue Oct 13, 2013 · 2 comments
Closed

Accelerated mode does not work with IPv6 #4485

kafeinnet opened this issue Oct 13, 2013 · 2 comments
Assignees
Labels
bug This issue/PR relates to a bug.

Comments

@kafeinnet
Copy link

Hi,

Acelerated mode daemon listens on 0.0.0.0 and there is no configuration option to change this.

root@phoeneeks:/tmp/ruby/ruby-2.0.0-p247# netstat -anptlwee | grep 5099
tcp        0      0 0.0.0.0:5099            0.0.0.0:*               LISTEN      1000       63088       488/python      

Maybe you should add a "accelerated_host" to choose the listening IP so we can set it to "::".

Fab.

@mpdehaan
Copy link
Contributor

If we did this, I'd probably call it something like "accelerate_ipv6=True/False" and just set it there.

accelerate_host seems like it would be confusing as the host file is local.

@kafeinnet
Copy link
Author

Yep, the name is maybe not so clever.
What about accelerate_listen ?

It maybe better not to listen on all IP addresses in certain cases for more security ?

@ghost ghost assigned jimi-c Oct 31, 2013
@ansibot ansibot added bug This issue/PR relates to a bug. and removed bug_report labels Mar 6, 2018
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug.
Projects
None yet
Development

No branches or pull requests

4 participants