Hi everyone,
I've just install a Windows 8.1 guest on my PVE. (trough this guide: https://pve.proxmox.com/wiki/Windows_8_guest_best_practices )
I'm running this in a closed lan -->
So neither 60.1 & 60.2 can't ping the guest 60.3
But the guest can ping Proxmox 60.2
any ideas ?
The proxmox computer have a WiFi NIC, how can I disable it ?
just by removing the line
Thanks
I've just install a Windows 8.1 guest on my PVE. (trough this guide: https://pve.proxmox.com/wiki/Windows_8_guest_best_practices )
I'm running this in a closed lan -->
So neither 60.1 & 60.2 can't ping the guest 60.3
But the guest can ping Proxmox 60.2
Code:
root@pm:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.60.2/29
gateway 127.0.0.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
iface wlp7s0 inet manual
any ideas ?
The proxmox computer have a WiFi NIC, how can I disable it ?
just by removing the line
iface wlp7s0 inet manual
?Thanks