Skip to content
Discussion options

You must be logged in to vote

The problem is that 2a01:4f8:1c1c:abcd::1/64 is not a network, so basically what the error message says. You tried to add a single IP while using a /64 network range. Now it would not be clear whether only 2a01:04f8:1c1c:abcd:0000:0000:0000:0001 or the complete /64 network 2a01:04f8:1c1c:abcd:0000:0000:0000:0000 - 2a01:04f8:1c1c:abcd:ffff:ffff:ffff:ffff should be used. For this reason, you must add a network ("CIDR block") and not an IP with the subnetmask of your network.

Info: "the start of the cidr block" is always the network ID (first IP within the network). In this case 2a01:4f8:1c1c:abcd::/64

Type Value
IP Address: 2a01:4f8:1c1c:abcd::1/64
Full IP Address: 2a01:04f8:1c1c:a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StefanIGit
Comment options

Answer selected by StefanIGit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants