How to setup IPv6 assignments within a Windows Server 2016 VM on a Debian VirtualBox host?
I want to assign an Windows Server 2016 VM a dedicated IPv4 and IPv6. The VM runs on a Debian 9 system using VirtualBox 6.0 with KVM for virtualization.
I have the following IP addresses assigned to my server:
- 198.51.100.36
- 198.51.100.164
- 2001:DB8::2
- 2001:DB8::164
On my host, I have the following /etc/network/interfaces
configuration:
auto eth0
iface eth0 inet static
address 198.51.100.36
netmask 255.255.255.255
gateway 198.51.100.33
pointopoint 198.51.100.33
iface eth0 inet6 static
address 2001:DB8::2
netmask 64
gateway fe80::1
The VirtualBox VM's virtual network card is configured as follows:
NIC 1: MAC: AFFEAFFE00A4, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file:
none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0,
Promisc Policy: deny, Bandwidth group: none
Within the Windows VM, I have configured the interface likewise with IPv4 and IPv6:
The issue is, that the VM does not have any IPv6 connection (reported):
How to enable IPv6 communication?
networking virtualbox debian virtual-machine ipv6
add a comment |
I want to assign an Windows Server 2016 VM a dedicated IPv4 and IPv6. The VM runs on a Debian 9 system using VirtualBox 6.0 with KVM for virtualization.
I have the following IP addresses assigned to my server:
- 198.51.100.36
- 198.51.100.164
- 2001:DB8::2
- 2001:DB8::164
On my host, I have the following /etc/network/interfaces
configuration:
auto eth0
iface eth0 inet static
address 198.51.100.36
netmask 255.255.255.255
gateway 198.51.100.33
pointopoint 198.51.100.33
iface eth0 inet6 static
address 2001:DB8::2
netmask 64
gateway fe80::1
The VirtualBox VM's virtual network card is configured as follows:
NIC 1: MAC: AFFEAFFE00A4, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file:
none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0,
Promisc Policy: deny, Bandwidth group: none
Within the Windows VM, I have configured the interface likewise with IPv4 and IPv6:
The issue is, that the VM does not have any IPv6 connection (reported):
How to enable IPv6 communication?
networking virtualbox debian virtual-machine ipv6
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32
add a comment |
I want to assign an Windows Server 2016 VM a dedicated IPv4 and IPv6. The VM runs on a Debian 9 system using VirtualBox 6.0 with KVM for virtualization.
I have the following IP addresses assigned to my server:
- 198.51.100.36
- 198.51.100.164
- 2001:DB8::2
- 2001:DB8::164
On my host, I have the following /etc/network/interfaces
configuration:
auto eth0
iface eth0 inet static
address 198.51.100.36
netmask 255.255.255.255
gateway 198.51.100.33
pointopoint 198.51.100.33
iface eth0 inet6 static
address 2001:DB8::2
netmask 64
gateway fe80::1
The VirtualBox VM's virtual network card is configured as follows:
NIC 1: MAC: AFFEAFFE00A4, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file:
none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0,
Promisc Policy: deny, Bandwidth group: none
Within the Windows VM, I have configured the interface likewise with IPv4 and IPv6:
The issue is, that the VM does not have any IPv6 connection (reported):
How to enable IPv6 communication?
networking virtualbox debian virtual-machine ipv6
I want to assign an Windows Server 2016 VM a dedicated IPv4 and IPv6. The VM runs on a Debian 9 system using VirtualBox 6.0 with KVM for virtualization.
I have the following IP addresses assigned to my server:
- 198.51.100.36
- 198.51.100.164
- 2001:DB8::2
- 2001:DB8::164
On my host, I have the following /etc/network/interfaces
configuration:
auto eth0
iface eth0 inet static
address 198.51.100.36
netmask 255.255.255.255
gateway 198.51.100.33
pointopoint 198.51.100.33
iface eth0 inet6 static
address 2001:DB8::2
netmask 64
gateway fe80::1
The VirtualBox VM's virtual network card is configured as follows:
NIC 1: MAC: AFFEAFFE00A4, Attachment: Bridged Interface 'eth0', Cable connected: on, Trace: off (file:
none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0,
Promisc Policy: deny, Bandwidth group: none
Within the Windows VM, I have configured the interface likewise with IPv4 and IPv6:
The issue is, that the VM does not have any IPv6 connection (reported):
How to enable IPv6 communication?
networking virtualbox debian virtual-machine ipv6
networking virtualbox debian virtual-machine ipv6
asked Jan 27 at 15:37
burnerskburnersk
2291619
2291619
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32
add a comment |
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398956%2fhow-to-setup-ipv6-assignments-within-a-windows-server-2016-vm-on-a-debian-virtua%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
Thanks for contributing an answer to Super User!
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398956%2fhow-to-setup-ipv6-assignments-within-a-windows-server-2016-vm-on-a-debian-virtua%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
You put in fake information, so it's not really possible for us to know. You should check your IP address, prefix and gateway. One or more of them are most likely wrong.
– Michael Hampton
Jan 28 at 4:32