Page 11 of 12

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 3:12 pm
by imperio
Dear users!
Please, update your vestacp to 0.9.8-12

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 3:23 pm
by Milka
imperio wrote:Dear users!
Please, update your vestacp to 0.9.8-12
What's new? Bugfix?

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 4:12 pm
by uetam
Iptables firewall is working for me now but i still dont have fail2ban in my system.

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 5:09 pm
by kandalf
I need to open the port 2195 to communicate with apple APNS server, but seams that Vesta use allways --dport when it creates a rule and sometimes we need to use --sport.

To correctly communicate with apple apns server we need a rule like this one:

iptables -A INPUT -p tcp --sport 2195 -j ACCEPT

To check if the port 2195 is correctly open you can use this command:

telnet gateway.push.apple.com 2195

and check it connects.

In my case without iptables everything works fine with iptables created by vesta I am unable to communicate with Apple APNS server.

Is this a bug or I'm missing something?

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 5:14 pm
by durjoy
imperio wrote:Dear users!
Please, update your vestacp to 0.9.8-12
Another update?


Awesome!!

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 7:53 pm
by imperio
kandalf,

Code: Select all

echo "PROTOCOL='TCP' PORT='2195'" >> /usr/local/vesta/data/firewall/ports.conf

Code: Select all

v-update-firewall

Re: is any new update coming soon?

Posted: Thu Oct 23, 2014 8:56 pm
by kandalf
imperio wrote:kandalf,

Code: Select all

echo "PROTOCOL='TCP' PORT='2195'" >> /usr/local/vesta/data/firewall/ports.conf

Code: Select all

v-update-firewall
Perfect! This works very well.

Re: is any new update coming soon?

Posted: Fri Oct 24, 2014 6:08 am
by Milka
uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
I've got the same problem.

Re: is any new update coming soon?

Posted: Fri Oct 24, 2014 7:10 pm
by thering1975
Whats the best way of uninstalling built in firewall and fail to ban as i have a good csf setup which i want to continue to use

Re: is any new update coming soon?

Posted: Fri Oct 24, 2014 7:25 pm
by imperio

Code: Select all

bash vst-install.sh -h
-h, --help Print this help and exit
-f, --force Force installation
-i, --disable-iptables Disable iptables support
-b, --disable-fail2ban Disable fail2ban protection
-d, --disable-remi Disable remi repository
-n, --noupdate Do not run yum update command
-s, --hostname Set server hostname
-e, --email Set email address
-p, --password Set admin password instead of generating it
-m, --mysql-password Set MySQL password instead of generating it
-q, --quota Enable File System Quota