cenk1cenk2 / docker-softether-vpnsrv

SoftEther VPN Server with DNSMASQ DHCP Server or bridge mode connection for VPN-to-site setup.
29 stars 15 forks source link

Low download speed, normal upload with l2tp+ipsec #23

Closed dormancygrace closed 2 years ago

dormancygrace commented 2 years ago

IMG_20220712_000558 Green speedtest - OpenVPN clone Red speedtest - L2TP+IPSEC

Any thoughts on that?

cenk1cenk2 commented 2 years ago

Hey @dormancygrace You can get different levels of speeds between these protocols although the speed difference seems a bit dramatic. I just use the softether protocol on the pc and openvpn on mobile.

dormancygrace commented 2 years ago

found solution

bool DisableIpRawModeSecureNAT true
bool DisableKernelModeSecureNAT true

Set these two from false to true, got same speed via l2tp and openvpn.

@cenk1cenk2 Can you make these options default and add string PortsUDP 1194

to default config?

cenk1cenk2 commented 2 years ago

Sure. I do not have access to a computer these days but if you can open up a merge request we can merge it in.

Thanks for the heads up.

dormancygrace commented 2 years ago

First, we need to check, softether works correctly )

malikshi commented 2 years ago

found solution

bool DisableIpRawModeSecureNAT true
bool DisableKernelModeSecureNAT true

Set these two from false to true, got same speed via l2tp and openvpn.

@cenk1cenk2 Can you make these options default and add string PortsUDP 1194

to default config?

How the speed? I had same problem on l2tp

/cmd SecurenatDisable
/cmd NatDisable
/cmd DhcpDisable

I thought disable securenat would be good for speed?