View Single Post
Old 01-06-2018, 04:07 AM   #14
neural
Member
neural began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jan 2018
Device: android tablet
Yes, telnet to the content server works correctly.

Herewith the ifconfig:
Code:
ant@localhost ~ % ifconfig -a
enp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether f0:76:1c:b1:7c:19  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 379  bytes 29729 (29.0 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 379  bytes 29729 (29.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.88.251  netmask 255.255.255.0  broadcast 192.168.88.255
        inet6 fe80::f6b8:ee4:3bcc:a6d7  prefixlen 64  scopeid 0x20<link>
        ether 34:e6:ad:b2:2d:3e  txqueuelen 1000  (Ethernet)
        RX packets 2491407  bytes 2466726022 (2.2 GiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1910442  bytes 510027292 (486.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
Netstat:
Code:
ant@localhost ~ % sudo netstat -nltp|grep -E '1420|8080' 
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      28194/calibre       
tcp        0      0 192.168.88.251:14208    0.0.0.0:*               LISTEN      28194/calibre
Code:
ant@localhost ~ %  /usr/sbin/getenforce
Enforcing
Hope those help. I can't see anything wrong this side, unless selinux is doing something strange?
neural is offline   Reply With Quote