Re: [Openvpn-devel] How to check is OpenVPN port is open

2010-01-12 Thread Lucas Mocellin
open ports from the filtered ones. On Mon, Jan 11, 2010 at 6:59 PM, Thomas Reifferscheid < tho...@reifferscheid.org> wrote: > Point your browser to http://www.utorrent.com/testport?port=1194 > to get an idea if there is a [openvpn] daemon listening on udp/1194 > > HTH > T

Re: [Openvpn-devel] How to check is OpenVPN port is open

2010-01-11 Thread Lucas Mocellin
manner to check if OpenVPN is listenning and accepting connections. any help is welcome. Thanks in advance, Lucas. On Thu, Oct 29, 2009 at 9:41 AM, Lucas Mocellin wrote: > Hi again, > > I forgot to say that I'm working with UDP, and all the problem is around > this protocol conn

Re: [Openvpn-devel] How to check is OpenVPN port is open

2009-10-29 Thread Lucas Mocellin
the answers folks! Lucas. On Wed, Oct 28, 2009 at 6:25 PM, Yevgeny Kosarzhevsky wrote: > Hi, > > > Lucas Mocellin wrote: > >> Hi all, >> >> briefly: I'm helping in the development of an educational software to >> apply online tests. The client will con

[Openvpn-devel] How to check is OpenVPN port is open

2009-10-28 Thread Lucas Mocellin
Hi all, briefly: I'm helping in the development of an educational software to apply online tests. The client will connect to the server through OpenVPN to perform the test. I would like to check if the OpenVPN port is alive and accepting connections (check if there is port filtering, and so on.. )

[Openvpn-devel] maybe a bug in pkitool script

2009-06-17 Thread Lucas Mocellin
-eq 1 ]; then if [ ! -r "$CA.crt" ] || [ ! -r "$CA.key" ]; then echo "$PROGNAME: Need a readable $CA.crt and $CA.key in $KEY_DIR" echo "Try $PROGNAME --initca to build a root certificate/key." exit 1 fi fi Is that considered a bug? Thanks in advance, Lucas Mocellin.