Hello everyone,
I installed proxmox VE few days ago. It was working fine but today I installed a second ram on the second slot and I don't have anymore network on it ...
The LEDs on the ethernet port are blinking on the boot but after the ramdisk loading the leds switched off forever.
You can find attached several result of commands I get.
My /etc/network/interfaces:
systemctl status networking.service:
I put the full log attached.
Thanks in advance for your help.
I installed proxmox VE few days ago. It was working fine but today I installed a second ram on the second slot and I don't have anymore network on it ...
The LEDs on the ethernet port are blinking on the boot but after the ramdisk loading the leds switched off forever.
You can find attached several result of commands I get.
My /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.100
gateway 192.168.1.254
netmask 255.255.255.0
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#source /etc/network/interfaces.d/*
systemctl status networking.service:
Code:
● networking.service - Network initialization
Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
Active: active (exited) since Thu 2024-04-11 22:24:42 CEST; 17min ago
Docs: man:interfaces(5)
man:ifup(8)
man:ifdown(8)
Process: 1663 ExecStart=/usr/share/ifupdown2/sbin/start-networking start (code=exited, status=0/SUCCESS)
Main PID: 1663 (code=exited, status=0/SUCCESS)
CPU: 2.279s
Apr 11 22:24:39 proxmox systemd[1]: Starting networking.service - Network initialization...
Apr 11 22:24:39 proxmox networking[1663]: networking: Configuring network interfaces
Apr 11 22:24:41 proxmox networking[1681]: error: vmbr0: bridge port enp3s0 does not exist
Apr 11 22:24:41 proxmox /usr/sbin/ifup[1681]: error: vmbr0: bridge port enp3s0 does not exist
Apr 11 22:24:41 proxmox networking[1681]: warning: vmbr0: apply bridge ports settings: bridge configuration failed (missing ports)
Apr 11 22:24:41 proxmox /usr/sbin/ifup[1681]: warning: vmbr0: apply bridge ports settings: bridge configuration failed (missing ports)
Apr 11 22:24:41 proxmox networking[1681]: error: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_86_Apr-11-2024_22:24:40.658547 <<<
Apr 11 22:24:41 proxmox /usr/sbin/ifup[1681]: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_86_Apr-11-2024_22:24:40.658547 <<<
Apr 11 22:24:42 proxmox systemd[1]: Finished networking.service - Network initialization.
I put the full log attached.
Thanks in advance for your help.