Control Web Panel

WebPanel => How to => Topic started by: become on July 22, 2017, 08:15:31 AM

Title: IPTABLES broken
Post by: become 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 ?