OpenVPN Troubleshooting
Set Correct MTU (Maximum Transmission Unit)
1. Get correct MTU
# -M: mtu discovery
# -s: data size
ping -M do -s 1500 -c 1 <target-ip>
# if the packet loss,
ping -M do -s 1490 -c 1 <target-ip>
# if the packet loss yet,
ping -M do -s 1480 -c 1 <target-ip>
# if packet loss yet,
ping -M do -s 1470 -c 1 <target-ip>
# continue until packet is received...2. Get correct MSS (Maximum Segment Size)
3. Set correct MSS into the config file of OpenVPN
Data Cipher Errors
Last updated