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

Adding checks for CUPS #22

Merged
merged 12 commits into from
Oct 14, 2024
Merged

Adding checks for CUPS #22

merged 12 commits into from
Oct 14, 2024

Conversation

sebastian-luna-valero
Copy link
Member

@sebastian-luna-valero sebastian-luna-valero commented Oct 11, 2024

Summary

This PR runs the following checks with ncat on VMs with public IPs:

# TCP check
ncat --nodns -z {ip} {port}

# UDP check
ncat --udp --nodns --idle-timeout 3s {ip} {port}

Note that checking accessible UPD ports is not as easy. [1]

Although these checks are not comprehensive, it may still be useful to confirm whether further checks are required.

[1] https://serverfault.com/questions/416205/testing-udp-port-connectivity


Related issue :

Copy link
Collaborator

@enolfc enolfc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's keep these optional for now

@sebastian-luna-valero sebastian-luna-valero merged commit cd881f9 into main Oct 14, 2024
16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants