ipv6 default route from somewhere

Dave Taht dave.taht at gmail.com
Fri Mar 4 22:36:01 CET 2016


Cool suggestions, but...

In both cases (with the echo before or after in tinc-up), I still see
that default route get inserted

ip -6 link set $INTERFACE up mtu 1280
echo 0 >/proc/sys/net/ipv6/conf/$INTERFACE/accept_ra_defrtr
sleep 2

It could be coming from somewhere else, but with it being static...
and metric 950, I don't see where. I will try to see if it happens
during the script....

Dave Täht
Let's go make home routers and wifi faster! With better software!
https://www.gofundme.com/savewifi


On Fri, Mar 4, 2016 at 12:45 PM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Fri, Mar 04, 2016 at 09:43:44PM +0100, Guus Sliepen wrote:
>
>> - On Linux, add "echo 0 >/proc/sys/net/ipv6/conf/$INTERFACE/accept_ra"
>>   to tinc-up before any ifconfig or ip commands.
>
> Ah, if it's only the default route you don't want, then it's:
>
> echo 0 >/proc/sys/net/ipv6/conf/$INTERFACE/accept_ra_defrtr
>
> --
> Met vriendelijke groet / with kind regards,
>      Guus Sliepen <guus at tinc-vpn.org>
>
> _______________________________________________
> tinc-devel mailing list
> tinc-devel at tinc-vpn.org
> http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc-devel


More information about the tinc-devel mailing list