Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 16:10:07 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-jail@freebsd.org
Subject:   Re: IPv6 init issue
Message-ID:  <20130731141006.GC85585@lonrach.local>
In-Reply-To: <20130731115807.GB85585@lonrach.local>
References:  <20130731115807.GB85585@lonrach.local>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Ollivier Robert:
> Error: bind(2a01:240:fe5c:1::3, 143) failed: Can't assign requested address
> Error: service(imap-login): listen(2a01:240:fe5c:1::3, 143) failed: Can't assign requested address
> Error: bind(2a01:240:fe5c:1::3, 993) failed: Can't assign requested address
> Error: service(imap-login): listen(2a01:240:fe5c:1::3, 993) failed: Can't assign requested 

Thanks to a friend of mine, using this in /etc/sysctl.conf for the host (or setting it manually if you don't want to reboot of course) fixed it:

## -- for jails
net.inet6.ip6.dad_count=0

I guess the killer things was that if the interface was too slow to come up due to the DAD protocol.  There I do not want to use DAD at all, I'm fixing all jails addresses automatically.

So now, I'm all set.

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
In memoriam to Ondine : http://ondine.keltia.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130731141006.GC85585>