After install the pcie device all ethernet interfaces are down and i don't have access to the site any more.
I have remove the pcie device but the same.
I have check the command: ip a
output:
1: 10: ‹LOOPBACK,UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_Ift forever
inet6 ::1/128 scope host noprefiroute
valid_Ift forever preferred_Ift forever 2:
eno1: ‹NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc ma master vmbro state DOHN group default qlen 1000
link/ether 10:60:4b:a9:90:d4 brd ff:ff:ff:ff:ff:ff
altname enp2sofe
altname enx10604ba990d4
3: eno2: ‹BROADCAST, MULTICAST> mtu 1500 qdisc noop state
DOWN group default qlen 100g
link/ether 10:60:4b:a9:90:d5 brd ff:ff:ff:ff:ff:ff
altname enp2s0f1
altname enx10604ba990d5
eno3: ‹BROADCAST,MULTICAST> mtu 1500 qdisc noop state
DOHN group default qlen 1000
link/ether 10:60:4b:a9:90:d6 brd. ff:ff:ff:ff:ff:ff
altname enp2s0f2
altname enx10604ba990d6
eno4: «BROADCAST, MULTICAST> mtu 1500 disc noop state DOWN group default alen 1000
link/ether 10:60:4b:a9:90:d7 brd ff:ff:ff:ff:ff.:ff
altname enp2s0f3
altname enx10604ba990d7
5: vmbre: «NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc noqueue state DOWN group default glen 1000
link/ether 10:60:4b:a9:90:d4 brd ff:ff:ff:ff:ff:ff
inet 192.168.88.250/24 scope global vmbre
valid_ lft forever preferred_1ft forever
nano /etc/network/interfaces
auto lo
fiface lo inet loopback
auto eno1
iface eno1 inet manual
iface eno2 inet manual
liface eno2 inet manual
iiface eno4 inet manual
auto vmbr0
face vmbr0 inet static
address 192.168.88.250/24
gateway 192.168.88.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
to see if interfaces change name but everything is correct with the file /etc/network/interfaces.
Then i search with:
dmesg | grep vmbr0
vmbr0: port 1(eno1) entered blocking state
vmbr0: port 1(eno1) entered disable state
vmbr0: the hash_elasticity option has been deprecated and is always 16
dmesg | grep eno1
6.760853]
igb 0000:02:00.0 eno1: renamed from etho
14.305908]
14.305934]
vmbro: port 1(eno1) entered blocking state
vmbro: port 1(eno1) entered disabled state
14.306005]
igb 0000:02:00.0 eno1: entered allmulticast mode
14.306148]
igb 0000:02:00.0 eno1: entered promiscuous mode
My network connection is on eno1
I am willing to pay if someone can help me fast.
Thank you
I have remove the pcie device but the same.
I have check the command: ip a
output:
1: 10: ‹LOOPBACK,UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_Ift forever
inet6 ::1/128 scope host noprefiroute
valid_Ift forever preferred_Ift forever 2:
eno1: ‹NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc ma master vmbro state DOHN group default qlen 1000
link/ether 10:60:4b:a9:90:d4 brd ff:ff:ff:ff:ff:ff
altname enp2sofe
altname enx10604ba990d4
3: eno2: ‹BROADCAST, MULTICAST> mtu 1500 qdisc noop state
DOWN group default qlen 100g
link/ether 10:60:4b:a9:90:d5 brd ff:ff:ff:ff:ff:ff
altname enp2s0f1
altname enx10604ba990d5
eno3: ‹BROADCAST,MULTICAST> mtu 1500 qdisc noop state
DOHN group default qlen 1000
link/ether 10:60:4b:a9:90:d6 brd. ff:ff:ff:ff:ff:ff
altname enp2s0f2
altname enx10604ba990d6
eno4: «BROADCAST, MULTICAST> mtu 1500 disc noop state DOWN group default alen 1000
link/ether 10:60:4b:a9:90:d7 brd ff:ff:ff:ff:ff.:ff
altname enp2s0f3
altname enx10604ba990d7
5: vmbre: «NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc noqueue state DOWN group default glen 1000
link/ether 10:60:4b:a9:90:d4 brd ff:ff:ff:ff:ff:ff
inet 192.168.88.250/24 scope global vmbre
valid_ lft forever preferred_1ft forever
nano /etc/network/interfaces
auto lo
fiface lo inet loopback
auto eno1
iface eno1 inet manual
iface eno2 inet manual
liface eno2 inet manual
iiface eno4 inet manual
auto vmbr0
face vmbr0 inet static
address 192.168.88.250/24
gateway 192.168.88.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
to see if interfaces change name but everything is correct with the file /etc/network/interfaces.
Then i search with:
dmesg | grep vmbr0
vmbr0: port 1(eno1) entered blocking state
vmbr0: port 1(eno1) entered disable state
vmbr0: the hash_elasticity option has been deprecated and is always 16
dmesg | grep eno1
6.760853]
igb 0000:02:00.0 eno1: renamed from etho
14.305908]
14.305934]
vmbro: port 1(eno1) entered blocking state
vmbro: port 1(eno1) entered disabled state
14.306005]
igb 0000:02:00.0 eno1: entered allmulticast mode
14.306148]
igb 0000:02:00.0 eno1: entered promiscuous mode
My network connection is on eno1
I am willing to pay if someone can help me fast.
Thank you