On Fri, Feb 3, 2012 at 4:00 PM, Andreas Kurz <andreas@xxxxxxxxxxx> wrote: > On 02/03/2012 10:14 PM, Dax Kelson wrote: >> Can LIO be fixed so that the portal configuration can be restored even >> though the IP configuration hasn't happened yet? > > beside fixing the start order of your system services ... > > # echo 1 > /proc/sys/net/ipv4/ip_nonlocal_bind > > ... should also do the trick. Andreas, Great information! Apparently, userspace code can use a socket option IP_FREEBIND to do this on a per socket basis without requiring a global change via /proc/sys/ Is there an equivalent for in kernel code? Can LIO use this if it exists? Thanks, Dax Kelson -- 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