Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-10-02 Thread Fred Smith
On Wed, Sep 30, 2015 at 05:04:13PM -0400, Fred Smith wrote: > On Wed, Sep 30, 2015 at 12:28:55PM -0600, CS DBA wrote: > > Hi All; > > > > I've downloaded the Cisco AnyConnect tar.gz file for one of our > > clients, when I untar it and then run the vpn_install script in the > > vpnclient directory

Re: [CentOS-virt] xen and spice problem

2015-10-02 Thread Christoph
there is an qemu 2.0 ver in EPEL (qemu-2.0.0-1.el7.5 RPM for x86_64) there is the spice support build in... hmm cant install it: Transaction check error: file /usr/share/locale/de_DE/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package

[CentOS] Kickstarting bonded interfaces

2015-10-02 Thread isdtor
Since CentOS 6.4, anaconda supports kickstarting from bonded interfaces. Has anyone managed to get this working? Bonding modes 1, 5, 6 work fine, and they do not need any particular support on the switch. But modes 0, 2-4 are a different story, no luck here. network --onboot yes --device bond0

Re: [CentOS-virt] CentOS 7 AMI on AWS GovCloud region

2015-10-02 Thread Karanbir Singh
On 28/09/15 14:55, Patrick Varilly wrote: > Hi, > > I'm working on building a cluster on AWS atop CentOS 7. For > development, I've been working in the eu-west-1 (Ireland) region, where > the AWS MarketPlace provides an official CentOS 7 AMI (ami-e4ff5c93). > However, the production deployment

Re: [CentOS-es] conexion ssh centos 7

2015-10-02 Thread Rodolfo Edgar
El 29/9/15, ricky gutierrez escribió: > El día 29 de septiembre de 2015, 5:24, Rodolfo Edgar > escribió: >> Entonces a qué crees que se debe que no puedes conectar? prgunta >> básica... >> >> Qué firewall usa? iptables > > shorewall con

[CentOS] CentOS-announce Digest, Vol 128, Issue 1

2015-10-02 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to

[CentOS-es] SAMBA 4 - Active Directory

2015-10-02 Thread Oscar Osta Pueyo
Hola, En vista de las quejas por la poca actividad de la lista, no solo de problemas vive el sysadmin, me gustaría abrir un hilo para hablar de Samba 4 como Active Directory. Me gustaría saber si algunos de ustedes ya ha implantado Samba 4 como AD y sus experiencias. Actualmente en mi empresa

[CentOS-es] Dos Segmentos de Red que se puedan ver ?

2015-10-02 Thread angel jauregui
Buen dia. Tengo un servidor con 2 redes con segmentos distintos: Mi red: 10.1.0.0/16 / server: eth1 Ora red: 10.2.0.0/24 / server: eth0 En mi IPTables tengo esto: iptables -A FORWARD -s 10.1.0.0/16 -d 10.2.0.0/24 -j ACCEPT iptables -A FORWARD -d 10.1.0.0/16 -s 10.2.0.0/24 -j ACCEPT iptables -t

Re: [CentOS-es] Dos Segmentos de Red que se puedan ver ?

2015-10-02 Thread angel jauregui
ok yasta muchisimas gracias Roberto ! El 2 de octubre de 2015, 12:39, Roberto Bermúdez escribió: > Ángel > > No debes escribir esa variable en los archivos de configuración, con solo > escribir los cantos que te indiqué, ya no se pierden las rutas cuando > reinicié el

Re: [CentOS-es] Dos Segmentos de Red que se puedan ver ?

2015-10-02 Thread Roberto Bermúdez
Saludos Ángel Lo que veo que te hace falta son rutas Route add -net 10.1.0.0 netmask x.x.x.x gw 10.2.0.1 (aqui la ip que tienes en tu servidor) route add -net 10.2.0.0 netmask 255.255.255.0 gw 10.1.0.1 (aqui la ip que tienes en tu servidor) Suerte! El 02/10/2015 11:58, "angel jauregui"

Re: [CentOS-es] SAMBA 4 - Active Directory

2015-10-02 Thread René Lara
A mi también me interesa ese tema...no sé si sea considerado "fuera de tópico" He iniciado leyendo http://www.unixmen.com/setting-samba-primary-domain-controller-centos-7/ r.lara -Mensaje original- De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En nombre de Oscar

Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-10-02 Thread Kwan Lowe
On Wed, Sep 30, 2015 at 2:28 PM, CS DBA wrote: > I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, > when I untar it and then run the vpn_install script in the vpnclient > directory I get the below error. > > I ended up getting the clients from

Re: [CentOS-es] Dos Segmentos de Red que se puedan ver ?

2015-10-02 Thread Roberto Bermúdez
Listo por nada. El 2 de octubre de 2015, 12:54 p. m., angel jauregui escribió: > ok yasta muchisimas gracias Roberto ! > > > El 2 de octubre de 2015, 12:39, Roberto Bermúdez > escribió: > > > Ángel > > > > No debes escribir esa variable en los

Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-10-02 Thread Fred Smith
On Fri, Oct 02, 2015 at 02:40:27PM -0400, Kwan Lowe wrote: > On Wed, Sep 30, 2015 at 2:28 PM, CS DBA wrote: > > > I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, > > when I untar it and then run the vpn_install script in the vpnclient > >

Re: [CentOS-virt] CentOS 7 AMI on AWS GovCloud region

2015-10-02 Thread Nico Kadel-Garcia
On Fri, Oct 2, 2015 at 7:53 AM, Karanbir Singh wrote: > On 28/09/15 14:55, Patrick Varilly wrote: >> Hi, >> >> I'm working on building a cluster on AWS atop CentOS 7. For >> development, I've been working in the eu-west-1 (Ireland) region, where >> the AWS MarketPlace