How are apps in VM connecting to the internet?


TheMystic

Well-known member
Power User
VIP
Local time
6:21 PM
Posts
752
OS
Windows 11
I have Windows Firewall set to BLOCK all incoming and outgoing connections by default.

I have installed VMware and VirtualBox. And Virtual Machines inside each of them.

Both VMware and VirtualBox are blocked under Firewall (as that is the default setting).

But I am able to access my local network as well as internet using apps inside the VMs.

How is this possible?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy dv7
    CPU
    Intel Core i7 3630QM
    Motherboard
    HP
    Memory
    16 GB
    Graphics Card(s)
    Intel HD Graphics 4000 & Nvidia GeForce GT 635M
    Sound Card
    IDT High Definition
    Screen Resolution
    1080p
    Hard Drives
    1 TB Crucial MX500 on bay 1.
    1 TB Seagate HDD on bay 2.
    Antivirus
    Windows Defender
Because a VM uses a virtual network adapter and uses its own firewall and hosts file. You can use the vm's firewall to block whatever you want. A VM guest is a separate computing environment independent of the OS and controlled by your VM software.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
Because a VM uses a virtual network adapter and uses its own firewall and hosts file. You can use the vm's firewall to block whatever you want. A VM guest is a separate computing environment independent of the OS and controlled by your VM software.
But VM software itself is dependent on the host machine, isn't it? And by consequence, is fully controllable by the host machine?

20211210_113705.png

I had to use 'Bridged' connection to make it connect to the internet.

From what you say, does Windows Firewall have no control over the VM?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy dv7
    CPU
    Intel Core i7 3630QM
    Motherboard
    HP
    Memory
    16 GB
    Graphics Card(s)
    Intel HD Graphics 4000 & Nvidia GeForce GT 635M
    Sound Card
    IDT High Definition
    Screen Resolution
    1080p
    Hard Drives
    1 TB Crucial MX500 on bay 1.
    1 TB Seagate HDD on bay 2.
    Antivirus
    Windows Defender
True, the OS runs the VM software but a VM guest is under independent control of the software, not the OS running it. The virtual machine is partitioned from the rest of the system, meaning that the software inside a VM can't interfere with the host computer's primary operating system. In turn, the primary operating system can't interfere with the VM. The magic happens within the VM software.
The whole purpose of virtualization software is to completely separate one OS from another.
Look at it this way, if you had 2 computers sitting side by side, would you expect the firewall on one to control the other?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
True, the OS runs the VM software but a VM guest is under independent control of the software, not the OS running it. The virtual machine is partitioned from the rest of the system, meaning that the software inside a VM can't interfere with the host computer's primary operating system. In turn, the primary operating system can't interfere with the VM. The magic happens within the VM software.
The whole purpose of virtualization software is to completely separate one OS from another.
Look at it this way, if you had 2 computers sitting side by side, would you expect the firewall on one to control the other?
The guest OS is under full control of the VM software, and the VM software is (should be) under full control of the host OS. It is fine that the host OS need not have direct control over what runs inside the guest OS, as that is controlled by the VM software. But there should be indirect control over the same by controlling what the VM software is allowed or not allowed to do. Atleast that is what I have been thinking.

Both VirtualBox and VMware are Type 2 Hypervisors, that run on a Host OS just as any other application/ program. If they were to have direct access to the hardware and act completely independent of the host OS, they would be classified as Type 1 Hypervisors, which they are not. Your example of 2 computers is not applicable for Type 2 Hypervisors.

1639122611356.jpeg

I installed the VMware Tools yesterday and during installation, I got this:

Screenshot 2021-12-10 at 12.11.07 AM.png

When I didn't allow, the installation failed. But when I allowed it, the installation completed successfully.

I am not comfortable with this kind of a setup. Do you know what this is?

I want VMware (or VirtualBox) to run (even in background) only when I explicitly launch them. They shouldn't be running independently without permission. How do I configure it that way?
 
Last edited:

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy dv7
    CPU
    Intel Core i7 3630QM
    Motherboard
    HP
    Memory
    16 GB
    Graphics Card(s)
    Intel HD Graphics 4000 & Nvidia GeForce GT 635M
    Sound Card
    IDT High Definition
    Screen Resolution
    1080p
    Hard Drives
    1 TB Crucial MX500 on bay 1.
    1 TB Seagate HDD on bay 2.
    Antivirus
    Windows Defender
I know 2 computers are not the same. I said that as a hypothetical example of 2 operating systems because that's what a VM is, a separate OS. Actually, my statement should have said, VM software is dependent on the OS, a VM guest is dependent on the VM software and independent of the OS.
VMware abstracts the physical hardware underneath the hypervisor and virtual machines do not care what hardware is underneath them, even if it is changed. That's where VMWare tools comes in. Guess you could say VMWare Tools is the drivers for the guest. Just as functions of the Windows host can't run without drivers, neither can the virtual devices of a Guest OS run correctly without its driver set.

When you see that message above, "Would like to administer your computer', the word Computer means the guest OS.

VMWare software installs services in the host OS. Therefore, you can control the operation of the software from the host. You can also change the virtual services of the guest OS from within the guest. If you just want the guest to have internet access but not be seen by your local network, turn off network discovery within the guest itself. If you want to restrict a piece of software in the guest from accessing the internet, use the guest OS firewall. If you want to block the guest from accessing a particular IP address, block it in the guest's hosts file or firewall.

So, yes, you do have control.
vmware.PNG
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
Because a VM uses a virtual network adapter and uses its own firewall and hosts file. You can use the vm's firewall to block whatever you want. A VM guest is a separate computing environment independent of the OS and controlled by your VM software.
I don't understand why the Windows firewall wouldn't block all incoming and outgoing connections. On my laptop when I'm running Linux Mint in VMware Player, Eset Internet Security running on the host OS still blocks webpages that are a possible risk.
 

My Computers

System One System Two

  • OS
    Windows 11 Canary Channel
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec B746
    CPU
    Intel Core i7-10700K
    Motherboard
    ASRock Z490 Phantom Gaming 4/ax
    Memory
    16GB (8GB PC4-19200 DDR4 SDRAM x2)
    Graphics Card(s)
    NVIDIA GeForce GTX 1050 TI
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Samsung SAM0A87 Samsung SAM0D32
    Screen Resolution
    1920 x 1080
    Hard Drives
    NVMe WDC WDS100T2B0C-00PXH0 1TB
    Samsung SSD 860 EVO 1TB
    PSU
    750 Watts (62.5A)
    Case
    PowerSpec/Lian Li ATX 205
    Keyboard
    Logitech K270
    Mouse
    Logitech M185
    Browser
    Microsoft Edge and Firefox
    Antivirus
    ESET Internet Security
  • Operating System
    Windows 11 Canary Channel
    Computer type
    PC/Desktop
    Manufacturer/Model
    PowerSpec G156
    CPU
    Intel Core i5-8400 CPU @ 2.80GHz
    Motherboard
    AsusTeK Prime B360M-S
    Memory
    16 MB DDR 4-2666
    Monitor(s) Displays
    23" Speptre HDMI 75Hz
    Screen Resolution
    1920x1080
    Hard Drives
    Samsung 970 EVO 500GB NVMe
    Mouse
    Logitek M185
    Keyboard
    Logitek K270
    Browser
    Firefox, Edge and Edge Canary
    Antivirus
    Windows Defender
I don't understand why the Windows firewall wouldn't block all incoming and outgoing connections
The concept of virtualization has always been mostly smoke and mirrors to me because it is so complex. That's why I call VMWare magic.

I found a VMWare article about how network traffic from a VM guest is handled. It states "the NAT device translates the address of the virtual machine to that of the host before forwarding the packet to the external network. When data arrives from the external network for the virtual machine on the private network, the NAT device receives the data, replaces the network address with that of the virtual machine and forwards the data to the virtual machine on the virtual network."

I interpret this to be why the host firewall doesn't block the traffic...because the outgoing traffic from the VM never goes thru the OS firewall but straight to the network. Incoming traffic is translated to go straight to the VM guest, also bypassing the OS firewall.
Whereas outgoing traffic from the host OS hits the firewall first (where it is blocked) before it can ever get to the network.

The entire article is long and a lot is over my head , but maybe you can find your answers by understanding NAT-Network address translator. https://www.vmware.com/support/ws45/doc/network_nat_details_ws.html
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
Eset Internet Security running on the host OS still blocks webpages that are a possible risk.
But doesn't ESET have it's own firewall? Third Party firewalls work differently than Windows Defender Firewall, do they not? I believe most third party firewalls are cloud based these days and block traffic after the packets leave your computer but before they get to the destination. Windows firewall blocks traffic at the OS level.

Darn, all this has fried my brain. Somebody else jump in here and explain it in a better way.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
I know 2 computers are not the same. I said that as a hypothetical example of 2 operating systems because that's what a VM is, a separate OS. Actually, my statement should have said, VM software is dependent on the OS, a VM guest is dependent on the VM software and independent of the OS.
VMware abstracts the physical hardware underneath the hypervisor and virtual machines do not care what hardware is underneath them, even if it is changed. That's where VMWare tools comes in. Guess you could say VMWare Tools is the drivers for the guest. Just as functions of the Windows host can't run without drivers, neither can the virtual devices of a Guest OS run correctly without its driver set.

When you see that message above, "Would like to administer your computer', the word Computer means the guest OS.

VMWare software installs services in the host OS. Therefore, you can control the operation of the software from the host. You can also change the virtual services of the guest OS from within the guest. If you just want the guest to have internet access but not be seen by your local network, turn off network discovery within the guest itself. If you want to restrict a piece of software in the guest from accessing the internet, use the guest OS firewall. If you want to block the guest from accessing a particular IP address, block it in the guest's hosts file or firewall.

So, yes, you do have control.
View attachment 15856
1st para: Yes, no questions.

2nd para: Yes, I know it is referring to the guest OS. I see that VMware logs me in automatically without my password, even though it says that the guest OS doesn't support this feature under VM settings. While this alone is fine, what else does VMware control? Is it safe to login with a real account in the VM and be safe?

3rd para: How do I ensure that VMware (and the guest OSes) do nothing in the background other than the activities I do explicitly when I launch them? Configuring what apps can do inside the OS is not the question here. It is what the guest OS (and the VM software) itself can do. I thought if I block the VM software itself under Windows Firewall, neither the software nor the guest OS inside it would be able to connect to the internet. But that's not what is happening. The VM is essentially bypassing restrictions imposed by the Host OS.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy dv7
    CPU
    Intel Core i7 3630QM
    Motherboard
    HP
    Memory
    16 GB
    Graphics Card(s)
    Intel HD Graphics 4000 & Nvidia GeForce GT 635M
    Sound Card
    IDT High Definition
    Screen Resolution
    1080p
    Hard Drives
    1 TB Crucial MX500 on bay 1.
    1 TB Seagate HDD on bay 2.
    Antivirus
    Windows Defender
You know, in all these long posts I never asked what version of VMWare you are using. Where are you storing your VM files? Did you use the default location of C:\Users\Username\Documents\VMWare. If you did, every time you backup your OS you will be backing up your VM as well. Personally I use VMWare Workstation Pro and store my VMs on an external hard drive so I have to remember to back them up separately. I am giving my suggestions based on the version of VMWARE I am running. It may be slightly different in whatever version you are using and some versions may have limitations. I can only tell you how mine works.

I am using my Microsoft account and a pin to access my virtual machine. (Settings-Accounts) If your version does not allow an account password,
you can encrypt your VM if you want to secure it with an encryption password . Here's a good article about encryption. HERE.

I am able to isolate my Windows 10 VM from the internet by going into Network and Sharing (in the VM)and disabling the virtual adapter. It does not affect my host. Some versions of the software have you go into Edit-Virtual Network Settings to disable the adapter. From what I've read, your virtual network adapter needs to be set up as NAT instead of bridged so I don't know if when you established your VM how you set up your virtual network adapter. https://www.vmware.com/support/ws45/doc/network_configure_ws.html
I believe you could isolate the guest by turning off ipv4 and ipv6 as well.
However you do it, you want to do it in such a way that you can easily enable internet when needed to update the VM. VMWare tools updates at times as well so it will need internet to update.

To disable VMWare in host-(Drastic method)You can stop all the VMWare services in the host and then change their startup type to disabled. VMWare will not run if its services are disabled. When you use the VM you will have to change startup type to manual or automatic and start the services every time before VMWare will open.
OR
You can stop the services and change startup type to manual. Then the services will not be running until you open VMWARE. This makes more sense to me.

Any software within the guest can be blocked using the guest's firewall.

All this said, I must say I am having difficulty understanding why you want internet turned off for your VM. If VMWARE is Not running no one can use the internet to get into your VM guest.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
I am new just joined. Not sure how to start a new thread, so this is the closest one I found. I am a big fan of vmware workstation, especially for trying out Windows 11. I use the defaults when making a new machine and they work well. Sometimes for no reason, the connection totally goes and I get the round globe rather than the connected symbol. I can just start using a new machine I made, but this has happened enough times to find out why it is doing this and how to fix The message I get is Not connected you aren't connected to any networks and Ethernet- no internet. I have compared the non-working virtual with a working and so far the setting are the same.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom built
    CPU
    Intel I7
    Motherboard
    Asus
    Memory
    32 gigs
    Graphics Card(s)
    Nvidia
    Sound Card
    Real Tech
    Monitor(s) Displays
    HP
    Hard Drives
    2 - Western Digital
    PSU
    Corsair
    Case
    Generic
    Cooling
    fans
    Keyboard
    Walmart
    Mouse
    Staples
    Browser
    Firefox
    Antivirus
    Defender

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 22631.3447
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 7080
    CPU
    i9-10900 10 core 20 threads
    Motherboard
    DELL 0J37VM
    Memory
    32 gb
    Graphics Card(s)
    none-Intel UHD Graphics 630
    Sound Card
    Integrated Realtek
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    1tb Solidigm m.2 +256gb ssd+512 gb usb m.2 sata
    PSU
    500w
    Case
    MT
    Cooling
    Dell Premium
    Keyboard
    Logitech wired
    Mouse
    Logitech wireless
    Internet Speed
    so slow I'm too embarrassed to tell
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
  • Operating System
    Windows 10 Pro 22H2 19045.3930
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 9020
    CPU
    i7-4770
    Memory
    24 gb
    Monitor(s) Displays
    Benq 27
    Screen Resolution
    2560x1440
    Hard Drives
    256 gb Toshiba BG4 M.2 NVE SSB and 1 tb hdd
    PSU
    500w
    Case
    MT
    Cooling
    Dell factory
    Mouse
    Logitech wireless
    Keyboard
    Logitech wired
    Internet Speed
    still not telling
    Browser
    Firefox
    Antivirus
    Defender+MWB Premium
Thanks! Appreciate it.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom built
    CPU
    Intel I7
    Motherboard
    Asus
    Memory
    32 gigs
    Graphics Card(s)
    Nvidia
    Sound Card
    Real Tech
    Monitor(s) Displays
    HP
    Hard Drives
    2 - Western Digital
    PSU
    Corsair
    Case
    Generic
    Cooling
    fans
    Keyboard
    Walmart
    Mouse
    Staples
    Browser
    Firefox
    Antivirus
    Defender
Oh My Gosh! You did it! One of the links on the webpage you recommended suggested that a new connection should be added from the VM settings. So I deleted the original, added the connection and it created it right from scratch. And it works! Thank you so much, good to keep this tip handy. I am so glad.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom built
    CPU
    Intel I7
    Motherboard
    Asus
    Memory
    32 gigs
    Graphics Card(s)
    Nvidia
    Sound Card
    Real Tech
    Monitor(s) Displays
    HP
    Hard Drives
    2 - Western Digital
    PSU
    Corsair
    Case
    Generic
    Cooling
    fans
    Keyboard
    Walmart
    Mouse
    Staples
    Browser
    Firefox
    Antivirus
    Defender
The safest way to block Internet access is to use the Firewall / rules built in to most roouters these days. A VM uses its own "Virtual Bios" and "Virtual hardware" so unless your VM Internet access is set to go via a proxy on your HOST machine - the Windows firewall being software won't look at anything the VM s passing.

You might be able to do something if you can block the MACID's of the network devices - but its simpler to set up the hardware router to block things -- also on the VM see what happens when you activate a firewall on it.

For your VM's : On Linux distros it's often ufw and on windows you can control it as standard.

heers
jimbo
 

My Computer

System One

  • OS
    Windows XP,7,10,11 Linux Arch Linux
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7
Back
Top Bottom