Speed issue
-
Im having a setup with one road warrior to our office. He is reporting some speed problems. Found in the OpenVPN log that its seems that he is logging in and out all the time, or is this normal. Something to have with the speed problem? I have tested the speed from my home with no problems and he have the same dowload/upload speed (or even faster).
Mar 10 16:52:25 openvpn[82828]: 00.000.000.000:49943 [user1] Peer Connection Initiated with 00.000.000.000:49943
Mar 10 16:52:25 openvpn[82828]: 00.000.000.000:49943 LZO compression initialized
Mar 10 16:52:25 openvpn[82828]: 00.000.000.000:49943 Re-using SSL/TLS context
Mar 10 16:51:33 openvpn[82828]: 00.000.000.000:49942 [user1] Peer Connection Initiated with 00.000.000.000:49942
Mar 10 16:51:33 openvpn[82828]: 00.000.000.000:49942 LZO compression initialized
Mar 10 16:51:33 openvpn[82828]: 00.000.000.000:49942 Re-using SSL/TLS context
Mar 10 16:50:32 openvpn[82828]: 00.000.000.000:49941 [user1] Peer Connection Initiated with 00.000.000.000:49941
Mar 10 16:50:32 openvpn[82828]: 00.000.000.000:49941 LZO compression initialized
Mar 10 16:50:32 openvpn[82828]: 00.000.000.000:49941 Re-using SSL/TLS context
Mar 10 16:49:39 openvpn[82828]: 00.000.000.000:49938 [user1] Peer Connection Initiated with 00.000.000.000:49938
Mar 10 16:49:38 openvpn[82828]: 00.000.000.000:49938 LZO compression initialized
Mar 10 16:49:38 openvpn[82828]: 00.000.000.000:49938 Re-using SSL/TLS context
Mar 10 16:48:39 openvpn[82828]: 00.000.000.000:49928 [user1] Peer Connection Initiated with 00.000.000.000:49928
Mar 10 16:48:38 openvpn[82828]: 00.000.000.000:49928 LZO compression initialized
Mar 10 16:48:38 openvpn[82828]: 00.000.000.000:49928 Re-using SSL/TLS context
Mar 10 16:47:44 openvpn[82828]: 00.000.000.000:49924 [user1] Peer Connection Initiated with 00.000.000.000:49924
Mar 10 16:47:43 openvpn[82828]: 00.000.000.000:49924 LZO compression initialized
Mar 10 16:47:43 openvpn[82828]: 00.000.000.000:49924 Re-using SSL/TLS context
Mar 10 16:46:45 openvpn[82828]: 00.000.000.000:49923 [user1] Peer Connection Initiated with 00.000.000.000:49923
Mar 10 16:46:44 openvpn[82828]: 00.000.000.000:49923 LZO compression initialized
Mar 10 16:46:44 openvpn[82828]: 00.000.000.000:49923 Re-using SSL/TLS context
Mar 10 16:45:49 openvpn[82828]: 00.000.000.000:49922 [user1] Peer Connection Initiated with 00.000.000.000:49922 -
I don't normally see that. How are the OpenVPN server and client configured?
-
Protocol: UDP
Local port: 1194
Adress pool: 192.168.254.0/24
Local network: 192.168.123.0/24
Cryptography: BF-CBC (128-bit)
Authentication method: PKI
DHCP-Opt.: DNS-Server: 192.168.123.10
DHCP-Opt.: WINS-Server: 192.168.123.10
LZO compression: tickedAll other options is unticked.
Here is the client:
client
dev tun
proto udp
remote office.com 1194
ping 10
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert user1.crt
key user1.key
ns-cert-type server
comp-lzo
pull
verb 3offtopic (or maybe ontopic): What should the "DHCP-Opt.: NetBIOS node type" be in my configuration? Yes im using NetBIOS.
-
Seems ok, certainly not worlds apart from my own config which does work fine.
It would be good to check:
- Is it only this person
- Is it only that remote location
as it's probably either networking related or a problem with that individual client.