Buenas:

El mar., 11 de jun. de 2019 a la(s) 15:51, Departamento Soporte Técnico (
mateosat...@hotmail.com) escribió:

> ya esta agregado esa configuracion: al hacer un netsat -netstat:
>
> tcp        0      0 0.0.0.0:10000           0.0.0.0:*
> LISTEN      65529/perl
> tcp        0      0 127.0.0.53:53           0.0.0.0:*
> LISTEN      342/systemd-resolve
> tcp        0      0 0.0.0.0:22              0.0.0.0:*
> LISTEN      22169/sshd
> tcp        0      0 127.0.0.1:3306          0.0.0.0:*
> LISTEN      47344/mysqld
> tcp6       0      0 :::80                   :::*                    LISTEN
>      24977/apache2
> tcp6       0      0 :::10000                :::*                    LISTEN
>      65529/perl
> tcp6       0      0 :::8080                 :::*                    LISTEN
>      1048/java
> tcp6       0      0 :::21                   :::*                    LISTEN
>      22567/vsftpd
> tcp6       0      0 :::22                   :::*                    LISTEN
>      22169/sshd
> tcp6       0      0 ::1:3350                :::*                    LISTEN
>      16847/xrdp-sesman
> tcp6       0      0 :::3389                 :::*                    LISTEN
>      16857/xrdp
> tcp6       0      0 127.0.0.1:8005          :::*
>  LISTEN      1048/java
> ------
> agrege a los Iptables:
> iptables -A INPUT -i eth0 -p tcp --destination-port 5432 -j ACCEPT
> iptables-save -c
> ----
> Pero no refleja...
>

Yo comenzaría primero viendo si el servicio de postgres está en ejecución.
Por la salida del comando netstat, no hay registro de que postgres está
escuchando por interfaz/puerto alguno, lo que es muy raro. Sospecho que no
está corriendo el servicio.

Saludos

Reply via email to