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...
De: Manuel Garcia <garcia.manuel1987@xxxxxxxxx>
Enviado: martes, 11 de junio de 2019 10:46 Para: Departamento Soporte Técnico Cc: pgsql-es-ayuda@xxxxxxxxxxxxxx; postgres admin Asunto: Re: [MASSMAIL]Ayuda Técnica Hola,
utiliza el comando netstat -nptl para saber si tu servidor esta com la ip y la puerta como listen puedes tentar dar un status en el servicio de postgersql o ver el log para mas informaciones
te dejare un ejemplo basico de configuracion del postgresql.conf
listen_addresses = '8.8.8.8'
port = 5432 max_connections = 100
superuser_reserved_connections = 3 unix_socket_directories = '/var/run/postgresql' unix_socket_permissions = 0777 El mar., 11 jun. 2019 a las 12:15, Departamento Soporte Técnico (<mateosatian@xxxxxxxxxxx>) escribió:
Manuel Alejandro Garcia Mellado
Ingeniero Ejecución en Informática e computación
Concepcion - Chile VIII Region del Bio - Bio
|