<div><div class="gmail_quote">On Fri, Feb 4, 2011 at 00:47, Frank Bulk <span dir="ltr">&lt;<a href="mailto:frnkblk@iname.com">frnkblk@iname.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I tried that, no luck.<br>
===================================<br>
iface eth0.100 inet static<br>
       pre-up sysctl -w net.ipv6.conf.eth0/100.autoconf=0<br>
       pre-up sysctl -w net.ipv6.conf.eth0/100.accept_ra=0<br>
       address a.b.c.d<br>
       netmask 255.255.255.0<br>
       network a.b.c.0<br>
===================================<br>
<br>
Results in<br>
        error: &quot;net.ipv6.conf.eth0.100.autoconf&quot; is an unknown key</blockquote><div><br></div><meta charset="utf-8">The /proc files (and sysctls) will not be populated until the interface is in an up state (ie, at post-up), try just setting it in &#39;post-up&#39; parameter not &#39;pre-up&#39;<div>
<br></div><div>Alternatively you could set the net.ipv6.conf.default.x values at boot, then enable v6 explicitly on the interfaces you want it on (using the aforementioned post-up parameter).</div><div><br></div><div>~Matt</div>
</div></div>