Totaly new to Proxmox, got it installed, got VM created and started but installation stops when trying accessing the network.
I followed https://pve.proxmox.com/wiki/Network_Configuration#_choosing_a_network_configuration
tried "Default Configuration using a Bridge"
what I translated to my enviorement
Hardware ist HP DL380 G6, 8GB RAM, 146GB HD Raid 1 with spare, 1 CPU
Need help
Regards
Rainer
I followed https://pve.proxmox.com/wiki/Network_Configuration#_choosing_a_network_configuration
tried "Default Configuration using a Bridge"
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.2/24
gateway 192.168.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
what I translated to my enviorement
Code:
auto lo
iface lo inet loopback
auto enp2s0f0
iface enp2s0f0 inet static
address 172.16.1.77/24
gateway 172.16.1.254
network 172.16.1.0
dns-domain muekno.de
dns-search muekno.de
dns-search gerdakloos.de
dns-nameserver 172.16.1.240
iface enp2s0f0 inet6 auto
iface enp2s0f1 inet manual // port not used
iface enp3s0f0 inet manual // port not used
iface enp3s0f1 inet manual // port not used
auto vmbr0
iface vmbr0 inet static
address 172.16.1.78/24
gateway 172.16.1.254
bridge_ports enp20f0
bridge_stp off
bridge_fd 0
Hardware ist HP DL380 G6, 8GB RAM, 146GB HD Raid 1 with spare, 1 CPU
Need help
Regards
Rainer