Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 760 in cherokee: Need double binding when using ipv6 and net.ipv6.bindv6only=1

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


cherokee at googlecode

Mar 4, 2010, 3:36 AM

Post #1 of 1 (170 views)
Permalink
Issue 760 in cherokee: Need double binding when using ipv6 and net.ipv6.bindv6only=1

Status: New
Owner: ----

New issue 760 by rasasi78: Need double binding when using ipv6 and
net.ipv6.bindv6only=1
http://code.google.com/p/cherokee/issues/detail?id=760

What steps will reproduce the problem?
1. net.ipv6.bindv6only=1 sysctl is getting defult these days on distros
2. IPv6 is enabled by default on cherokee
3. In this situation, cherokee will just bind to a IPv6 socker, whereas it
should bind to both IPv6 and IPv4.

What is the expected output? What do you see instead?
netstat -tnlp |grep cherokee
This is what I get:
tcp6 0 0 :::80 :::* LISTEN
9375/cherokee-worke

And I should get:
tcp6 0 0 :::80 :::* LISTEN
9375/cherokee-worke
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
9375/cherokee-worke
(or similar)

What version of the product are you using? On what operating system?
cherokee 0.99.42-1 on Debian testing.

Please provide any additional information below.

The possible workarounds are either disabling IPv6 on cherokee to get just
a sole IPv4 listening socket or either setting sysctl
net.ipv6.bindv6only=0

The solution would be making cherokee double bind to IPv4 and IPv6
sockets.

See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560238

Regards,

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.