From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ve0-x244.google.com (mail-ve0-x244.google.com [IPv6:2607:f8b0:400c:c01::244]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id EBDFC21F1C8 for ; Thu, 20 Feb 2014 15:15:14 -0800 (PST) Received: by mail-ve0-f196.google.com with SMTP id jw12so753931veb.3 for ; Thu, 20 Feb 2014 15:15:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=fLid+ZS+YM5gxIN/LLUwemaZzncqMywa8y3gdIUEAVk=; b=fJ4PHyRNyh2zWpMw/UAnhuaPL9MmICzM5uO8vZAgKK8llEEAonixTU1eehaxH2ZS14 YDfllw9iaXbvOGgfkcRAjcN5N5XyrynJ1uIY7INabCl0PVCL7hmtW7VJ/BjOAff+c3lB 5hJieDGipMvaU3niUZqvGKdaE3c3jpsQot3ZVDF44Ta9nQWT8E6gXwmydcgowOjOuF0T ZeKgJ0dQG+UU/3C7hxdsodYnwqupqHTSpdA3wnLmbpotY9TC1WpSnm7WvnbDpCYKVwuf ux2MGjuVgV5aZbGZQXNW4rs53AF/9No4xaFfXQon1GHSMSK8tAmqQWr5OsrXaX1Y3Nkz cRVg== MIME-Version: 1.0 X-Received: by 10.52.166.103 with SMTP id zf7mr2209539vdb.30.1392938113409; Thu, 20 Feb 2014 15:15:13 -0800 (PST) Sender: c3reszcecc22@gmail.com Received: by 10.220.196.210 with HTTP; Thu, 20 Feb 2014 15:15:13 -0800 (PST) Date: Fri, 21 Feb 2014 00:15:13 +0100 X-Google-Sender-Auth: A3Tgbo6hiPhpf8u4jzLMw7rrhAU Message-ID: From: Vincent Frentzel To: cerowrt-devel@lists.bufferbloat.net Content-Type: multipart/alternative; boundary=001a11c2c10271a6ac04f2deadb2 Subject: [Cerowrt-devel] IPV6 success on 3.10.28-14 with 6to4 tunnel and 6relayd X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 23:15:15 -0000 --001a11c2c10271a6ac04f2deadb2 Content-Type: text/plain; charset=UTF-8 Hi everyone, After struggling a while with odhcpd and route propagation I wanted to report that I got ipv6 working with the following config for 6relayd. config server se00 list network se00 option rd server option dhcpv6 server option management_level 1 config server sw00 list network sw00 option rd server option dhcpv6 server option management_level 1 config server sw10 list network sw10 option rd server option dhcpv6 server option management_level 1 Hope this can be of use to someone or contribute to the next release :) BR, Vincent --001a11c2c10271a6ac04f2deadb2 Content-Type: text/html; charset=UTF-8
Hi everyone,

After struggling a while with odhcpd and route propagation I wanted to report that I got ipv6 working with the following config for 6relayd.

config server se00
        list network    se00
        option rd       server
        option dhcpv6   server
        option management_level 1

config server sw00
        list network    sw00
        option rd       server
        option dhcpv6   server
        option management_level 1

config server sw10
        list network    sw10
        option rd       server
        option dhcpv6   server                                 
        option management_level 1

Hope this can be of use to someone or contribute to the next release :)

BR,
Vincent
--001a11c2c10271a6ac04f2deadb2--