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 net.ipv6.bindv6only (sysctl > >net.ipv6.bindv6only)? > # cat /proc/sys/net/ipv6/bindv6only > 0
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. I guess as a quick and dirty workaround you might be able to set s2s->origin_ip = NULL; in s2s/main.c, line 126 Christof -- http://cmeerw.org sip:cmeerw at cmeerw.org mailto:cmeerw at cmeerw.org xmpp:cmeerw at cmeerw.org
