Re: [CentOS] Routing(?) issue

2018-09-13 Thread Oleg Cherkasov
On 13. sep. 2018 21:02, Marcin Trendota wrote: There is nginx on port 80. I've turned off SELinux for testing purposes. [root@chamber ~]# nmap chamber -p80 [...] PORT STATE SERVICE 80/tcp open http [root@chamber ~]# nmap -p80 chmura. [...] PORT STATE SERVICE 80/tcp closed http Do a qui

[CentOS] Routing(?) issue

2018-09-13 Thread Marcin Trendota
Hello all I have weird problem i can't understand and don't know where to look. [root@chamber ~]# ip addr 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever pre

Re: [CentOS] openl2tp.org compared to openvpn

2018-09-13 Thread Stephen John Smoogen
On Wed, 12 Sep 2018 at 20:25, Gordon Messmer wrote: > > On 09/12/2018 11:58 AM, Gregory P. Ennis wrote: > > Since openl2tp is not part of the centos repositories, does anyone have > > good or bad experiences with this. > > You can probably use xl2tpd, which is in EPEL. Also note that l2tp is not

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