Skip to content

Different ISPs for IPv4 and IPv6 #649

@alexey-yarmosh

Description

@alexey-yarmosh

in theory a probe can have IPv4 and IPv6 from different ISPs. So:

  1. Probe connects with e.g. IPv4.
  2. We assing asn_001 to it.
  3. Also probe reports that it supports IPv6 (it may even be a VPN, since only a ping is used to test that).
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions