I have a new Mango MT300N-V2 Router.
I am trying to set up a bridge to my home router (A Netgear R7000 Nighthawk router)
Both routers are patched to the latest firmware versions (as of today)
The Netgear router has an option to download the necessary config files for the client as separate ovpn and key files. I have converted these to the “inline” version needed for upload to the Mango.
THIS OVPN FILE WORKS PERFCECTLY WHEN CONNECTING FROM THE WINDOWS OPENVPN CLIENT,
However when I upload it into the Mango it fails giving me the following error message:
OpenVPN ROUTE: OpenVPN needs a gateway parameter for a --route option and no default was specified by either --route-gateway or --ifconfig options
I have searched here and the internet and although this is the common error, none of the solutions I have found work. I wish this to be a TAP connection as I need everything to go over the bridge to home (I have the bandwidth in both directions with my ISP).
Has anyone solved this ?
Points to bare in mind:
I can’t/don’t know how to add commands/configs to the Netgear “server” config file
I’m very much a novice at this so need exact instructions as I often don’t really understand what I’m doing
Mango IP range is 192.168.8.x / Gateway 192.168.8.1
Netgear IP Range is 192.168.1.y / Gateway 192.168.1.1
My CLIENT config file (which I can edit) is as follows:
client
dev tap
proto udp
remote [[my public ip ]] 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca [inline]
cert [inline]
key [inline]
cipher AES-128-CBC
comp-lzo
verb 5
Which is basically the default from the Netgear config files…
What do I need to add to fix this?