NetworkManager: How to share internet connection with IPv6?

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have Ubuntu (Armbian) running on an Orange Pi, and I'm using NetworkManager's internet connection sharing to share a wifi connection with an attached wired ethernet device. (The "wired connection" in NetworkManager has its IPv4 configured to Shared.) This works fine for basic internet sharing, but the wifi network I'm connected to has IPv6 enabled, and I'd like to pass that connectivity along to the wired device. How can I do that?
networking network-manager internet ipv6 connection-sharing
add a comment |Â
up vote
0
down vote
favorite
I have Ubuntu (Armbian) running on an Orange Pi, and I'm using NetworkManager's internet connection sharing to share a wifi connection with an attached wired ethernet device. (The "wired connection" in NetworkManager has its IPv4 configured to Shared.) This works fine for basic internet sharing, but the wifi network I'm connected to has IPv6 enabled, and I'd like to pass that connectivity along to the wired device. How can I do that?
networking network-manager internet ipv6 connection-sharing
 
 
 
 
 
 
 You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
 â Michael Hampton
 Apr 25 at 15:32
 
 
 
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have Ubuntu (Armbian) running on an Orange Pi, and I'm using NetworkManager's internet connection sharing to share a wifi connection with an attached wired ethernet device. (The "wired connection" in NetworkManager has its IPv4 configured to Shared.) This works fine for basic internet sharing, but the wifi network I'm connected to has IPv6 enabled, and I'd like to pass that connectivity along to the wired device. How can I do that?
networking network-manager internet ipv6 connection-sharing
I have Ubuntu (Armbian) running on an Orange Pi, and I'm using NetworkManager's internet connection sharing to share a wifi connection with an attached wired ethernet device. (The "wired connection" in NetworkManager has its IPv4 configured to Shared.) This works fine for basic internet sharing, but the wifi network I'm connected to has IPv6 enabled, and I'd like to pass that connectivity along to the wired device. How can I do that?
networking network-manager internet ipv6 connection-sharing
asked Apr 24 at 6:15
nonoitall
101
101
 
 
 
 
 
 
 You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
 â Michael Hampton
 Apr 25 at 15:32
 
 
 
add a comment |Â
 
 
 
 
 
 
 You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
 â Michael Hampton
 Apr 25 at 15:32
 
 
 
You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
â Michael Hampton
Apr 25 at 15:32
You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
â Michael Hampton
Apr 25 at 15:32
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1027677%2fnetworkmanager-how-to-share-internet-connection-with-ipv6%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
You need prefix delegation, and I don't know offhand how or if you can do that with NetworkManager. Your upstream router also has to do prefix delegation.
â Michael Hampton
Apr 25 at 15:32