Article 6DD2N wired connection not working after libvirt virsh qemu sboinstall rc.init1

wired connection not working after libvirt virsh qemu sboinstall rc.init1

by
M440
from LinuxQuestions.org on (#6DD2N)
hello,

after installing (sboinstall) libvirt, qemu, virt-manager the wired connection eth1 stopped working.

Code:root@mm:/home/mm# ifconfig -a
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 9c:6b:00:10:61:ef txqueuelen 1000 (Ethernet)
RX packets 13 bytes 780 (780.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 32 bytes 1920 (1.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 32 bytes 1920 (1.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:e8:5a:e1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether b2:db:33:24:fd:a1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0after trying to reset it even goes down

Code:root@mm:/home/mm# sh /etc/rc.d/rc.inet1 eth1_restart
root@mm:/home/mm# ifconfig -a
eth1: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 9c:6b:00:10:61:ef txqueuelen 1000 (Ethernet)
RX packets 80 bytes 4904 (4.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0it is necessary to enter dhclient eth to assign ip address and it works fine (in virtual machines too).

the KDE displays "limited connectivity"

Code:root@mm:/home/mm# dhclient eth1
root@mm:/home/mm# ifconfig
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.100.166 netmask 255.255.255.0 broadcast 192.168.100.255
ether 9c:6b:00:10:61:ef txqueuelen 1000 (Ethernet)
RX packets 4536 bytes 2371584 (2.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3740 bytes 1077527 (1.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0could you please tell me why is it and what files look into to fix it and have working automatic network connection?

Code:OS: Slackware 15.0 x86_64 (post 15.0 -current) x86_64
Host: ASRock B650M-HDV/M.2
Kernel: 6.1.42
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments