Re: [CentOS] postgresql Service Blind

2018-09-13 Thread Pete Biggs
> > 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

[CentOS] postgresql Service Blind

2018-09-13 Thread Bee.Lists
Hi folks. postgresql fresh install, roles, users, databases, all done. I can log in after I SSH to the box. I entered my user (myself) in pg_hba.conf: hostall rich192.168.1.4 255.255.255.255 md5 When I nmap the CentOS box, I can’t see that port open. I’ve turned off S