similar to: Question about libvirt filter features

Displaying 20 results from an estimated 100000 matches similar to: "Question about libvirt filter features"

2020 Apr 22
0
Recommendations on intrusion prevention/detection?
<div dir='auto'>Iptables or ipfw you always can create tables / chains and feed those with desirable IP's to ban.<div dir="auto"><br></div><div dir="auto">Something like fail2ban does. Make a big list, remove one or other IP.</div><div dir="auto"><br></div><div dir="auto">On my setup, I
2020 Apr 22
2
Recommendations on intrusion prevention/detection?
<div dir='auto'>Usually I use pfsense as main firewall with snort blocking all kind of scans and others.<div dir="auto"><br></div><div dir="auto">Fail2ban triggering after 3 unsuccessful tries and for last iptables if Linux or ipfw If Freebsd</div><div dir="auto"><br></div><div
2017 Jan 30
0
Linking Linux kernel with LLD
<div>> I have a question also. You added <span style="font-family:"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol",Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(255,255,255);">-m elf_i386 </span>to workaround emulation conflict issue in LLD, do you know<div>> does output
2020 Mar 20
3
libvirt dynamic file ownership
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" >&nbsp;</div> <div dir="ltr" ><div dir="ltr" >Hi,</div> <div dir="ltr" >&nbsp;</div> <div dir="ltr" >I am trying to understand libvirt
2017 Aug 25
0
Re: vm in qcow2 runs on host A but not on host B
<div dir='auto'>Hi everyone,<div dir="auto"><br></div><div dir="auto">Windows are very sensitive with hardware, mainly with CPU.</div><div dir="auto"><br></div><div dir="auto">If you change, you break.</div><div dir="auto">It is not the virtualization system
2017 Jul 25
1
automatically reverting to a snapshot
<div dir='auto'>How can I automatically revert to a snapshot after the guest is stopped?<div dir="auto"><br></div><div dir="auto">/etc/libvirt/hooks/qemu </div><div dir="auto">#!/bin/sh </div><div dir="auto">name="<span class="money">$1</span>" </div><div
2017 Jul 12
0
UEFI NVRAM variables
<div dir='auto'>Hi,<div dir="auto"><br></div><div dir="auto">how do I set the BootOrder variable in an NVRAM file for UEFI boot?</div><div dir="auto">Is there a way to configure a domain with the bios qemu option instead of pflash?</div><div dir="auto"><br></div><div
2017 Aug 25
0
Re: vm in qcow2 runs on host A but not on host B
<div dir='auto'>Well, linux is easier then windows.<div dir="auto"><br></div><div dir="auto">The host A is 64 or 32 bits ?</div><div dir="auto">The host B is 64 or 32 bits ?</div><div dir="auto">The VM is 64 or 32 ?</div><div dir="auto"><br></div><div
2010 Jun 30
0
FYI: a short guide to libvirt & network filtering iptables/ebtables use
I just wrote this to assist some Red Hat folks understanding what libvirt does with iptables, and thought it is useful info for the whole libvirt community. When I have time I'll adjust this content so that it can fit into the website in relevant pages/places. Firewall / network filtering in libvirt ======================================= There are three pieces of libvirt
2011 Jul 19
0
Is libvirt supported on Citrix Xenserver?
Hi, &nbsp;I was finally able to connect to the xenapi hypervisor using virsh of libvirt 0.9.2.&nbsp;&nbsp;However, once I connect to virsh and give a 'quit' command I get&nbsp; "* glibc detected *** virsh: double free or corruption (fasttop):". Please find below the actual memory dump. &nbsp; Note: I have disabled the SSL certificate verification in
2020 Oct 27
1
Looking for a guide to collect all e-mail from the ISP mail server
2009 Jul 20
0
No subject
at least once a week I receive such an attack coming from a different ip. I will read the articles. Thanks again to everyone. Regards, Rodrigo Lang. 2010/6/29 Kenny Watson <kwatson at geniusgroupltd.com> > Hi, you can use fail2ban >
2016 Mar 03
2
issue with tinc and libvirt / Network is already in use by interface tun0
2009 Jul 20
0
No subject
running in root. Mine is running as asterisk. I found one post that says to run at boot: #!/bin/bash=20 /sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 4569 -j DSCP = --set-dscp-class ef /sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 10000:20000 -j = DSCP --set-dscp-class ef /sbin/iptables -A OUTPUT -t mangle -p udp -m udp --sport 5060 -j DSCP = --set-dscp-class ef Does this
2002 Dec 18
8
iptables: Invalid argument
2010 Aug 20
0
Libvirt and iptables rule order
Hi, On RHEL 5.5, I set up iptables rules for forwarding ports to some of my virtual machines. For example. iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 3380 -j DNAT --to-destination 192.168.123.2:3389 iptables -I FORWARD -d 192.168.123.2 -i eth0 -p tcp -m tcp --dport 3389 -m state --state NEW -j ACCEPT These worked fine, and I saved them with 'service iptables save'.
2019 Dec 27
0
Dovecot proxy: authentication best practices
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> <br> </div> <blockquote type="cite"> <div> On 27/12/2019 16:02 William Edwards <wedwards@cyberfusion.nl> wrote: </div> <div> <br> </div> <div> <br>
2019 Dec 27
0
Issue running Dovecot in Docker Container
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Can you check with `doveconf -nc /path/to/director.conf` that the values are actually set correctly? </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On
2018 Oct 18
2
Re: KVM + libvirt + nftables without iptables?
On 10/18/2018 10:14 AM, Daniel P. Berrangé wrote: > On Wed, Oct 17, 2018 at 05:57:11PM +0200, Roman Vesely wrote: >> Hi everyone, >> >> I use Debian 9.5 Stretch and NFTABLES as a firewall. >> Using NFTABLES together with IPTABLES is not recommended, >> but libvirt depends on IPTABLES. >> >> Is it safe to run libvirt + kvm + virsh without IPTABLES?
2019 Dec 26
0
Issue running Dovecot in Docker Container
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Do you have !include or !try_include in director.conf? The conf.d files are not included otherwise. </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On