Are the private networks created for virtual machines and for containers VPNs?Ping is working on the wrong...

How do we know the LHC results are robust?

Risk of infection at the gym?

For a non-Jew, is there a punishment for not observing the 7 Noahide Laws?

Unreliable Magic - Is it worth it?

Is a stroke of luck acceptable after a series of unfavorable events?

India just shot down a satellite from the ground. At what altitude range is the resulting debris field?

How to Reset Passwords on Multiple Websites Easily?

Increase performance creating Mandelbrot set in python

Failed to fetch jessie backports repository

Trouble understanding the speech of overseas colleagues

Was Spock the First Vulcan in Starfleet?

Why not increase contact surface when reentering the atmosphere?

What does "I’d sit this one out, Cap," imply or mean in the context?

Do sorcerers' subtle spells require a skill check to be unseen?

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

Why escape if the_content isnt?

What is the difference between "behavior" and "behaviour"?

Sequence of Tenses: Translating the subjunctive

How does it work when somebody invests in my business?

Opposite of a diet

How long to clear the 'suck zone' of a turbofan after start is initiated?

System.debug(JSON.Serialize(o)) Not longer shows full string

What is the opposite of 'gravitas'?

Method to test if a number is a perfect power?



Are the private networks created for virtual machines and for containers VPNs?


Ping is working on the wrong interface on VLAN configurationOpenvpn for client/server in same subnetselective routing through a VPN tunneltunneling layer 2 sshKVM Network configuration + VLAN trunckKVM bridging for virtual machines is not workingHow to get OpenVPN Client (Mikrotik RouterOS) <-> OpenVPN server (Debian/Linux) setup to workWhat is the difference between containers and virtual machines?VLAN on Bridged Interface?Routing trafffic from vpn tunnel source to other interface













-1















The private networks created for virtual machines and for containers (e.g. seen below) are not real networks, correct? Are they "virtual private networks" i.e. VPNs, or private VLANs, or something else?



Thanks.



$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:a6:79:a6:bc txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:b1:aa:1f txqueuelen 1000 (Ethernet)
RX packets 123 bytes 12102 (12.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 39 bytes 4300 (4.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0









share|improve this question























  • are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

    – Zoredache
    16 secs ago
















-1















The private networks created for virtual machines and for containers (e.g. seen below) are not real networks, correct? Are they "virtual private networks" i.e. VPNs, or private VLANs, or something else?



Thanks.



$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:a6:79:a6:bc txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:b1:aa:1f txqueuelen 1000 (Ethernet)
RX packets 123 bytes 12102 (12.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 39 bytes 4300 (4.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0









share|improve this question























  • are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

    – Zoredache
    16 secs ago














-1












-1








-1


0






The private networks created for virtual machines and for containers (e.g. seen below) are not real networks, correct? Are they "virtual private networks" i.e. VPNs, or private VLANs, or something else?



Thanks.



$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:a6:79:a6:bc txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:b1:aa:1f txqueuelen 1000 (Ethernet)
RX packets 123 bytes 12102 (12.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 39 bytes 4300 (4.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0









share|improve this question














The private networks created for virtual machines and for containers (e.g. seen below) are not real networks, correct? Are they "virtual private networks" i.e. VPNs, or private VLANs, or something else?



Thanks.



$ ifconfig
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:a6:79:a6:bc txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:b1:aa:1f txqueuelen 1000 (Ethernet)
RX packets 123 bytes 12102 (12.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 39 bytes 4300 (4.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0






vpn virtual-machines docker vlan






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 15 mins ago









TimTim

68431527




68431527













  • are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

    – Zoredache
    16 secs ago



















  • are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

    – Zoredache
    16 secs ago

















are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

– Zoredache
16 secs ago





are not real networks - Define what you mean by 'real'. They are networks, in that they are used to transfer data between systems. Simply showing us the output of ifconfig really isn't that useful. Docker, and hypervisors can do some pretty complicated things from a networking perspective, that you don't see from ifconfig, or even ip link.

– Zoredache
16 secs ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960346%2fare-the-private-networks-created-for-virtual-machines-and-for-containers-vpns%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f960346%2fare-the-private-networks-created-for-virtual-machines-and-for-containers-vpns%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

Список ссавців Італії Природоохоронні статуси | Список |...

Українські прізвища Зміст Історичні відомості |...