Displaying 20 results from an estimated 6000 matches similar to: "Writing iptables for inbound connections with libvirt"
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
Buf ... Solved. Problem was that /etc/pam.d/racoon doesn't exists (I found this
tip on NetBSD ipsec pages). Simply I have copied /etc/pam.d/passwd to
/etc/pam.d/racoon and now all works as expected.
Many thanks for your help Ross.
Ross S. W. Walker wrote:
>
> I think it might just use another one like /etc/pam.d/remote
> cause I audited the package and it wasn't there.
2012 Sep 26
1
Inconsistent iptables forwarding rules for virtual networks?
Hi everyone.
Those are the iptables forwarding rules associated with the two virtual networks
on my machine:
-----------------------------------------------------------------------------------------
-A FORWARD -d 192.168.100.0/24 -o virbr1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.100.0/24 -i virbr1 -j ACCEPT
-A FORWARD -i virbr1 -o virbr1 -j ACCEPT
-A FORWARD -o
2011 Apr 23
2
Extract ip address from a kvm guest
Hi all,
Somebody knows how can I extract/know an ip address used by a kvm
guest using a script?? For example I have the following guests:
[root at kvmsrv01 bin]# virsh list --all
Id Name State
----------------------------------
1 linclunode01 running
2 linmgmt running
5 win7desktop running
I know that linclunode01 has 172.25.50.1 as
2017 Jun 20
0
Re: guest A from virbr0 can talk to guest B in virbr1 but not vice versa
On Tue, Jun 20, 2017 at 02:26:59AM -0400, Travis S. Johnson wrote:
>Hello,
>
>I came across an interesting problem in my home lab a few weeks ago as I'm
>prepping for my RHCE exam using Michael Jang study guide. I've been at this
>for days now, and I still can't wrap my head around how two or more virtual
>networks in default NAT configuration are even allowed to
2012 Nov 19
3
unable to ping from guests in virbr0 to guests in virbr1 network
Hi all,
I have 3 guests (2-RHEL4 and 1 RHEL6) and have some issues regarding
networking between them. The 2 RHEL4 system's use default bridge virbr0 and
get ip's of range 192.168.122.0/24 (192.168.122.207, 192.168.122.167)
I created another bridge (virbr1) with NAT forwarding (no dhcp). The
network i choose was 192.168.100.0/24. And the third system (RHEL6) was
assigned static ip-addres
2006 Aug 21
0
[Fwd: Re: Connecting CentOS to IPSEC VPN (Checkpoint FW1)]
Sorry Dag,
it is possible to use linux as a roadwarrior client:
http://www.fw-1.de/aerasec/ng/vpn-racoon/CP-VPN1-NG-Linux-racoon-roadwarrior.html
-------- Original Message --------
Subject: Re: [CentOS] Connecting CentOS to IPSEC VPN (Checkpoint FW1)
Date: Mon, 21 Aug 2006 15:20:55 +0200
From: carlopmart <carlopmart at gmail.com>
To: CentOS mailing list <centos at centos.org>
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
Hi all,
I am trying to establish a vpn tunnel between one CentOS5 IPSec server and a
roadwarrior client, CentOS5 too. Roadwarrior use ipsec-tools version 0.6.5-8
(that comes with CentOS5) and server uses version 0.7 (downloaded from
ipsec-tools website).
My server configuration is:
path include "/etc/racoon";
path certificate "/etc/racoon/certs";
path pre_shared_key
2008 Jan 06
4
Increasing throughput on xen bridges
Hi all,
I have a rhel 5.1 xen server with two rhel 3 ES hvm guests installed. Both
rhel3 guests use an internal xen bridge (xenbr1) which it isn''t binded to any
physical interface host. On this bridge throughput it is very very poor, only
2.5 Mbs. How can I increase this throughput???
Many thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2017 Jun 20
2
guest A from virbr0 can talk to guest B in virbr1 but not vice versa
Hello,
I came across an interesting problem in my home lab a few weeks ago as I'm
prepping for my RHCE exam using Michael Jang study guide. I've been at this
for days now, and I still can't wrap my head around how two or more virtual
networks in default NAT configuration are even allowed to communicate with
each other despite what the libvirt documentation said.
Here's the
2017 Jun 20
0
Re: guest A from virbr0 can talk to guest B in virbr1 but not vice versa
On 06/20/2017 05:27 AM, Martin Kletzander wrote:
> On Tue, Jun 20, 2017 at 10:05:19AM +0200, Martin Kletzander wrote:
>> On Tue, Jun 20, 2017 at 02:26:59AM -0400, Travis S. Johnson wrote:
>>> Hello,
>>>
>>> I came across an interesting problem in my home lab a few weeks ago
>>> as I'm
>>> prepping for my RHCE exam using Michael Jang study
2012 Sep 13
1
How to disable dnsmasq from starting automatically with libvirtd
Hi.
I have a machine with a local DHCP server and a couple of virtual networks and
I've configured the server for each virtual interface, so that I would be able
to install VMs on the corresponding subnets using PXE.
The problem is that the two DHCP servers (my local server and dnsmasq) are
conflicting with each other causing the boot process to either fails or takes
ages untill a VM can
2013 Sep 24
2
USB redirection under CentOS 6.4
Hi all,
Does usb redirection works?? I am trying to assign to a Win7 kvm guest
an usb HP printer without luck ... My second attempt is to use usb
redirection, but according to Redhat's docs, this option is only
available for windows using RHEV ... Is this correct??
Exists another tool to assign a printer via usb to a kvm guest??
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2009 Dec 23
3
OT:Which filesystem to use with large files
Hi all,
Recently I have installed a centOS 5.4 server to use as a home NAS server. I need
to use large files (8GB minimum) inside of it to serve via iSCSI services. Which
filesystem do you recommends me to reach maximum performance: xfs, ext3, ext4, gfs2
....??
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2007 Dec 01
1
Good tutorial about using heartbeat2, ocfs2 and evms with xen 3.x
Hi all
Sombedody can points me to a good tutorial about using high availabilty
clusters with xen using heratbeat2, ocfs2 and evms under rhel/centos, debian or
sles??
I am doing various searches without a result ... (google shows me a lot of
references, mailing lists, etc but not a good doc)
Many thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2006 Jul 06
2
Question about setting up a bridge
Hi all,
Where I can find docs about config a bridge interface under CentOS
4.3?? I can not find anything on Redhat and CentOS sites about this.
many thanks
--
CL Martinez
carlopmart {at} gmail {d0t} com
2011 Jan 28
2
OT: Recommendations for a virtual storage server
Hi all,
I need to install a virtual machine acting as a virtual storage server under
CentOS 5.x (using kvm, xen, virtualbox or vmware). This virtual storage machine
needs to server storage to another ESXi server and at the same time to the host
where is installed.
This is due to the limitations of hardware I have available. Both hosts needs to
server several machines.
It is very
2005 Sep 22
2
When RHCS will be out?
Hi all,
Somebody knows when RHCS for CentOS 4 will be out???
--
CL Martinez
carlopmart {at} gmail {d0t} com
2008 May 21
2
Maybe OT: Some strange problem with postfix
Hi all,
I have a strange problem with postfix on a CentOS 5.1 (fully patched). Every
time that postfix sends a message to public smtp servers generates an
autoresponse mail to sender about delay ...
Somebody knows how can I fix this??
--
CL Martinez
carlopmart {at} gmail {d0t} com
2009 Dec 11
5
About doing backups with kvm guests
Hi all,
I have two centos 5.4 servers that I use to run several windows kvm guests (10).
All works ok (more or less) but I have a problem with backups.
These windows guests are configured to use lvm partitions as a virtual disks. My
problem is when I need to do guests backups.
which is the best form to backup and restore these windows guests? Some examples?
I see snapshot's lvm
2020 Apr 01
0
CentOS 7 host with guests as bridge cannot access host
OK I rebooted.
I changed the NIC from Bridge to Passthrough, hit apply, then changed it to
bridge and hit apply, then booted the VM.
My firewall looks better but still not working.
iptables -L FORWARD -v -n | egrep '(policy|virbr1)'
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
0 0 ACCEPT all -- eth0 virbr1 0.0.0.0/0
192.168.100.0/24 ctstate RELATED,ESTABLISHED