Openvpn.net service with Netmodule Router

You can get up to 3 free connection with the service provided by http://openvpn.net

Openvpn will serve you an ovpn file, which can be used within the netmodule router after a slight modification.

Since we are not supporting IPv6 within the current release (4.6.0.102) we have to exclude the IP and route that will pushed by the openvpn.net service.

To achive this, we have to modify the provided ovpn file and add those two lines:

pull-filter ignore "route-ipv6"
pull-filter ignore "ifconfig-ipv6"

After that, we can import this config as an “export” file.

Therefore, goto VPN → OpenVPN and enable it.

Select client and export, then you can upload the modified config file:

After that, enable the OpenVPN service and the tunnel should come up.