Debian: setting static IPv6 address only fails

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a Debian 9 and I tried to configure an interface with a static IPv6 address only. I defined it in /etc/network/interfaces:
iface enp2s0 inet6 static
address fec0:0:0:5::254
netmask 64
But ifup fails:
# ifup enp2s0
Waiting for DAD... Timed out
ifup: failed to bring up enp2s0
What is wrong here? I have the same configuration on an interface which has also a IPv4 configuration. And it seems to work there. It does not throw an error.
debian ipv6
add a comment |Â
up vote
0
down vote
favorite
I have a Debian 9 and I tried to configure an interface with a static IPv6 address only. I defined it in /etc/network/interfaces:
iface enp2s0 inet6 static
address fec0:0:0:5::254
netmask 64
But ifup fails:
# ifup enp2s0
Waiting for DAD... Timed out
ifup: failed to bring up enp2s0
What is wrong here? I have the same configuration on an interface which has also a IPv4 configuration. And it seems to work there. It does not throw an error.
debian ipv6
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Debian 9 and I tried to configure an interface with a static IPv6 address only. I defined it in /etc/network/interfaces:
iface enp2s0 inet6 static
address fec0:0:0:5::254
netmask 64
But ifup fails:
# ifup enp2s0
Waiting for DAD... Timed out
ifup: failed to bring up enp2s0
What is wrong here? I have the same configuration on an interface which has also a IPv4 configuration. And it seems to work there. It does not throw an error.
debian ipv6
I have a Debian 9 and I tried to configure an interface with a static IPv6 address only. I defined it in /etc/network/interfaces:
iface enp2s0 inet6 static
address fec0:0:0:5::254
netmask 64
But ifup fails:
# ifup enp2s0
Waiting for DAD... Timed out
ifup: failed to bring up enp2s0
What is wrong here? I have the same configuration on an interface which has also a IPv4 configuration. And it seems to work there. It does not throw an error.
debian ipv6
debian ipv6
asked 12 mins ago
ceving
1,69921321
1,69921321
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago
add a comment |Â
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478285%2fdebian-setting-static-ipv6-address-only-fails%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
See this agwa.name/blog/post/beware_the_ipv6_dad_race_condition
â Rui F Ribeiro
3 mins ago
Try using a valid IPv6 address. The range you are trying to use was deprecated 14 years ago. Use a ULA range instead.
â Michael Hampton
1 min ago