6PE (RFC 4798) support on ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash 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)







share|improve this question





















  • 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
















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)







share|improve this question





















  • 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












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)







share|improve this question













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)









share|improve this question












share|improve this question




share|improve this question








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
















  • 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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay