Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping doesn't work in corporate networks, consider curl #16

Open
HariSekhon opened this issue Jan 3, 2020 · 0 comments
Open

Ping doesn't work in corporate networks, consider curl #16

HariSekhon opened this issue Jan 3, 2020 · 0 comments

Comments

@HariSekhon
Copy link

Corporate networks usually egress filter ICMP and only allow HTTP(s), so consider using curl to google.com or similar instead on this line (I edited my local one to work around).

ping "$number_pings_flag" 1 "$timeout_flag" "$ping_timeout" "$ping_route" >/dev/null 2>&1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant