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

Server Network Interface Enumeration #69

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Server Network Interface Enumeration #69

merged 3 commits into from
Nov 25, 2024

Conversation

Aptimex
Copy link
Collaborator

@Aptimex Aptimex commented Nov 21, 2024

Adds the --network-info (-n) boolean flag to the status command. For reachable servers, this flag causes a second API request to be made to the new /serverinterfaces API route, which returns a list of network interface names and associated CIDRs on the server host. That information is then displayed inside the node.

This is useful for identifying if the IPs or subnets associated with the server's NICs have changed, for example due to DHCP lease renewal or Docker networking changes. In some cases this will help users quickly figure out how to modify the AllowedIPs associated with the server to restore connectivity to targets.

Closes #21

@Aptimex Aptimex merged commit ae063c0 into main Nov 25, 2024
3 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.

Feature request: Retrieve stats from WT-EXIT
1 participant