|
|
hi colin! On Thu, Oct 25, 2007 at 08:57:55AM -0400, Colin Ryan wrote: > Sorry I can't help you but I've not even been able to get port sharing > working so would you mind posting the relevent configurations. As well > you say it was working well, what _was_ your experiences with that feature. thank you for reading&replying. the config file: __cut__ local 111.222.333.444 # changed for obvious reasons port 443 port-share 192.168.18.253 443 proto tcp dev tun1 ca ./keys/ca.crt cert ./keys/server.crt key ./keys/server.key # This file should be kept secret dh ./keys/dh2048.pem tls-auth ./keys/ta.key 0 # handshake security, server side user openvpn group openvpn server 10.9.1.0 255.255.255.0 ifconfig-pool-persist ipp-TCP.txt push "route 192.168.18.0 255.255.255.0" ccd-exclusive client-config-dir ccd-TCP keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status-TCP.log verb 5 client-connect ./MyConnect-TCP.py client-disconnect ./MyDisconnect-TCP.py learn-address ./MyLearnaddress-TCP tls-verify ./MyTLSverify-TCP.py route-up ./MyRouteUp __cut__ and yes, it worked (and is still working). no special experiences - it just did what i expected it to do (as from my understanding of the man page). regards, christian ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |