Windows 10, Virtualbox and Ubuntu VLANsCisco and Linux and VlansWindows 2008 Server R2 NAT problems with...
What typically incentivizes a professor to change jobs to a lower ranking university?
Modeling an IP Address
What does "Puller Prush Person" mean?
What is a clear way to write a bar that has an extra beat?
Languages that we cannot (dis)prove to be Context-Free
How old can references or sources in a thesis be?
I'm flying to France today and my passport expires in less than 2 months
Roll the carpet
Can I ask the recruiters in my resume to put the reason why I am rejected?
What's the output of a record needle playing an out-of-speed record
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Does detail obscure or enhance action?
Why does Kotter return in Welcome Back Kotter?
Can you really stack all of this on an Opportunity Attack?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Why is Minecraft giving an OpenGL error?
How is it possible to have an ability score that is less than 3?
Java Casting: Java 11 throws LambdaConversionException while 1.8 does not
Maximum likelihood parameters deviate from posterior distributions
Is it possible for a square root function,f(x), to map to a finite number of integers for all x in domain of f?
NMaximize is not converging to a solution
What defenses are there against being summoned by the Gate spell?
What does it mean to describe someone as a butt steak?
Why can't I see bouncing of switch on oscilloscope screen?
Windows 10, Virtualbox and Ubuntu VLANs
Cisco and Linux and VlansWindows 2008 Server R2 NAT problems with VLANsVirtualBox 4.1.12 Ubuntu Host Bridged Networkingmultiple vlans routed on one nic? trunk?General? or Access?Broadcast between VLANsVirtualbox: Bridging Guest VPN within a Bridged ConnectionConfiguring trunk interface in Cisco 3750 switch to allow multiple Vlans connected with Ubuntu servers having a single NIC (sub-interfaced)PXE booting server in VirtualBox network configurationTrouble configuring standard VLANs on BNT G8264 and ESXi 5.5VLAN support for Intel Desktop MT1000?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a laptop with Windows 10 and a Realtek PCIe GBE Family Controller. My NIC is connected to a switch in trunk mode (traffic for 2 VLANs transiting via this connection).
I would like to setup the VLANs on an Ubuntu Linux VM on Virtual Box.
First, I created two VLANs on Windows via the Realtek diagnostic utility.
The Ubuntu VM will act as a DHCP server for the two VLANs (everything is set up with isc-dhcp-server). I also did all the necessary configuration on Ubuntu for the VLANs i.e. creating the VLANs, configuring IP addresses etc...
On Virtual Box, I only have one virtual adapter configured in bridged mode and using the Realtek NIC.
When I run Wireshark on Ubuntu to capture traffic, I don't see any incoming traffic for the VLANs.
Any idea what is wrong?
ubuntu vlan virtualbox windows-10
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a laptop with Windows 10 and a Realtek PCIe GBE Family Controller. My NIC is connected to a switch in trunk mode (traffic for 2 VLANs transiting via this connection).
I would like to setup the VLANs on an Ubuntu Linux VM on Virtual Box.
First, I created two VLANs on Windows via the Realtek diagnostic utility.
The Ubuntu VM will act as a DHCP server for the two VLANs (everything is set up with isc-dhcp-server). I also did all the necessary configuration on Ubuntu for the VLANs i.e. creating the VLANs, configuring IP addresses etc...
On Virtual Box, I only have one virtual adapter configured in bridged mode and using the Realtek NIC.
When I run Wireshark on Ubuntu to capture traffic, I don't see any incoming traffic for the VLANs.
Any idea what is wrong?
ubuntu vlan virtualbox windows-10
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49
add a comment |
I have a laptop with Windows 10 and a Realtek PCIe GBE Family Controller. My NIC is connected to a switch in trunk mode (traffic for 2 VLANs transiting via this connection).
I would like to setup the VLANs on an Ubuntu Linux VM on Virtual Box.
First, I created two VLANs on Windows via the Realtek diagnostic utility.
The Ubuntu VM will act as a DHCP server for the two VLANs (everything is set up with isc-dhcp-server). I also did all the necessary configuration on Ubuntu for the VLANs i.e. creating the VLANs, configuring IP addresses etc...
On Virtual Box, I only have one virtual adapter configured in bridged mode and using the Realtek NIC.
When I run Wireshark on Ubuntu to capture traffic, I don't see any incoming traffic for the VLANs.
Any idea what is wrong?
ubuntu vlan virtualbox windows-10
I have a laptop with Windows 10 and a Realtek PCIe GBE Family Controller. My NIC is connected to a switch in trunk mode (traffic for 2 VLANs transiting via this connection).
I would like to setup the VLANs on an Ubuntu Linux VM on Virtual Box.
First, I created two VLANs on Windows via the Realtek diagnostic utility.
The Ubuntu VM will act as a DHCP server for the two VLANs (everything is set up with isc-dhcp-server). I also did all the necessary configuration on Ubuntu for the VLANs i.e. creating the VLANs, configuring IP addresses etc...
On Virtual Box, I only have one virtual adapter configured in bridged mode and using the Realtek NIC.
When I run Wireshark on Ubuntu to capture traffic, I don't see any incoming traffic for the VLANs.
Any idea what is wrong?
ubuntu vlan virtualbox windows-10
ubuntu vlan virtualbox windows-10
asked May 2 '18 at 10:43
Mickael MarracheMickael Marrache
1147
1147
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49
add a comment |
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49
add a comment |
1 Answer
1
active
oldest
votes
I would expect that when you created the VLANs in Realtek diagnostics it created additional virtual network adapters on your PC, one for each VLAN. You would need to bridge these individually into VirtualBox as separate networks and present them to the VM as separate virtual NICs to be configured inside Ubuntu in the conventional way - no need for Ubuntu to be aware of the VLANs as the tags have been processed and removed by the Realtek tool by then.
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
add a comment |
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
});
}
});
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%2fserverfault.com%2fquestions%2f910320%2fwindows-10-virtualbox-and-ubuntu-vlans%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would expect that when you created the VLANs in Realtek diagnostics it created additional virtual network adapters on your PC, one for each VLAN. You would need to bridge these individually into VirtualBox as separate networks and present them to the VM as separate virtual NICs to be configured inside Ubuntu in the conventional way - no need for Ubuntu to be aware of the VLANs as the tags have been processed and removed by the Realtek tool by then.
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
add a comment |
I would expect that when you created the VLANs in Realtek diagnostics it created additional virtual network adapters on your PC, one for each VLAN. You would need to bridge these individually into VirtualBox as separate networks and present them to the VM as separate virtual NICs to be configured inside Ubuntu in the conventional way - no need for Ubuntu to be aware of the VLANs as the tags have been processed and removed by the Realtek tool by then.
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
add a comment |
I would expect that when you created the VLANs in Realtek diagnostics it created additional virtual network adapters on your PC, one for each VLAN. You would need to bridge these individually into VirtualBox as separate networks and present them to the VM as separate virtual NICs to be configured inside Ubuntu in the conventional way - no need for Ubuntu to be aware of the VLANs as the tags have been processed and removed by the Realtek tool by then.
I would expect that when you created the VLANs in Realtek diagnostics it created additional virtual network adapters on your PC, one for each VLAN. You would need to bridge these individually into VirtualBox as separate networks and present them to the VM as separate virtual NICs to be configured inside Ubuntu in the conventional way - no need for Ubuntu to be aware of the VLANs as the tags have been processed and removed by the Realtek tool by then.
answered May 2 '18 at 16:01
MintraMintra
50637
50637
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
add a comment |
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Yes I tried to do that... but virtualbox doesn't show me the virtual adapters so that I can select them. I can see them in the network interfaces on windows though.
– Mickael Marrache
May 2 '18 at 18:11
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
Possibly you need to go into their properties in the Windows network interfaces view and enable the VirtualBox NDIS6 networking driver - this may not be on by default for Realtek-created adapters made after your VirtualBox installation.
– Mintra
May 3 '18 at 8:47
add a comment |
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.
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%2fserverfault.com%2fquestions%2f910320%2fwindows-10-virtualbox-and-ubuntu-vlans%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
This seems to address what you are trying to achieve nefaria.com/2016/04/…
– Sum1sAdmin
May 2 '18 at 11:04
@Sum1sAdmin Thanks, the article describes Virtualbox running on Ubuntu launching a Windows VM. My case is the opposite.
– Mickael Marrache
May 2 '18 at 11:07
Can a client version of Windows even do VLAN trunking? I've never heard of this.
– Michael Hampton♦
May 2 '18 at 16:31
@Michael Hampton Normally it's up to the NIC driver - not a native Windows thing.
– Mintra
May 3 '18 at 8:49