Openvpn - i have a lot of servers - it would be nice to see ping rate listed next to each server, updated every hour or so #1642
Replies: 2 comments
-
Heres what the output looks of the script - its just a csv of client config files, the ipaddress found inside, and the ping response rate. |
Beta Was this translation helpful? Give feedback.
-
Hi, this is a very nice idea. Thanks for publishing. I too have many configurations and currently I pick the best by seeing what my iphone choses in the relevant VPN provider app. It works but is rather slow. To be able to see straight away in the UI would be great. I use wireguard and nordvpn - would the script see both? I just wanted to check how you installed the script. You created in /etc/hostapd a file hostapd.conf.users and added the script. Then on the RaspAP UI you save settings for the hotspot and then restart it? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I have a lot of servers configured for openvpn. Its difficult to figure out which one has the best ping rate (and hopefully bandwidth).
I put together a quick and dirty perl script that can get the remote host ip address and ping it, logging results to /tmp.
ping_all_openvpn_servers.pl.txt
Beta Was this translation helpful? Give feedback.
All reactions