OpenVPN tun and IPv6

I have a Openvpn server serving ipv6 address thru tun interface.

I have configured a openvpn client that connects fine and gets ipv4 address with tun on mikrotik but it seems ipv6 is avoided and no updated on ipv6 addresses.

Does Mikrotik supports ipv6 thru tun interface or only tap (ethernet mode)?

Thanks

I have the same issue, the IPv6 pool shows a /64 handed out to the connection. But the client has no ipv6 address on the local interface. When i perform a tcpdump on the tun0 interface i don`t see any IPv6 attempts or wat so ever


tcpdump -ni tun0 ip6
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tun0, link-type RAW (Raw IP), capture size 262144 bytes

AFAIK RouterOS OpenVPN has no support for IPv6 yet. Except transporting it in tap mode, but that’s just because tap takes any protocol.