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
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
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
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.. )
-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.