Any Linux containers with point-to-point host-guest network support?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












OpenVZ would be the only one I can name myself.



I've looked through some options of widely used "frameworks": Docker, rkt, LXC/LXD — all those are bridge-"centric" or at least based on broadcast media networking.



Instead I'm looking for convenient way of being able to assign any /32 IP-address to container and get proper bidirectional routing through "wormhole"/tunnel connecting guest and its host with minimal hacks or better w/o any.










share|improve this question























  • thenewstack.io/…
    – slm♦
    Aug 8 at 4:24










  • Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
    – poige
    Aug 8 at 5:00






  • 1




    So we can make Brotherhood of OpenVZ now!!!11
    – poige
    Aug 8 at 6:27






  • 1




    Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
    – sebasth
    Aug 8 at 8:15







  • 1




    veth pair is how I did the networking in OpenVZ.
    – slm♦
    Aug 8 at 9:35














up vote
1
down vote

favorite












OpenVZ would be the only one I can name myself.



I've looked through some options of widely used "frameworks": Docker, rkt, LXC/LXD — all those are bridge-"centric" or at least based on broadcast media networking.



Instead I'm looking for convenient way of being able to assign any /32 IP-address to container and get proper bidirectional routing through "wormhole"/tunnel connecting guest and its host with minimal hacks or better w/o any.










share|improve this question























  • thenewstack.io/…
    – slm♦
    Aug 8 at 4:24










  • Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
    – poige
    Aug 8 at 5:00






  • 1




    So we can make Brotherhood of OpenVZ now!!!11
    – poige
    Aug 8 at 6:27






  • 1




    Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
    – sebasth
    Aug 8 at 8:15







  • 1




    veth pair is how I did the networking in OpenVZ.
    – slm♦
    Aug 8 at 9:35












up vote
1
down vote

favorite









up vote
1
down vote

favorite











OpenVZ would be the only one I can name myself.



I've looked through some options of widely used "frameworks": Docker, rkt, LXC/LXD — all those are bridge-"centric" or at least based on broadcast media networking.



Instead I'm looking for convenient way of being able to assign any /32 IP-address to container and get proper bidirectional routing through "wormhole"/tunnel connecting guest and its host with minimal hacks or better w/o any.










share|improve this question















OpenVZ would be the only one I can name myself.



I've looked through some options of widely used "frameworks": Docker, rkt, LXC/LXD — all those are bridge-"centric" or at least based on broadcast media networking.



Instead I'm looking for convenient way of being able to assign any /32 IP-address to container and get proper bidirectional routing through "wormhole"/tunnel connecting guest and its host with minimal hacks or better w/o any.







networking container






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 8 at 6:26

























asked Aug 7 at 17:46









poige

3,8071539




3,8071539











  • thenewstack.io/…
    – slm♦
    Aug 8 at 4:24










  • Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
    – poige
    Aug 8 at 5:00






  • 1




    So we can make Brotherhood of OpenVZ now!!!11
    – poige
    Aug 8 at 6:27






  • 1




    Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
    – sebasth
    Aug 8 at 8:15







  • 1




    veth pair is how I did the networking in OpenVZ.
    – slm♦
    Aug 8 at 9:35
















  • thenewstack.io/…
    – slm♦
    Aug 8 at 4:24










  • Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
    – poige
    Aug 8 at 5:00






  • 1




    So we can make Brotherhood of OpenVZ now!!!11
    – poige
    Aug 8 at 6:27






  • 1




    Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
    – sebasth
    Aug 8 at 8:15







  • 1




    veth pair is how I did the networking in OpenVZ.
    – slm♦
    Aug 8 at 9:35















thenewstack.io/…
– slm♦
Aug 8 at 4:24




thenewstack.io/…
– slm♦
Aug 8 at 4:24












Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
– poige
Aug 8 at 5:00




Seen that. It (ignorance's due) mentions point-to-point but absolutely in vain, saying: "it creates a virtual ethernet pair"
– poige
Aug 8 at 5:00




1




1




So we can make Brotherhood of OpenVZ now!!!11
– poige
Aug 8 at 6:27




So we can make Brotherhood of OpenVZ now!!!11
– poige
Aug 8 at 6:27




1




1




Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
– sebasth
Aug 8 at 8:15





Veth pair can be used without a bridge. Assign IP addresses and you can communicate between container and host. When forwarding is enabled your containers can communicate outside/to other containers as well. Is your question about how to configure container networking without L2 bridging (I'm not familiar with OpenVZ networking)?
– sebasth
Aug 8 at 8:15





1




1




veth pair is how I did the networking in OpenVZ.
– slm♦
Aug 8 at 9:35




veth pair is how I did the networking in OpenVZ.
– slm♦
Aug 8 at 9:35















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%2f461127%2fany-linux-containers-with-point-to-point-host-guest-network-support%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%2f461127%2fany-linux-containers-with-point-to-point-host-guest-network-support%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?

Christian Cage

How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?