dalesd 6 Posted ... I have chronic packet loss on the VPN. It's 2-10% and enough to cause problems with voice chat over discord. I get a solid 0% packet loss on the WAN Gateway. How do I go about troubleshooting and fixing this? It seems to persist regardless of the US server I try. Quote Share this post Link to post
ableounceony 6 Posted ... Are you using any kind of traffic shaper in pfSense on your VPN interfaces? I was using CODELQ to try to reduce buffer bloat and ended up with similar packet loss (though only on my backup VPN server). Once I turned that off, the packet loss disappeared. Might be a red herring, but I thought I'd pass it along. Quote Share this post Link to post
dalesd 6 Posted ... Thanks, but no, I'm not using any traffic shaping. Quote Share this post Link to post
dudaboss 1 Posted ... I have pfsense and no problem with pfsense. Point, airvpn is affected by snort, squid, or firewall. Make sure all of the executables in airvpn folder are not being blocked. Also you can change the ip of the gateway if needed. But I forgotten to mention pfblocker. Can you post your log files from eddie client? Quote Share this post Link to post
SunshineSuperman 3 Posted ... I've just been dealing with a similar issue after an ISP swap - except my loss % was significantly higher! This is how I've fixed it. On pfSense, 1st make sure you have no MTU or MSS related settings in the OpenVPN Advanced Config / Custom Options. Then jump into Diagnostics -> Command Prompt and Execute Shell Command: ping -D -v -s 1472 -c 1 example.com If you're too big, it'll report something like:36 bytes from localhost (127.0.0.1): frag needed and DF set (MTU 1500) If you're sweet something like:1480 bytes from 112.xxx.xxx.70: icmp_seq=0 ttl=54 time=55.066 ms 1472 was my magic number... subtract 40 from that. Then under Advanced Config / Custom Options add: mssfix 1432; With luck it'll work for you... Quote Share this post Link to post
go558a83nk 362 Posted ... I've just been dealing with a similar issue after an ISP swap - except my loss % was significantly higher! This is how I've fixed it. On pfSense, 1st make sure you have no MTU or MSS related settings in the OpenVPN Advanced Config / Custom Options. Then jump into Diagnostics -> Command Prompt and Execute Shell Command: ping -D -v -s 1472 -c 1 example.com If you're too big, it'll report something like:36 bytes from localhost (127.0.0.1): frag needed and DF set (MTU 1500) If you're sweet something like:>>1480 bytes from 112.xxx.xxx.70: icmp_seq=0 ttl=54 time=55.066 ms 1472 was my magic number... subtract 40 from that. Then under Advanced Config / Custom Options add: mssfix 1432; With luck it'll work for you... A possible problem with this is that by default openvpn uses an mssfix of 1450. Perhaps your test should be done with mssfix 0 in the custom options? Another possible problem is that a ping sent from that web GUI interface probably just goes out the WAN and not the VPN tunnel. Quote Share this post Link to post
SunshineSuperman 3 Posted ... A possible problem with this is that by default openvpn uses an mssfix of 1450. Perhaps your test should be done with mssfix 0 in the custom options? Another possible problem is that a ping sent from that web GUI interface probably just goes out the WAN and not the VPN tunnel. Interesting regarding the 1450 default. The outcome however was the same for me and yes, the ping test was performed outside the tunnel. End result in my case though is 0% loss and a return to stability for the VPN connection (particularly in the case of large file transfers, which were previously unworkable). Perhaps it could be done differently by defining a smaller link-mtu instead, I may try this over the coming days if there is any issue due to the mssfix specification. Quote Share this post Link to post
dalesd 6 Posted ... I have pfsense and no problem with pfsense. Point, airvpn is affected by snort, squid, or firewall. Make sure all of the executables in airvpn folder are not being blocked. Also you can change the ip of the gateway if needed. But I forgotten to mention pfblocker. Can you post your log files from eddie client? What's an eddie client? Quote Share this post Link to post
dalesd 6 Posted ... I have pfsense and no problem with pfsense. Point, airvpn is affected by snort, squid, or firewall. Make sure all of the executables in airvpn folder are not being blocked. Also you can change the ip of the gateway if needed. But I forgotten to mention pfblocker. Can you post your log files from eddie client? I don't use snort or squid or pfblocker. I don't know what you mean about "executables in airvpn folder are not being blocked" I don't use the eddie client. Quote Share this post Link to post