On Fri, Feb 3, 2012 at 10:40 PM, Dax Kelson <dkelson@xxxxxxxxxxxx> wrote: > Use IP_FREEBIND socket option so that iscsi portal configuration with > explicit IP addresses can happen during boot, before network interfaces > have been assigned IPs. > > This is especially important on systemd based Linux boxes where system > boot happens asynchronously and non-trivial configuration must be done > to get targetcli.service to start synchronously after the network is > configured. Does this work with IPv6? My impression (backed up by a quick look at the net/ source) is that FREEBIND is an IPv4 thing. It seems it might be better to just deal with systemd and only bind network addresses after the network is up. How does the NFS server handle things? Presumably the same issue exists there, and I would hope NFS serving works with systemd. - R. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html