search for: utils_server

Displaying 5 results from an estimated 5 matches for "utils_server".

2018 May 05
1
Re: changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
...</controller> > > Jano > > >Thanks, > > > >Dagg. > > > >_______________________________________________ > >libvirt-users mailing list > >libvirt-users@redhat.com > >https://www.redhat.com/mailman/listinfo/libvirt-users > router@utils_server:~$ virsh -c qemu:///system dumpxml router | grep -A4 scsi router@utils_server:~$ virsh -c qemu:///system dumpxml router | grep -A4 -i scsi router@utils_server:~$ virsh -c qemu:///system dumpxml router | grep -A4 -i virtio <target dev='vda' bus='virtio'/> <alias...
2018 May 02
2
changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings, when execute lspci inside my vm linux guest, I see this: :/# lspci | grep -i scsi 03:00.0 SCSI storage controller: Red Hat, Inc Virtio block device (rev 01) I don't see any such address in my xml file, is it possible to move that controller to another pci addr? Thanks, Dagg.
2020 Sep 08
2
Re: network config not working on newer libvirt
On 9/6/20 12:02 PM, daggs wrote: > Greetings LAine, > >> When you say "the vm", you mean the one running libreelec, that is >> trying to get and IP address, correct? > > yes, you are correct. > >> I guess Broadcom.home is the IP of the VM that's running the dhcp >> server? (I should have suggested using "tcpdump -n -e -v" :-/)
2020 Sep 09
0
Re: network config not working on newer libvirt
...going out the tap > interface, or 2) there is something in the guest itself blocking the > traffic or preventing the packet from passing. > > For (1) you'd need to run "ebtables -L; iptables -S; nft list ruleset" > and look for something suspicious. here is what I get: utils_server /home/igor # ebtables -L; iptables -S; nft list ruleset The kernel doesn't support the ebtables 'filter' table. -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N LIBVIRT_FWI -N LIBVIRT_FWO -N LIBVIRT_FWX -N LIBVIRT_INP -N LIBVIRT_OUT -A INPUT -j LIBVIRT_INP -A FORWARD -j LIBVIRT_FWX...
2020 Sep 09
1
Re: network config not working on newer libvirt
...ace, or 2) there is something in the guest itself blocking the > > traffic or preventing the packet from passing. > > > > For (1) you'd need to run "ebtables -L; iptables -S; nft list ruleset" > > and look for something suspicious. > here is what I get: > utils_server /home/igor # ebtables -L; iptables -S; nft list ruleset > The kernel doesn't support the ebtables 'filter' table. > -P INPUT ACCEPT > -P FORWARD ACCEPT > -P OUTPUT ACCEPT > -N LIBVIRT_FWI > -N LIBVIRT_FWO > -N LIBVIRT_FWX > -N LIBVIRT_INP > -N LIBVIRT_OUT >...