|
|
Leonard Isham wrote:
On 11/1/05, Jez Rogers <jezndi@xxxxxxxxxxx> wrote: Connection seems fine. Using ssh I transfered a 9 meg tar file in just over a minute. Same file gzipped to 1.9 meg took 5 seconds less. ( DSL lines at 25KB/S ) Noted, but on the other hand it shows that the link is nice and fat and not chokka with traffic. Since my original post, things seem to have stabilised - It's all held together for over a week, even with two clients behind the same firewall. I think this might be because all clients are now using: explicit-exit-notify n in the config files. For the record, here are the server and client configs in case anyone else has a similar issue: Server: ##################### local serverip port 1194 proto udp mode server float dev tap0 ca ca.crt cert server.crt key server.key dh dh1024.pem server 172.16.2.0 255.255.255.0 client-config-dir ccd client-to-client keepalive 10 120 tls-auth ta.key 0 comp-lzo user nobody group nobody persist-key persist-tun verb 3 status /var/run/status.log log /var/log/openvpn.log hand-window 300 ########################## Client: ########################## client dev tap0 proto udp explicit-exit-notify 2 mode p2p float nobind ping 20 remote serverip 1194 resolv-retry infinite persist-key persist-tun ca ca.crt cert my.crt key my.key ns-cert-type server tls-auth ta.key 1 comp-lzo verb 3 user nobody group nobody log /var/log/openvpn status /var/run/status.log hand-window 300 ############################### ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
|