Page 12 of 12

Re: is any new update coming soon?

Posted: Fri Oct 24, 2014 7:46 pm
by thering1975
so a reinstall if already installed, no probs thanks

Re: is any new update coming soon?

Posted: Fri Oct 24, 2014 9:28 pm
by krok
imperio wrote:

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
How can i install quota for bandwidth after i have installed vesta? i can only get the ftp quota to work

Re: is any new update coming soon?

Posted: Sat Oct 25, 2014 1:57 am
by durjoy
new version is full of bugs. why we can't install or roll back to previous version?

Re: is any new update coming soon?

Posted: Sat Oct 25, 2014 11:15 am
by Milka
durjoy wrote:new version is full of bugs. why we can't install or roll back to previous version?
First make sure you have backups and then upgrade a test server and see wether or not it's stable. If it's not, then don't upgrade your other servers.

Have you submitted those bugs? (https://bugs.vestacp.com)
Doing so really helps keep development and support manageable.

Re: is any new update coming soon?

Posted: Sat Oct 25, 2014 12:59 pm
by uetam
Milka wrote:
uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
I've got the same problem.
On Debian 7 64-bit:

Code: Select all

apt-get install fail2ban
cd /etc/
wget http://c.vestacp.com/0.9.8/debian/fail2ban.tar.gz -O fail2ban.tar.gz
tar -xzf fail2ban.tar.gz
rm -f fail2ban.tar.gz
chkconfig fail2ban on
service fail2ban start
then you have to add

Code: Select all

FIREWALL_EXTENSION='fail2ban'
in the end of file /usr/local/vesta/conf/vesta.conf and restart vesta service.

Re: is any new update coming soon?

Posted: Sat Oct 25, 2014 1:02 pm
by Milka
uetam wrote:
Milka wrote:
uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
I've got the same problem.
On Debian 7 64-bit:

Code: Select all

apt-get install fail2ban
cd /etc/
wget http://c.vestacp.com/0.9.8/debian/fail2ban.tar.gz -O fail2ban.tar.gz
tar -xzf fail2ban.tar.gz
rm -f fail2ban.tar.gz
chkconfig fail2ban on
service fail2ban start
then you have to add

Code: Select all

FIREWALL_EXTENSION='fail2ban'
in the end of file /usr/local/vesta/conf/vesta.conf and restart vesta service.
I know how to install and configure fail2ban manually. It's just that the Vesta update didn't install it like it should have. Thanks for trying to help out though!

Re: is any new update coming soon?

Posted: Sat Oct 25, 2014 6:23 pm
by durjoy
uetam wrote:
Milka wrote:
uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
I've got the same problem.
On Debian 7 64-bit:

Code: Select all

apt-get install fail2ban
cd /etc/
wget http://c.vestacp.com/0.9.8/debian/fail2ban.tar.gz -O fail2ban.tar.gz
tar -xzf fail2ban.tar.gz
rm -f fail2ban.tar.gz
chkconfig fail2ban on
service fail2ban start
then you have to add

Code: Select all

FIREWALL_EXTENSION='fail2ban'
in the end of file /usr/local/vesta/conf/vesta.conf and restart vesta service.
so installing IPTable and fail2ban manually would solve the problem.
Am i right?

Re: is any new update coming soon?

Posted: Wed Oct 29, 2014 7:27 am
by Milka
durjoy wrote: so installing IPTable and fail2ban manually would solve the problem.
Am i right?
If the problem is your VPS security, then yes it solves the problem.
If the problem is that Vesta's update with iptables and fail2ban implementation should work out of the box, then no it doesn't solve it. Installing these manually will likely cause some issues with future updates. That's no real problem if you're experienced with linux, but a lot of users on this forum are not, so it will jumpstart new support questions on this forum ;-)

Re: is any new update coming soon?

Posted: Sun Nov 02, 2014 2:11 pm
by heybro
nice to see after this weeks we got an update :) Thank you very much!!!

Re: is any new update coming soon?

Posted: Fri Aug 28, 2015 7:54 am
by Joyful
What you thinks the best way to remove fail2ban and iptable use to replace with CSF? If it was already installed with f2ban and iptable on setup?

Just uninstall via apt and remove config files?