Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Marcin Mirosław
Hello. I've found information i should set local/ip to :: (double colon), done. Local resolver listens on both ip families, cat /etc/resolv.conf search . nameserver 127.0.0.1 nameserver ::1 But it doesn't work as i expect. I can't connect to anyone, s2s debug log throws: Fri Jan 13 17:03:23 2012

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Tomasz Sterna
Dnia 2012-01-13, pią o godzinie 17:14 +0100, Marcin Mirosław pisze: I've found information i should set local/ip to :: (double colon), done. Local resolver listens on both ip families, cat /etc/resolv.conf search . nameserver 127.0.0.1 nameserver ::1 But it doesn't work as i expect. I

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Marcin Mirosław
W dniu 2012-01-13 18:18, Tomasz Sterna pisze: Looks like https://bugs.launchpad.net/jabberd2/+bug/374687 bug. Hi Tomasz, yes, it looks simillary. I can see patch is included in jabberd-2.2.14, on linux it still doesn't solve problem. I'm guessing this bug have low priority? Thanks.

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Christof Meerwald
On Fri, Jan 13, 2012 at 05:14:59PM +0100, Marcin Mirosław wrote: I've found information i should set local/ip to :: (double colon), done. What's the setting of net.ipv6.bindv6only (sysctl net.ipv6.bindv6only)? Christof -- http://cmeerw.org sip:cmeerw at

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Marcin Mirosław
W dniu 2012-01-13 20:24, Christof Meerwald pisze: On Fri, Jan 13, 2012 at 05:14:59PM +0100, Marcin Mirosław wrote: I've found information i should set local/ip to :: (double colon), done. What's the setting of net.ipv6.bindv6only (sysctl net.ipv6.bindv6only)? Hi Christof, # cat

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Christof Meerwald
On Fri, Jan 13, 2012 at 08:46:04PM +0100, Marcin Mirosław wrote: W dniu 2012-01-13 20:24, Christof Meerwald pisze: On Fri, Jan 13, 2012 at 05:14:59PM +0100, Marcin Mirosław wrote: I've found information i should set local/ip to :: (double colon), done. What's the setting of

Re: Problem with setup jabberd2 to working with ipv4 and ipv6

2012-01-13 Thread Marcin Mirosław
W dniu 2012-01-13 21:36, Christof Meerwald pisze: Looks like the kernel got a bit more strict recently - with 2.6.32 you can create an AF_INET socket and bind it to an AF_INET6 :: address, but with 3.0 the kernel now complains with EAFNOSUPPORT. Indeed, i'm using kernel 3.1. I guess as a