|
|
Hi all, Sorry for posting this again. But this is the only problem that I am facing with OpenVPN. Uploading a 1MB file takes 46 seconds while downloading the same takes just 6 seconds with OpenVPN. When I used GreenBow, both uploads and downloads are taking 9 seconds. The client has a solid Internet Connection, with speeds of 6.5Mbps on Downloads and 3.3Mbps for uploads. Can anyone please tell me what could be wrong? Here are the server and client config files. The only things that I have added to the default sample-configuration files made available by installing OpenVPN are push "route 192.168.21.0 255.255.255.0" client-config-dir /usr/share/doc/openvpn-2.0.7/ccd Thanks for your help! Regards, Joe. #server.conf port 1194 proto udp dev tun ca /usr/share/doc/openvpn-2.0.7/easy-rsa/keys/ca.crt cert /usr/share/doc/openvpn-2.0.7/easy-rsa/keys/server.crt key /usr/share/doc/openvpn-2.0.7/easy-rsa/keys/server.key dh /usr/share/doc/openvpn-2.0.7/easy-rsa/keys/dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 192.168.21.0 255.255.255.0" client-config-dir /usr/share/doc/openvpn-2.0.7/ccd keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status.log verb 3 #joe.ovpn client dev tun proto udp remote 66.29.110.20 1194 resolv-retry infinite nobind persist-key persist-tun ca c:\\keys\\ca.crt cert c:\\keys\\joe.crt key c:\\keys\\joe.key comp-lzo verb 3 _________________________________________________________________ Try the next generation of search with Windows Live Search today! http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=hmtagline ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00084.html on line 235 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00084.html on line 235 |