Re: postgresql Service Blind

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> 
> When I nmap the CentOS box, I can’t see that port open.  I’ve turned
> off SELinux, so I’m not sure why I can’t see the open port 5432.
> 
> What am I missing?  It has to be something I’ve overlooked.
> 
In postgresql.conf change the listen_address to be

  listen_address = '*'

by default it only listens on localhost.  It's documented in the file
and is easily googleable.

Use 'netstat -nlt' (or whatever the modern equivalent is) to see what's
listening on which address.

P.


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux