Page 1 of 1

'tun_builder_error: route is not canonical' on ICS

Posted: Wed Jan 30, 2013 11:12 pm
by thekman
Had successfully imported my Windows .ovpn files onto my device

When attempting to connect from Android device; getting this error...

Tun interface setup failed : tun_builder_error: error parsing IPv4 route: [route] [10.17.75.0] [255.255.252.0] : tun_builder_error: route is not canonical

Re: 'tun_builder_error: route is not canonical' on ICS

Posted: Thu Jan 31, 2013 11:03 am
by jamesyonan
That error means that the network address you are giving (10.17.75.0) doesn't match the subnet you are providing (255.255.252.0).

For example, 10.17.72.0 255.255.252.0 would be canonical.

James