check_udp | openVPN | --send | --expect
Posted: Mon Mar 11, 2019 3:07 pm
Hi.
I like to check if my openvpn server is running correctly.
When running check_udp, the script is complaining about a send or a expect String which is missing.
I guess this check is used quite often. Does anybody know what to submit as an argument for --send or --expect?
I tried --expect '1194' based on the following command, but with no success.
Thanks,
Steffi
I like to check if my openvpn server is running correctly.
When running check_udp, the script is complaining about a send or a expect String which is missing.
I guess this check is used quite often. Does anybody know what to submit as an argument for --send or --expect?
I tried --expect '1194' based on the following command, but with no success.
Code: Select all
root@fw-2018:~# nc -vz -u localhost 1194
Connection to localhost 1194 port [udp/openvpn] succeeded!Steffi