NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

crea2k3's avatar
crea2k3
Follower
Apr 15, 2021

D7000v2 not getting ip address when connecting via vpn

Hi, I am trying to setup open vpn with my router. It connects, but I am not getting an ip address and cannot ping anything on the network.

Here is the error log :

2021-04-15 23:20:36 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
2021-04-15 23:20:36 DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-128-CBC' to --data-ciphers or change --cipher 'AES-128-CBC' to --data-ciphers-fallback 'AES-128-CBC' to silence this warning.
2021-04-15 23:20:36 OpenVPN 2.5.1 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Feb 24 2021
2021-04-15 23:20:36 Windows version 10.0 (Windows 10 or greater) 64bit
2021-04-15 23:20:36 library versions: OpenSSL 1.1.1j  16 Feb 2021, LZO 2.10
Enter Management Password:
2021-04-15 23:20:36 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
2021-04-15 23:20:36 TCP/UDP: Preserving recently used remote address: [AF_INET]**.***.***.**:12974
2021-04-15 23:20:36 UDP link local: (not bound)
2021-04-15 23:20:36 UDP link remote: [AF_INET]**.***.**.**:12974
2021-04-15 23:20:37 [netgear] Peer Connection Initiated with [AF_INET]**.***.**.**:12974
2021-04-15 23:20:38 open_tun
2021-04-15 23:20:38 tap-windows6 device [NETGEAR-VPN] opened
2021-04-15 23:20:38 Successful ARP Flush on interface [44] {17FC037D-B1D7-4261-8122-5B9F30592E09}
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 WARNING: OpenVPN was configured to add an IPv4 route. However, no IPv4 has been configured for NETGEAR-VPN, therefore the route installation may fail or may not work as expected.
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 Warning: route gateway is not reachable on any active network adapters: 192.168.16.254
2021-04-15 23:20:38 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2021-04-15 23:20:38 Initialization Sequence Completed

This is my config file :

 

client
dev tap
proto udp
sndbuf 393216
rcvbuf 393216
push "sndbuf 393216"
push "rcvbuf 393216"
dev-node NETGEAR-VPN
remote **.***.**.** 12974
route-gateway 192.168.16.254
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 1
No RepliesBe the first to reply