NetGear Openvpn can't solve warnings

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
cbc
OpenVpn Newbie
Posts: 4
Joined: Thu May 13, 2021 1:59 pm

NetGear Openvpn can't solve warnings

Post by cbc » Sun May 16, 2021 10:50 pm

Hi,
I can connect to Negear R8000 with Openvpn 2.5.2 but receive 2 warnings that I can't seem to shake. Tried adding and removing different lines/commands to the config.ovpn file with no success. Can't seem to find a solution. I have latest router firmware, but maybe Netgear needs to release new firmware?
Any thoughts?

1.)WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.

2.) ROUTE: route addition failed using service: The parameter is incorrect. [status=87 if_index=36]

client file

client
dev tap
proto tcp
dev-node NETGEAR-VPN
remote ip.address 12974
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5
mssfix 1430
auth-nocache
route-gateway 192.168.0.1

Post Reply