NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
p3hndrx
Apr 09, 2018Aspirant
HMAC Authentication Errors (via VPN)
Greetings--- I have a Nighthawk X4 (R7500), and have enabled the VPN Service per this article: https://kb.netgear.com/25389/Enabling-VPN-service-on-a-Nighthawk-router-using-a-MAC-OS-computer Ev...
- Apr 12, 2018
I resolved this by switching to TCP Mode and redownloading the openvpn config.
The biggest differences were:
client
dev tap
proto tcp
sndbuf 0
rcvbuf 0
[...]
p3hndrx
Apr 09, 2018Aspirant
More info:
It looks like I get a connection and I am able to see UDP RW packets correctly.
I am able to connect to the router itself via http (e.g. 10.0.0.1), but it generates the HMAC authentication messages and moves VERY slowly.
I am able to connect to my local workstations via RDP, but it is very very slow.
For a test, I forwarded RDP ports and it moves very quickly/normally.
So it appears that there is something lost in the decryption? overhead?
p3hndrx
Apr 12, 2018Aspirant
I resolved this by switching to TCP Mode and redownloading the openvpn config.
The biggest differences were:
client
dev tap
proto tcp
sndbuf 0
rcvbuf 0
[...]