Archive for category Networking/Security
Soportes a una solución global
Posted by Haizea Gomez in Cluster, Geek, Identity Management, Java, LDOM, Linux, MySQL, Networking/Security, Solaris on February 28, 2011
Nuestro departamento de proyectos se ha especializado en la integración de entornos en las principales empresas del mercado. Nuestros clientes o los de nuestros partners disponen de una arquitectura multidisciplinar con multitud de variantes. Nuestra labor es que todo funcione a la perfección independientemente del fabricante que disponga. Conocemos los productos empresariales (enterprise) así como [...]
openssl s_client && openssl s_server
Posted by Haizea Gomez in Identity Management, Linux, Networking/Security, Solaris on February 26, 2011
s_client Esta herramienta permite realizar comprobaciones en aquellos servicios SSL que dispongamos emulando un cliente. Por ejemplo, la comunicación de un cliente nativo LDAP por SSL, una query por ssh, el acceso a un servidor Apache seguro o simplemente capturar en un terminal la caducidad del certificado de un servicio. Su gestión y sintaxis es [...]
Módulos de Apache (mod_security)
Posted by Haizea Gomez in Linux, Networking/Security on November 13, 2010
Este módulo nos va a aportar la capacidad de filtrar accesos web a nivel de aplicación (capa 7) y normalmente se convina con el módulo de mod_proxy. Introducción Al instalar el paquete nos encontramos que vamos a cargar dos paquetes: libapache-mod-security – Tighten web applications security for Apache mod-security-common – Tighten web applications security – [...]
avoid lock of the root account
Posted by Julio Sanchez in Networking/Security, QuickTip on September 13, 2010
In the last post we saw how to enable account lockout after multiple failed login attempts, but if the account is locked is the root can be a big problem. The idea is that blocking is not applied to the root account and it launched the following command: root@solaris # usermod -K “lock_after_retries=no” root easy, [...]
lock a user account at the third attempt failed in solaris 10
Posted by Julio Sanchez in Networking/Security, Solaris on September 10, 2010
To enable this feature edit the file /etc/security/policy.conf and change the last line with the following content: root@solaris # vi /etc/security/policy.conf … LOCK_AFTER_RETRIES=yes Default user accounts were locked at the fifth attempt and we must change to occur at the third attempt. This configuration is in the line RETRIES in the file /etc/default/login, which default [...]
Deploy a small Grid on Sun Fire T1000 with Solaris Containers
Posted by Jorge Moratilla in Geek, Networking/Security, Solaris on December 4, 2009
This post is the first of three posts in which we will show you how to setup a fresh installed Sun Fire T1000 Server as a Solaris container server and deploy the Sun Grid Engine 6.2u4 software on different, securified, isolated zones. Architecture We are using a T1000 with on 1 Chip MultiThread processor with [...]
conntrack DTrace script: connections by process, user and port on Solaris/Opensolaris
Posted by Sergio Rodriguez de Guzman in DTrace, Networking/Security, Solaris on August 27, 2009
I’ve created conntrack DTrace script for Solaris and Opensolaris to monitor all outgoing TCP and UDP connections by process, user and port. It has some filtering capabilities allowing to filter traffic by port, process or user. In a standard unix system it’s rather difficult to know what process are using the network and how. With [...]

Core Networks
Oracle University