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
			
									
									
						High CPU load on server side
- 
				po4talion
 - Posts: 4
 - Joined: Fri Apr 04, 2014 11:08 pm
 
Re: High CPU load on server side
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.
			
						You do not have the required permissions to view the files attached to this post.
			
									
						- 
				inten
 - Posts: 370
 - Joined: Fri Oct 18, 2013 8:15 am
 
Re: High CPU load on server side
Could you please attach your vpn_server.config file?
			
									
									
						- 
				po4talion
 - Posts: 4
 - Joined: Fri Apr 04, 2014 11:08 pm
 
Re: High CPU load on server side
All certificates, auth keys and passwords I replaced with XXX
			
						You do not have the required permissions to view the files attached to this post.
			
									
						- 
				thisjun
 - Posts: 2458
 - Joined: Mon Feb 24, 2014 11:03 am
 
Re: High CPU load on server side
Do you use LocalBridge and SecureNAT? If so, packet is loop.
			
									
									
						- 
				po4talion
 - Posts: 4
 - Joined: Fri Apr 04, 2014 11:08 pm
 
Re: High CPU load on server side
thisjun wrote:
> Do you use LocalBridge and SecureNAT? If so, packet is loop.
I use SecureNAT only
			
									
									
						> Do you use LocalBridge and SecureNAT? If so, packet is loop.
I use SecureNAT only
- 
				thisjun
 - Posts: 2458
 - Joined: Mon Feb 24, 2014 11:03 am
 
Re: High CPU load on server side
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
}
}
			
									
									
						declare LocalBridgeList
{
declare LocalBridge0
{
string DeviceName eth0
string HubName VPN
bool LimitBroadcast false
bool MonitorMode false
bool NoPromiscuousMode false
bool TapMode false
}
}
- 
				LGN
 - Posts: 2
 - Joined: Wed Feb 03, 2016 3:15 am
 
Re: High CPU load on server side
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!~
			
									
									
						> 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!~
