Quote From : jevingala April 1, 2024, 11:09 am Hi,
Can you share output of ifconfig and virsh net-list --all ?
Sure, here it is;
Ifconfig;
Code root@host ~ # ifconfig
enp41s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether a8:a1:xxx:xxx:9a:fb txqueuelen 1000 (Ethernet)
RX packets 325941 bytes 46916258 (46.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 48246 bytes 14116067 (14.1 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xfc200000-fc27ffff
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 7045 bytes 9599521 (9.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7045 bytes 9599521 (9.5 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
viifbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 144.xxx.xxx.13 netmask 255.255.255.255 broadcast 0.0.0.0
inet6 2a01:xxx:xxx:6305::2 prefixlen 64 scopeid 0x0<global>
inet6 fe80::xxx:xxx:fea2:9afb prefixlen 64 scopeid 0x20<link>
ether a8:a1:xxx:xxx:9a:fb txqueuelen 1000 (Ethernet)
RX packets 49581 bytes 26790770 (26.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 43741 bytes 13831549 (13.8 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virsh net-list --all
Code root@host ~ # virsh net-list --all
Name State Autostart Persistent
----------------------------------------------
default inactive no yes
natbr1 inactive yes yes
Full syslog when trying to start natbr1;
Code Apr 1 16:18:59 host NetworkManager[1202]: <info> [1711981139.2139] manager: (natbr1): new Bridge device (/org/freedesktop/NetworkManager/Devices/9)
Apr 1 16:18:59 host systemd-udevd[44919]: Using default interface naming scheme 'v249'.
Apr 1 16:18:59 host networkd-dispatcher[1214]: WARNING:Unknown index 9 seen, reloading interface list
Apr 1 16:18:59 host avahi-daemon[1199]: Joining mDNS multicast group on interface natbr1.IPv4 with address 192.168.2.1.
Apr 1 16:18:59 host systemd-networkd[1107]: natbr1: Link UP
Apr 1 16:18:59 host avahi-daemon[1199]: New relevant interface natbr1.IPv4 for mDNS.
Apr 1 16:18:59 host avahi-daemon[1199]: Registering new address record for 192.168.2.1 on natbr1.IPv4.
Apr 1 16:18:59 host named[1390]: listening on IPv4 interface natbr1, 192.168.2.1#53
Apr 1 16:18:59 host dnsmasq[44945]: failed to create listening socket for 192.168.2.1: Address already in use
Apr 1 16:18:59 host dnsmasq[44945]: FAILED to start up
Apr 1 16:18:59 host libvirtd[1771]: internal error: Child process (VIR_BRIDGE_NAME=natbr1 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/natbr1.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper) unexpected exit status 2: #012dnsmasq: failed to create listening socket for 192.168.2.1: Address already in use
Apr 1 16:18:59 host systemd-networkd[1107]: natbr1: Link DOWN
Apr 1 16:18:59 host avahi-daemon[1199]: Interface natbr1.IPv4 no longer relevant for mDNS.
Apr 1 16:18:59 host avahi-daemon[1199]: Leaving mDNS multicast group on interface natbr1.IPv4 with address 192.168.2.1.
Apr 1 16:18:59 host avahi-daemon[1199]: Withdrawing address record for 192.168.2.1 on natbr1.
Apr 1 16:18:59 host named[1390]: no longer listening on 192.168.2.1#53
|