windows 10 vm proxmox in oneprovider no internet conection

ismail99

New Member
Mar 29, 2022
1
0
1
hello,
i have an issue whith my win10 vm proxmox configuration
there is no internet in the vm , i'm a newbie when it comes to configuration . but i have tried everything and it always like this
1648582626461.png
i know i didn't provide more details , and that's because i don't know what to show you .
so please just give me instructions on what to type and do to show you details of my problem so you can be able to help me .
thanks !
 
please post the contents of

/etc/network/interfaces

and

/etc/pve/qemu-server/xxx.conf (where xxx is the ID of your windows VM)
 
The gateway is missing in the VMs network configuration. Go to Control Panel > Network and Internet > Network Connections. Right-click on the active ethernet adapter. Double click "Internet Protocol Version 4" Specify the IP, subnet mask (255.255.255.255) and default gateway. In the bottom lob in 8.8.8.8 8.8.4.4. Click Save. > https://prnt.sc/Co7fCGtvAizH

If that doesn't work, did you install the drivers? https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers I think you did because usually, the adapter doesn't show until you do.
 
  • Like
Reactions: Andersen
The gateway is missing in the VMs network configuration. Go to Control Panel > Network and Internet > Network Connections. Right-click on the active ethernet adapter. Double click "Internet Protocol Version 4" Specify the IP, subnet mask (255.255.255.255) and default gateway. In the bottom lob in 8.8.8.8 8.8.4.4. Click Save. > https://prnt.sc/Co7fCGtvAizH

If that doesn't work, did you install the drivers? https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers I think you did because usually, the adapter doesn't show until you do.
That is great info, after I add the DNS and secondary DNS, the internet line had active! Cheers
 
  • Like
Reactions: Gh0st
i hhave same issue
netowrk ping are working but there is no internet access
\i am using this command (/etc/network/interfaces)
it says permission is deny .
 
i am using this command (/etc/network/interfaces)
it says permission is deny
Sure! This is not a command that can be executed. To look at the contents of that file use:
Code:
~# cat /etc/network/interfaces