Page 1 of 1

ipv6 route outside tunnel

Posted: Tue Jun 20, 2017 1:40 pm
by Clodo
In IPv4 i can use

Code: Select all

route 8.8.8.8 255.255.255.255 net_gateway
what is the equivalent for IPv6?
Using

Code: Select all

route-ipv6 2001:4860:4860::8888/128 net_gateway
throw

Code: Select all

OpenVPNROUTE6: cannot parse gateway spec 'net_gateway'
I'm missing something or is a missing implementation? Thanks.

(Edit: sorry, forum mistake, any mod can move under 'configuration' subforum? thx, sorry again)

Re: ipv6 route outside tunnel

Posted: Tue Jun 20, 2017 5:25 pm
by TinCanTech
Try

Code: Select all

$net_gateway_ipv6
and let me know if it works :)