Author Topic: IPTABLES broken  (Read 6595 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
IPTABLES broken
« on: July 22, 2017, 08:15:31 AM »
Hello. Today I sow that iptables is broken.

I have 2 VPS.
First:
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      5722/httpd         
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      5722/httpd 

Second:
tcp6       0      0 :::80                   :::*                    LISTEN      505/httpd           
tcp6       0      0 :::443                  :::*                    LISTEN      505/httpd

How is it possible that diference ?
How to correct Second to be like First ?