6PE (RFC 4798) support on ubuntu
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I notice that in the newer kernels, support for RFC 4798 has been added through the means of IPV4 mapped addresses. I do have a route pointing to the mapped address being the nexthop and I'm unable to ping
the routes.
route added
abcd:4003:0:1::/64 encap mpls 2/300016 via ::ffff:3.3.3.3 dev eth12 proto 22 metric 1024 pref medium
I get the below error thrown when tried to ping:
ping6 abcd:4003:0:1:abcd:1:0:5
connect: Address family not supported by protocol
also made sure i have a v4 route to 3.3.3.3 which is reachable
3.3.3.3 encap mpls 300016 via 192.168.1.2 dev eth12 proto 22
Does the kernel automatically translate the mapped address or has this support not yet added?
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled.
net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
linux ubuntu networking ipv6
add a comment |Â
up vote
2
down vote
favorite
I notice that in the newer kernels, support for RFC 4798 has been added through the means of IPV4 mapped addresses. I do have a route pointing to the mapped address being the nexthop and I'm unable to ping
the routes.
route added
abcd:4003:0:1::/64 encap mpls 2/300016 via ::ffff:3.3.3.3 dev eth12 proto 22 metric 1024 pref medium
I get the below error thrown when tried to ping:
ping6 abcd:4003:0:1:abcd:1:0:5
connect: Address family not supported by protocol
also made sure i have a v4 route to 3.3.3.3 which is reachable
3.3.3.3 encap mpls 300016 via 192.168.1.2 dev eth12 proto 22
Does the kernel automatically translate the mapped address or has this support not yet added?
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled.
net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
linux ubuntu networking ipv6
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days ago
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I notice that in the newer kernels, support for RFC 4798 has been added through the means of IPV4 mapped addresses. I do have a route pointing to the mapped address being the nexthop and I'm unable to ping
the routes.
route added
abcd:4003:0:1::/64 encap mpls 2/300016 via ::ffff:3.3.3.3 dev eth12 proto 22 metric 1024 pref medium
I get the below error thrown when tried to ping:
ping6 abcd:4003:0:1:abcd:1:0:5
connect: Address family not supported by protocol
also made sure i have a v4 route to 3.3.3.3 which is reachable
3.3.3.3 encap mpls 300016 via 192.168.1.2 dev eth12 proto 22
Does the kernel automatically translate the mapped address or has this support not yet added?
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled.
net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
linux ubuntu networking ipv6
I notice that in the newer kernels, support for RFC 4798 has been added through the means of IPV4 mapped addresses. I do have a route pointing to the mapped address being the nexthop and I'm unable to ping
the routes.
route added
abcd:4003:0:1::/64 encap mpls 2/300016 via ::ffff:3.3.3.3 dev eth12 proto 22 metric 1024 pref medium
I get the below error thrown when tried to ping:
ping6 abcd:4003:0:1:abcd:1:0:5
connect: Address family not supported by protocol
also made sure i have a v4 route to 3.3.3.3 which is reachable
3.3.3.3 encap mpls 300016 via 192.168.1.2 dev eth12 proto 22
Does the kernel automatically translate the mapped address or has this support not yet added?
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled.
net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
linux ubuntu networking ipv6
edited 2 days ago
asked Aug 3 at 18:10
ard
112
112
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days ago
add a comment |Â
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days ago
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days 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%2f460402%2f6pe-rfc-4798-support-on-ubuntu%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
Hmm. That's the error you normally see if someone had disabled IPv6 system-wide on the system, e.g. by setting the disable_ipv6 sysctl or blacklisting the ipv6 module. Check that someone hasn't done anything to disable IPv6 on the system, even partially, or for a single interface.
â Michael Hampton
2 days ago
under sysctl -a , i see ipv6 is enabled and even allowing for mapped address is enabled. (net.ipv6.bindv6only=0 and net.ipv6.conf.all.disable_ipv6=0)
â ard
2 days ago