Search Posts

Ako vytvoriť dve VLAN nad jednou fyzickou

https://www.intel.com/content/www/us/en/support/articles/000056184/network-and-i-o/ethernet-products.html
https://www.intel.com/content/www/us/en/support/articles/000056184/network-and-i-o/ethernet-products.html



This video is a quick tutorial about creating VLANs using PowerShell commands in Windows® 10.

NoteThese instructions won’t work in Windows* Server 2016 and Windows Server 2019. Use Server Manager to create teams and VLANs. Instructions here

Play VideoPlayMuteLoaded: 0%Remaining Time -2:09SharePicture-in-PictureFullscreen

List of commands used in this video:

Import-Module -Name ‚C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets‘
Get-IntelNetAdapter
Add-IntelNetVLAN
Add-IntelNetVLAN -ParentName „<device name>“ -VLANID „101“
Get-Help Add-IntelNetVLAN

Riesenie pre nie intelove sietovky

The TCP/IP Networking Stack in Windows doesn’t natively support vLANs, however OpenVPN created a workaround that can be utilized to create feature-limited vLANs on Windows.

  1. Download and install OpenVPN
  2. Once installed, run C:\Program Files\TAP-Windows\bin\addtap.bat
  3. Open the newly created TAP adapter’s settings:
    1. Control Panel\All Control Panel Items\Network and Sharing Center > Change adapter settings
    2. Right-click on TAP adapter > Properties – Configure
    3. Advanced > Media Status – Always Connected (required)
    4. Manually set IP:
      1. Adapter Properties > Internet Protocol Version 4
      2. General > Use the following IP address
        • Required: IP & Subnet
        • Not Required: Default gateway, Preferred/Alternate DNS Server


Note: This is a limited feature vLAN and is not like vLANs created on BSD/Linux.

Pridaj komentár