Re: [CentOS] abrt-watch-log -F BUG: WARNING: at WARNING: CPU: INFO: possible recursive locking detected

2016-02-14 Thread Jakub Filak
Please, do not be scared from that ugly command line. It is a perfectly valid command line where abrt-watch-log process is searching for the strange strings in /var/log/messages and calling /usr/bin/abrt-dump-oops if the tool finds a string present in the list of searched strings. You can get

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread angel jauregui
@David Gonzalez gracias por el dato, me adelnate y tambien configure: L2TP y OpenVPN ! Por cierto *ya que estamos tocando el tema*, lo mismo me pasa con OpenVPN y L2TP, desde fuera todo marcha bien, pero cuando estoy en la red local no puedo conectar a la OpenVPN o L2TP Saludos ! El 14 de

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread David González Romero
https://es.wikipedia.org/wiki/PPTP Vulnerabilidades de PPTP[editar] La seguridad de PPTP ha sido completamente rota y las instalaciones con PPTP deberían ser retiradas o actualizadas a otra tecnología de VPN. La utilidadASLEAP puede obtener claves de sesiones PPTP y descifrar el tráfico de la

Re: [CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-14 Thread Anthony K
On 14/02/16 02:14, Robert Heller wrote: I sent this out about a week or so ago, but I have heard nothing. I am *thinking* it is a SELINUX problem, but I cannot figure out what. If you suspect SELinux is to blame, have you tried putting SELinux into permissive mode to see that resolves the

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread Alex ( Servtelecom )
Te aria falta incluir el protocolo GRE INPUT Saludos El 14/02/16 a las 18:18, angel jauregui escribió: Las reglas son: # mi segmento normal: 10.0.1.0/24 # segmento para pptp: 10.0.8.0/24 iptables -A INPUT -p tcp --dport 1723 -j ACCEPT iptables -A INPUT -p udp --dport 1723 -j ACCEPT iptables

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread angel jauregui
Como se declararia ? El 14 de febrero de 2016, 13:17, Alex ( Servtelecom ) < alex.and...@servtelecom.com> escribió: > Te aria falta incluir el protocolo GRE INPUT > > Saludos > > El 14/02/16 a las 18:18, angel jauregui escribió: > > Las reglas son: >> >> # mi segmento normal: 10.0.1.0/24 >> #

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread Alex ( Servtelecom )
depende, si es en una maquina de la red o la propia maquina servidor otra maquina: iptables -t nat -A PREROUTING -p gre -j DNAT --to 192.x.x.x la propia maquina: iptables -A INPUT -p gre -j ACCEPT Igualmente lo primero que tienes que mirar que desde el exterior hagas un telnet al 1723 y

Re: [CentOS] How to install packages from git.centos.org

2016-02-14 Thread Tim
Hey Johnny, thank you very much for your instructions. The build is running at the moment but there seems to be a small bug in kernel-rt.spec. I changed the line 684 from mv %{name}-%{rpmversion}-%{pkg_release_simple}%{dist} vanilla-%{kversion}; to mv %{name}-%{rpmversion}-%{pkg_release_simple}*

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread Diego Sanchez
matchean las reglas? que dice el log? No estamos en tu server. El 13 de febrero de 2016, 17:37, angel jauregui escribió: > Buen dia. > > Configure un PPTP y abrí los puertos, desde fuera de la red local puedo > conectarme genialmente y todo va de maravilla !. Pero desde

Re: [CentOS-es] [PPTP] Solo desde afuera funciona !

2016-02-14 Thread angel jauregui
Las reglas son: # mi segmento normal: 10.0.1.0/24 # segmento para pptp: 10.0.8.0/24 iptables -A INPUT -p tcp --dport 1723 -j ACCEPT iptables -A INPUT -p udp --dport 1723 -j ACCEPT iptables -A FORWARD -p tcp --dport 1723 -j ACCEPT iptables -A FORWARD -p udp --dport 1723 -j ACCEPT iptables -t nat