Control Web Panel

WebPanel => Installation => Topic started by: Xor on May 05, 2014, 02:14:08 AM

Title: Lost access to CWP
Post by: Xor on May 05, 2014, 02:14:08 AM
Hi,

I have installed OpenVPN, and after updating (according to the instructions) iptables/csf I lost access to my control panel. Getting generic nginx error 50x.html page instead.

Those are the updated rules:
Code: [Select]
[root@box ~]# iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
[root@box ~]# iptables -t nat -A POSTROUTING -o venet0 -j SNAT --to-source xxx.xxx.xxx.xxx
[root@box ~]# iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to-source xxx.xxx.xxx.xxx
[root@box ~]# iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
[root@box ~]# iptables -A FORWARD -s 10.8.0.0/24 -j ACCEPT
[root@box ~]# iptables -A FORWARD -j REJECT
[root@box ~]# iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
[root@box ~]# iptables -t nat -A POSTROUTING -j SNAT --to-source xxx.xxx.xxx.xxx
[root@box ~]# service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[  OK  ]

Can you tell what went wrong and how to fix it? Everything else is working fine.

Thank you!


Title: Re: Lost access to CWP
Post by: Administrator on May 05, 2014, 09:19:48 PM
try service cwp restart
Title: Re: Lost access to CWP
Post by: Xor on May 05, 2014, 09:34:51 PM
Thanks.

That's what I got:

Code: [Select]
Stopping nginx:                                            [  OK  ]
Stopping mysqld:                                           [  OK  ]
Stopping php-fpm:                                          [  OK  ]
Starting nginx:                                            [  OK  ]
Starting mysqld:                                           [  OK  ]
php-fpm is stopped
[root@box ~]# [05-May-2014 17:31:08] NOTICE: fpm is running, pid 17452
[05-May-2014 17:31:08] NOTICE: ready to handle connections
[05-May-2014 17:31:25] WARNING: [pool webpanel] child 17466 said into stderr: "ERROR: Connection disallowed: IP address 'xxx.xxx.xxx.xxx' has been dropped."