Windows 10 internet problem

aslik4rahan

New Member
Oct 31, 2020
3
0
1
37
Hello, I have a server that I purchased on online.net

I installed Proxmox + Windows 10 Pro.
but Windows 10 does not connect to the internet.
I get an error, unknown network.

how can i fix this?
 
thank you for your message


Code:
root@proxmox:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

iface eno16 inet manual

auto vmbr0
iface vmbr0 inet static
    address 51.xxx.xxx.89
    netmask 255.255.255.0
    gateway 51.xxx.xxx.1
    bridge_ports eno16
    bridge_stp off
    bridge_fd 0
root@proxmox:~#


Code:
root@proxmox:~# qm config 100
agent: 1
boot: order=scsi0;ide2
cores: 18
ide1: local:iso/virtio-win.iso,media=cdrom,size=402812K
ide2: local:iso/win10.iso,media=cdrom
memory: 65536
name: t
net0: e1000=5A:8A:F1:DB:F8:96,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local:100/vm-100-disk-0.raw,cache=writeback,size=750G
scsihw: virtio-scsi-pci
smbios1: uuid=fa7438ca-3f42-4705-8f73-a40263ba4463
sockets: 2
vmgenid: e29df451-e24e-4506-adaf-71ed59093696
root@proxmox:~#
 
Last edited: