hi, i have hetzner server, and i installed proxmox using qemu, but i have problem with network config after reboot server
the problem is that i cannot configure proxmox to use real network card and real IP adress
my config:
remark! if here i put real ip adress
(IP: 176.9.116.xxx/27
NM: 255.255.255.224
GW: 176.9.116.129)
it's not will work after reboot!
my etc/network/interfaces config:
as i understand i need to make changes in interfaces and change iface ens3 for another value? but i don't know what i need to make!
if i install clean debian or windows, all settings will be received over DHCP!
in debian i have only:
auto lo
iface lo inet loopback
i tried to config my proxmox with these settings, but it not helping!
for install i boot in rescue mode and run this command:
apt update && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-ve_6.2-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-ve_6.2-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
thanks for help, best regards
the problem is that i cannot configure proxmox to use real network card and real IP adress
my config:
remark! if here i put real ip adress
(IP: 176.9.116.xxx/27
NM: 255.255.255.224
GW: 176.9.116.129)
it's not will work after reboot!
my etc/network/interfaces config:
as i understand i need to make changes in interfaces and change iface ens3 for another value? but i don't know what i need to make!
if i install clean debian or windows, all settings will be received over DHCP!
in debian i have only:
auto lo
iface lo inet loopback
i tried to config my proxmox with these settings, but it not helping!
for install i boot in rescue mode and run this command:
apt update && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-ve_6.2-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-ve_6.2-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
thanks for help, best regards