Hello all.
I have a problem with network.
Server: Dell R540 Xeon Silver 4210R 2.4G*1 etc...
After a hard reset the Proxmox web console disappeared. I tried to connect to server by ssh, but failed. So i connected by iDRAC and saw that no ping came. The eno1 inteface must get ip-address from dhcp but don't get it.
At the same time both virtual machines are alive and run correctly.
In the log i found following messages:
But as i understand it's normal.
/etc/network/interfaces:
ip a:
other interfaces have no ip addresses.
Self-ping runs correctly:
Ping someone else doesn'n work:
What should i do to return network interfaces to life?
I have a problem with network.
Server: Dell R540 Xeon Silver 4210R 2.4G*1 etc...
Code:
#grep Linux /var/log/messages
Aug 24 10:39:22 dvn-proxmox01 kernel: [ 0.000000] Linux version 5.4.106-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6) ...
At the same time both virtual machines are alive and run correctly.
In the log i found following messages:
Code:
kernel: [] tg3 0000:04:00.0 eno1: renamed from eth0
kernel: [] tg3 0000:04:00.0 eno1: Link is up at 1000 Mbps, full duplex
kernel: [] tg3 0000:04:00.0 eno1: EEE is disabled
kernel: [] vmbr0: port 1 (eno1) entered blocking state
kernel: [] vmbr0: port 1 (eno1) entered disabled state
kernel: [] device eno1 entered promicuous mode
kernel: [] vmbr0: port 1 (eno1) entered blocking state
kernel: [] vmbr0: port 1 (eno1) entered forwarding state
...
kernel: [] device tap100i0 entered promicuous mode
kernel: [] fwbr100i0: port 1 (fwln100i0) entered blocking state
kernel: [] fwbr100i0: port 1 (fwln100i0) entered disabled state
kernel: [] device fwln100i0 entered promicuous mode
kernel: [] fwbr100i0: port 1 (fwln100i0) entered blocking state
kernel: [] fwbr100i0: port 1 (fwln100i0) entered forwarding state
... and so on with fwbrXX and tapXX devices.
/etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iface idrac inet manual
auto eno1
iface eno1 inet dhcp
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface ens1f0np0 inet manual
iface eno2 inet manual
iface ens1f1np1 inet manual
ip a:
Code:
#ip a
...
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 10.18.22.63/24 brd 10.18.22.255 scope global dynamic eno1
valid_lft 687259sec preferred_lft 687259sec
...
7: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 10.18.22.71/24 brd 10.18.22.255 scope global dynamic vmbr0
valid_lft 687259sec preferred_lft 687259sec
Self-ping runs correctly:
Code:
#ping 10.18.22.63
PING 10.18.22.63 (10.18.22.63) 56 (84) bytes of data.
64 bytes from 10.18.22.63: icmp_seq=1 ttl=64 time=0.069 ms
64 bytes from 10.18.22.63: icmp_seq=2 ttl=64 time=0.046 ms
64 bytes from 10.18.22.63: icmp_seq=3 ttl=64 time=0.041 ms
^C
Code:
#ping 10.18.22.1
PING 10.18.22.1 (10.18.22.1) 56 (84) bytes of data.
From 10.18.22.63 icmp_seq=1 Destination host unreachable
From 10.18.22.63 icmp_seq=2 Destination host unreachable
From 10.18.22.63 icmp_seq=3 Destination host unreachable
^C
What should i do to return network interfaces to life?
Last edited: