Unlocking Hyper-V Networking Secrets: IT Admins and Virtual Network Solutions

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 52

  • @50PullUps
    @50PullUps 16 днів тому

    This is absolutely fantastic. Currently trying to figure out how to join my Hyper-V Host to a domain that’s provided by a DC sitting within a VM… that’s hosted on my Hyper-V host! 🤪

  • @barrygoldman6608
    @barrygoldman6608 7 місяців тому +1

    This guy is amazing. Thanks for all the effort you put into these videos!

  • @mowatrcm1
    @mowatrcm1 7 місяців тому +1

    Fantastic as always. Really appreciate all your hard work. Thank you👍🙏.

  • @zanthiel2009
    @zanthiel2009 2 місяці тому

    I really like your teaching style! I'm hooked.

    • @TechsavvyProductions
      @TechsavvyProductions  2 місяці тому

      We appreciate those who like deep dives! Thanks for the comment!

  • @jimmyfavereau
    @jimmyfavereau Рік тому

    Solid Gold! thanks savVy! looks like I need to do some bing watching here soon.. excellent presentation and really appreciate the nuggets you generously sprinkle in .. God Bless!

  • @maurabbit
    @maurabbit Рік тому +2

    Excellent video, you really said all we need to know about hyper-v, you are the man, thanks again.

  • @urielpelaezcdmx
    @urielpelaezcdmx 3 роки тому

    Only the First half has good Information. ⭐️⭐️

  • @xlite0060
    @xlite0060 5 місяців тому

    Спасибо! Очень полезное видео!

    • @TechsavvyProductions
      @TechsavvyProductions  5 місяців тому

      Я ценю ваш комментарий и нашел время поделиться.

  • @runningcolt
    @runningcolt 2 роки тому +1

    wow wow wow. could you do an in depth look at hyper-v storage on this level? please? 😁 default config on hyper-v throttles vm access to the host storage (limited channels) and the microsoft docs do not explain how to expand this. (by default it correlates with the amount of vCPU's, but sometimes, the defaults aren't enough) awesome work on the videos. all of them. many thanks!

    • @TechsavvyProductions
      @TechsavvyProductions  2 роки тому

      These are fascinating topics you are correct Microsoft documentation is poor concerning details. But there are many third party companies that do serious work in these areas and their blogs sites are awesome. All the storage vendors that work with Storage Direct, NAS and SAN system have a great deal of information on Hyper-V storage.

    • @runningcolt
      @runningcolt 2 роки тому

      @@TechsavvyProductions appreciate the reply. I'll check out the blog you mention in your video. if you happen to encounter any info about the storage channel situation, send it my way as well. in the meantime, keep the videos coming; they're awesome 😏

  • @johnsenchak1428
    @johnsenchak1428 3 роки тому +1

    You need to do a video exclusively on Wireshark Sprectrum ISP kicks a$$ in Florida

    • @TechsavvyProductions
      @TechsavvyProductions  3 роки тому +2

      Hello John, Wireshark has a ton of great videos on UA-cam. I am glad about that because it is a great tool for IT

  • @feigned53
    @feigned53 Рік тому

    *Raises hand* 😂
    Subscribed!

  • @M911
    @M911 Рік тому

    Thank you savvy for the valuable contents that you provide.
    We really don’t find videos that explains about subjects that matter and we don’t find it in the way you describe it, so Thank you a lot, appreciated.
    Please can you release series videos about Windows Server2022 architecture, high level design, low level design.
    Also, the components of the OS, what are they, how to deal with it.
    Also, services what are they, and how they are related to each other, how does it work, how to deal with it, and many other things like registry.
    And, in generally speaking, what is the logic behind OS and how to utilize it.
    I really want to improve my skills in this field, I want to go dive deep down, I want to know how to improve OS performance and troubleshoot and fix
    Kind regards

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому +1

      Thank you, this channel has many videos on this type of topics. I hope you will take a look, also check out our free notes for each video.

    • @M911
      @M911 Рік тому

      Thank you.
      in addition to your videos, is there a material you recommend me checking

  • @loadresearch6326
    @loadresearch6326 Рік тому

    Thank you Techsavvy, I do have a question. What options are there if I want my guest VM to see the internet, but be isolated from my host and having it on another network?
    I currently am using 1 single network card ( dont see it supporting vlan) with 1 ethernet port, using a ISP router with no physical switch. So nothing physical I can change.
    What settings can I perform in Hyper V to isolate the guest and yet have the guest access the internet? Thanks

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому +1

      Yes, a guest VM in Hyper-V can be isolated from the host and still have access to the internet. This configuration is known as a DMZ or "demilitarized zone". It allows the VM to communicate with the external network (internet) but blocks communication with the host network. This configuration is typically used for public-facing services, where the host network needs to be protected from potential threats.
      Create a New Virtual Switch: In the Hyper-V Manager, create a new External Virtual Switch. Ensure you select the physical network adapter that has internet access. Do not enable 'Allow management operating system to share this network adapter' because this would create a link between the VM and the host.
      Configure the VM to Use the New Switch: Go to the settings of the VM and under 'Network Adapter', select the new virtual switch you created.
      Configure the VM for Internet Access: The VM will need to be configured with the necessary network settings (either manually or via DHCP) to access the internet.

  • @Aaron-ig8ie
    @Aaron-ig8ie Рік тому

    Hello, do you have a SET video? I don't find good information about SET implementation

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому

      If you are referring to Java, I do not have videos on Java but UA-cam has some great creators that share Java-programming.

  • @---tr9qg
    @---tr9qg Рік тому

    10:32 - can't understand how we can have 2 different physical hosts with VM's inside of each and have connectivity between this VM's via Private Network (or "private network" does not mean that VM's in this network connected to Private Virtual Switch ?). Thanks for video.

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому

      To set up a private network between two Hyper-V VMs for cluster communication, you can follow these steps:
      Create a new virtual network switch on each host, and set its connection type to "Internal." This will create a private virtual network that can only be accessed by the VMs and the host.
      Assign the virtual network switch to the VMs that you want to connect. In the Hyper-V Manager, select the VM, then click on "Settings," and select "Add Hardware" and choose "Network Adapter." Then select the virtual switch you created in step 1.
      Configure the IP addresses of the VMs to be on the same subnet. For example, if you want to use the subnet 192.168.100.0/24, you can assign the IP address 192.168.100.1 to the first VM and 192.168.100.2 to the second VM.
      Ensure that the firewall on each VM is configured to allow communication on the private network. You can create a new inbound rule on the Windows Firewall to allow traffic on the private network.
      Test the connection between the two VMs by pinging each other's IP addresses. If the ping is successful, then you have successfully set up a private network for cluster communication.
      Note: You will also need to configure the cluster software to use the private network for heartbeat and communication. The steps to do this will depend on the specific cluster software you are using.

    • @---tr9qg
      @---tr9qg Рік тому

      @@TechsavvyProductions This is all correct, but at 10:32 two vm's placed on different hyper-v host's. So how it can be possible to communicate beetwen them if their will be connected even to internal switch as you described?!! I possibly misunderstood something

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому

      These are tough concepts to wrap your mind around! But this is how most clustered servers are setup, without this private connection the reliability of failover is compromised, in the old days they used serial cables and connections but as ethernet became so cheap they now simply use a Ethernet port of each server build an internal switch to each NIC and plug in a cable. The cluster software will find and use this network.

  • @bigkeoni6429
    @bigkeoni6429 2 роки тому

    Wondering if you could help or point me in a good direction. No matter if I choose External, Internal, or Private - it fails to create the switch on my Win 10 Pro machine. Says it can't find the name. Any help is greatly appreciated.

    • @TechsavvyProductions
      @TechsavvyProductions  2 роки тому +1

      Potential steps:
      Windows and network adapter are updated
      Uninstall and install the Hyper-V role again
      Reinstall network card
      Try powershell "New-VMSwitch -name ExternalSwitch -NetAdapterName Ethernet -AllowManagementOS $true"
      netcfg -d

    • @bigkeoni6429
      @bigkeoni6429 2 роки тому

      @@TechsavvyProductions Thank you, I will try this.

    • @bigkeoni6429
      @bigkeoni6429 2 роки тому

      @@TechsavvyProductions Maybe I'll remove or disable the Virtual Box adapter as well

    • @TechsavvyProductions
      @TechsavvyProductions  2 роки тому

      The fact that you have Virtual Box and Hyper-V on the same host may be the problem.

  • @shadowcryptotrader
    @shadowcryptotrader 3 роки тому

    Please make videos on TPM Administration

  • @byrd203
    @byrd203 2 роки тому +1

    to do Vlans on a VM you don't need to have Host management enabled like he showed at 21:54 I enabled Vlans on the guest vm only and I get the full network speeds no loss what so ever speed test shows same as host he doesn't now how to configure the network correctly oh man I get 1gb all times at my speed test on my VM's no slow down even while in use

  • @dannysanders4327
    @dannysanders4327 11 місяців тому

    Hyper-V doesnt require SCVMM, you can set it up using the GUI, powershell or Windows Admin Center. This video leaves out when you should actually use QoS, so please don't use it in the manner seen in the video.

  • @uzairuadam878
    @uzairuadam878 9 місяців тому

    Please can you help me with my project?

  • @Ngduong2901
    @Ngduong2901 Рік тому

    following to your step but not work for me :((

    • @TechsavvyProductions
      @TechsavvyProductions  Рік тому

      Hyper-V is well established in Windows, keep thinking about and you will eventually solve the problem. Problems force us to improve our skill set.

  • @JogaKhichurirabby
    @JogaKhichurirabby 6 місяців тому

    zoom process was very bad idea