Page 1 of 1
High CPU load on server side
Posted: Fri Apr 11, 2014 10:41 pm
by po4talion
I've just installed SoftEther VPN Server on Ubuntu 13.10 x86
VPN server constantly takes 95-99% of CPU time.
VPN Client v4.06 Build 9435
VPN Server Ver 4.06, Build 9437, beta
Re: High CPU load on server side
Posted: Fri Apr 11, 2014 10:55 pm
by po4talion
Update: I think the reason of high load is the huge network trafic generated by vpn client when I try to connect. It looks very strange. You can see the moment I connected vpn client(red arrow) on screenshot.
Re: High CPU load on server side
Posted: Sat Apr 12, 2014 1:23 pm
by inten
Could you please attach your vpn_server.config file?
Re: High CPU load on server side
Posted: Sat Apr 19, 2014 10:06 pm
by po4talion
All certificates, auth keys and passwords I replaced with XXX
Re: High CPU load on server side
Posted: Fri May 02, 2014 5:55 am
by thisjun
Do you use LocalBridge and SecureNAT? If so, packet is loop.
Re: High CPU load on server side
Posted: Thu May 08, 2014 7:31 pm
by po4talion
thisjun wrote:
> Do you use LocalBridge and SecureNAT? If so, packet is loop.
I use SecureNAT only
Re: High CPU load on server side
Posted: Tue May 20, 2014 2:01 am
by thisjun
In your vpn_server.config file, there is Local Bridge setting.
declare LocalBridgeList
{
declare LocalBridge0
{
string DeviceName eth0
string HubName VPN
bool LimitBroadcast false
bool MonitorMode false
bool NoPromiscuousMode false
bool TapMode false
}
}
Re: High CPU load on server side
Posted: Mon Feb 08, 2016 6:54 am
by LGN
thisjun wrote:
> Do you use LocalBridge and SecureNAT? If so, packet is loop.
I met similar problem. And I build the bridge between HUB and ether0. Thanks for your hint!~