Problem with network configuration

muekno

Member
Dec 15, 2023
164
11
18
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"
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
 
From the example, replace eno1 with enp2s0f0 and change the IP Values. Throw away all the rest.

Configure your DNS Server under /etc/resolv.conf and leave only "nameserver IP" in it. No DNS search Domains.
 
  • Like
Reactions: muekno

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!