I am at a loss as to the issue. I am on artix (RUNIT) .Booting to KVM guest breaks internet (WIFI). Shutting down restores internet connection. the error I get from ping 8.8.8.8:
From <IP> Destination host unreachable
I am able to ping the host and visa versa. I just have trouble interpreting logs and solving the issue (seems to me dhcp is causing issue, haven't tried switching to dhclient yet, because it used to work before latest system update). Kindly, anyone willing to take me through the steps please?
I use:
- virt-manager
- NetworManager
- wpa_supplicant installed, but service not enabled. (to prevent compatibility issues)
Logs from host:
$ ip route show
0.0.0.0 dev vnet1 scope link
default dev vnet1 scope link
default via 192.168.25.186 dev wlan0 proto dhcp src 192.168.25.206 metric 3002
169.254.0.0/16 dev vnet1 proto kernel scope link src 169.254.75.168
192.168.25.0/24 dev wlan0 proto dhcp scope link src 192.168.25.206 metric 3002
192.168.25.186 dev wlan0 scope link
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 5e:6f:35:78:58:fb brd ff:ff:ff:ff:ff:ff permaddr d8:9c:67:6f:25:17
3: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 52:54:00:01:fa:ce brd ff:ff:ff:ff:ff:ff
5: vnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master virbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fe:54:00:9d:79:87 brd ff:ff:ff:ff:ff:ff
amy-R:[amy]:~/Downloads$
$ dmesg
[ 1557.508590] virbr0: port 1(vnet1) entered blocking state
[ 1557.508601] virbr0: port 1(vnet1) entered disabled state
[ 1557.508734] device vnet1 entered promiscuous mode
[ 1557.509042] virbr0: port 1(vnet1) entered blocking state
[ 1557.509049] virbr0: port 1(vnet1) entered listening state
[ 1559.679608] virbr0: port 1(vnet1) entered learning state
[ 1561.812943] virbr0: port 1(vnet1) entered forwarding state
[ 1561.812952] virbr0: topology change detected, propagating
[ 1661.011835] wlan0: deauthenticating from 56:6f:90:26:a8:95 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1696.338500] wlan0: authenticate with 56:6f:90:26:a8:95
[ 1696.341438] pcieport 0000:00:01.2: AER: Multiple Corrected error received: 0000:01:00.0
[ 1696.341461] rtw_8822be 0000:01:00.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
[ 1696.341466] rtw_8822be 0000:01:00.0: device [10ec:b822] error status/mask=00000080/00006000
[ 1696.341472] rtw_8822be 0000:01:00.0: [ 7] BadDLLP
[ 1696.872980] wlan0: send auth to 56:6f:90:26:a8:95 (try 1/3)
[ 1696.911395] wlan0: authenticate with 56:6f:90:26:a8:95
[ 1696.911447] wlan0: send auth to 56:6f:90:26:a8:95 (try 1/3)
[ 1696.939568] wlan0: authenticated
[ 1696.942946] wlan0: associate with 56:6f:90:26:a8:95 (try 1/3)
[ 1696.948911] wlan0: RX AssocResp from 56:6f:90:26:a8:95 (capab=0x431 status=0 aid=1)
[ 1696.949237] wlan0: associated
[ 1697.029727] wlan0: Limiting TX power to 0 (-128 - 0) dBm as advertised by 56:6f:90:26:a8:95
[ 1697.083073] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2073.009633] wlan0: deauthenticating from 56:6f:90:26:a8:95 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 2146.311626] wlan0: authenticate with 56:6f:90:26:a8:95
[ 2146.852917] wlan0: send auth to 56:6f:90:26:a8:95 (try 1/3)
[ 2147.011585] wlan0: authenticate with 56:6f:90:26:a8:95
[ 2147.011639] wlan0: send auth to 56:6f:90:26:a8:95 (try 1/3)
[ 2147.030392] wlan0: authenticated
[ 2147.032901] wlan0: associate with 56:6f:90:26:a8:95 (try 1/3)
[ 2147.039141] wlan0: RX AssocResp from 56:6f:90:26:a8:95 (capab=0x431 status=0 aid=1)
[ 2147.039464] wlan0: associated
[ 2147.071013] wlan0: Limiting TX power to 0 (-128 - 0) dBm as advertised by 56:6f:90:26:a8:95
[ 2147.146828] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Logs from VM Guest
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether 52:54:00:9d:79:87 brd ff:ff:ff:ff:ff:ff
└─$ ip route show
default via 192.168.122.1 dev eth0 proto dhcp src 192.168.122.180 metric 100
192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.180 metric 100
[ 14.635803] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 14.645979] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 14.647776] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 14.651954] systemd[1]: Started systemd-journald.service - Journal Service.
[ 14.663801] systemd-journald[485]: Received client request to flush runtime journal.
[ 14.842842] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 15.126666] Adding 1003516k swap on /dev/mapper/amyhost--vg-swap_1. Priority:-2 extents:1 across:1003516k FS
[ 15.150142] iTCO_vendor_support: vendor-support=0
[ 15.170704] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 15.210951] iTCO_wdt iTCO_wdt.1.auto: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660)
[ 15.211259] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 15.226619] SVM: TSC scaling supported
[ 15.226628] kvm: Nested Virtualization enabled
[ 15.226629] SVM: kvm: Nested Paging enabled
[ 15.226640] SVM: Virtual VMLOAD VMSAVE supported
[ 15.226641] SVM: Virtual GIF supported
[ 15.226642] SVM: LBR virtualization supported
[ 15.258979] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x3/0x0/0x0/0x0/0x0) type:line
[ 15.258986] snd_hda_codec_generic hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 15.258988] snd_hda_codec_generic hdaudioC0D0: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 15.258990] snd_hda_codec_generic hdaudioC0D0: mono: mono_out=0x0
[ 15.258991] snd_hda_codec_generic hdaudioC0D0: inputs:
[ 15.258993] snd_hda_codec_generic hdaudioC0D0: Line=0x5
[ 15.608305] EXT4-fs (vda1): mounting ext2 file system using the ext4 subsystem
[ 15.612566] EXT4-fs (vda1): mounted filesystem without journal. Quota mode: none.
[ 15.747077] RPC: Registered named UNIX socket transport module.
[ 15.747082] RPC: Registered udp transport module.
[ 15.747083] RPC: Registered tcp transport module.
[ 15.747084] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 15.975549] NET: Registered PF_QIPCRTR protocol family
[ 45.978003] systemd-journald[485]: Time jumped backwards, rotating.
[ 695.033552] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 695.034016] usbcore: registered new interface driver usb-storage
[ 695.041748] usbcore: registered new interface driver uas
[ 699.893766] scsi 6:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 4
[ 699.894206] scsi 6:0:0:0: Attached scsi generic sg1 type 0
[ 699.961903] sd 6:0:0:0: [sda] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
[ 699.964059] sd 6:0:0:0: [sda] Write Protect is off
[ 699.964066] sd 6:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 699.965971] sd 6:0:0:0: [sda] No Caching mode page found
[ 699.965978] sd 6:0:0:0: [sda] Assuming drive cache: write through
[ 699.979427] sda: sda1
[ 699.979673] sd 6:0:0:0: [sda] Attached SCSI removable disk