<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hello everyone,<br>
    <br>
    I'm currently trying to move my OpenVPN users from TAP devices to
    TUN devices because Apple states that they will disable TAP in the
    near future.<br>
    I have it working for IPv4 just fine, but IPv6 gives me a little
    OSPF6 issue. The tun0 interface has the following state, even when
    people are connected:<br>
    <br>
    tun0 is up, type POINTOPOINT<br>
      Interface ID: 42<br>
      Internet Address:<br>
        inet : 172.31.8.1/32<br>
        inet6: 2a02:b70:0:2::1/64<br>
      Instance ID 0, Interface MTU 1500 (autodetect: 1500)<br>
      MTU mismatch detection: disabled<br>
      Area ID 0.0.0.0, Cost 10<br>
      State Down, Transmit Delay 1 sec, Priority 1<br>
      Timer intervals configured:<br>
       Hello 10, Dead 40, Retransmit 5<br>
      DR: 0.0.0.0 BDR: 0.0.0.0<br>
      Number of I/F scoped LSAs is 0<br>
        0 Pending LSAs for LSUpdate in Time 00:00:00 [thread off]<br>
        0 Pending LSAs for LSAck in Time 00:00:00 [thread off]<br>
    <br>
    I think the "State Down" is the root cause for the routes to this
    interface not showing up on other routers, which results in IPv6
    traffic failing completely.<br>
    Could someone tell me if this is intentionally, or that I have some
    potential config error?<br>
    If I need to share my whole configuration, let me know, my hope is
    that it is something simple related to TUN interfaces / POINTTOPOINT
    interfaces.<br>
    <br>
    <br>
    interface tun0<br>
     ipv6 address 2a02:b70:0:2::1/64<br>
     ipv6 nd suppress-ra<br>
     ipv6 ospf6 mtu-ignore<br>
     ipv6 ospf6 network point-to-point<br>
     no link-detect<br>
    <br>
    router ospf6<br>
     interface tun0 area 0.0.0.0<br>
    <br>
    ipv6 route 2a02:b70:0:2::/64 tun0<br>
    <br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <table
style="font-family:Arial,Roboto;font-size:12px;line-height:1.38em;border-collapse:collapse;color:#332F60;letter-spacing:0.1px;white-space:nowrap;">
        <colgroup><col style="width:174px"><col style="width:174px"><col
            style="width:166px"></colgroup> <tbody>
          <tr>
            <td colspan="3"
              style="font-size:13px;color:#000;line-height:20px;padding:0
              0 42px 0"> Kind regards<br>
              <br>
              Jan Hugo Prins<br>
              <i>DevOps Engineer</i> </td>
          </tr>
          <tr>
            <td colspan="3" style="padding:0 0 42px 0"><a
                href="https://betterbe.com"><img
                  src="cid:part1.EF76F8C9.A9B75EFE@betterbe.com"
                  style="width:376px"></a></td>
          </tr>
          <tr>
            <td>
              Auke Vleerstraat 140 E<br>
              7547 AN Enschede<br>
              CC no. <a
href="https://www.kvk.nl/orderstraat/product-kiezen/?kvknummer=080975270000"
                style="text-decoration:none;color:#332F60;">08097527</a>
            </td>
            <td>
              <b>T</b> <a href="tel:+31534800694"
                style="text-decoration:none;color:#332F60;">+31 (0) 53
                48 00 694</a><br>
              <b>E</b> <a href="mailto:jprins@betterbe.com"
                style="text-decoration:none;color:#332F60;">jprins@betterbe.com</a><br>
              <b>M</b> <a href="tel:+31 (0)6 263 58 951"
                style="text-decoration:none;color:#332F60;">+31 (0)6 263
                58 951</a>
            </td>
            <td style="vertical-align:bottom"><a
                href="https://www.betterbe.com"
                style="color:#E73C57;font-weight:bold;text-decoration:none;">www.betterbe.com</a></td>
          </tr>
          <tr>
            <td colspan="3" style="font-size:
              9px;color:#A0A6B2;letter-spacing:0;line-height:1.5em;padding-top:42px;">
              BetterBe accepts no liability for the content of this
              email, or for the consequences of any actions taken on the
              basis<br>
              of the information provided, unless that information is
              subsequently confirmed in writing. If you are not the
              intended<br>
              recipient you are notified that disclosing, copying,
              distributing or taking any action in reliance on the
              contents of this<br>
              information is strictly prohibited.
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>