-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
0 / 20 of 2 issues completedDescription
in theory a probe can have IPv4 and IPv6 from different ISPs. So:
- Probe connects with e.g. IPv4.
- We assing asn_001 to it.
- Also probe reports that it supports IPv6 (it may even be a VPN, since only a ping is used to test that).
- Now we have an asn_001 in IPv6 network (which is actually a VPN).
Possible solution:
Since we are collecting alt IPs, in the example above we can validate the incoming IPv6 alt IP.
If it is missing or blacklisted => probe doesn't support IPv6.
If it is same ASN => probe supports both versions.
If it is different ASN => we a creating a "virtual probe" with the new ASN data (so it can be filtered by user). So from UI it looks like 2 probes, which support only IPv4 and only IPv6 respectively.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels