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

Feature: Track Nodes being IP Filtered #3

Open
gsxryan opened this issue Aug 30, 2019 · 1 comment
Open

Feature: Track Nodes being IP Filtered #3

gsxryan opened this issue Aug 30, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@gsxryan
Copy link

gsxryan commented Aug 30, 2019

With the existing data collected, you would be able to identify and feature nodes that are being filtered (neighbors). This could help nodes troubleshoot or identify traffic issues compared to unfiltered neighbors.

  1. Return all server address values
  2. resolve DNS to IP addresses
  3. filter only and sort by IP
  4. create filter to detect duplicate IPs on the first 3 octet (x.x.x.y)
  5. create a display page to show any nodes resolving to those duplicate prefixes
@3bl3gamer 3bl3gamer added the enhancement New feature or request label Aug 31, 2019
@3bl3gamer
Copy link
Owner

Since commit 11ad6e5 (and 3 more with fixes) there is additional line on each node page showing node IP and it's neighbor nodes count.

Still not sure what to do with IPv6-addresses (they are matched now by first three bytes too) and is it ok to reveal neighbor IPs/IDs (I consider them private so there is just a number now).

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

No branches or pull requests

2 participants