I'm trying to start using Proxmox2 in development,
When I create a VM via Proxmox interface it's OK and network is fine, but when I use the command below it's network is not working and VM can't even ping gateway:
Any suggestion on how to find what's the issue?
When I create a VM via Proxmox interface it's OK and network is fine, but when I use the command below it's network is not working and VM can't even ping gateway:
Code:
/usr/sbin/qm create 101 --cdrom local:iso/windows.iso --name srv6426 --net0 rtl8139 --bootdisk ide0 --ostype other --ide0 local:25,format=raw --memory 1024 --onboot no --cores 1
Any suggestion on how to find what's the issue?