Re: is any new update coming soon?
Posted: Fri Oct 24, 2014 7:46 pm
so a reinstall if already installed, no probs thanks
Community Forum
https://forum.vestacp.com/
How can i install quota for bandwidth after i have installed vesta? i can only get the ftp quota to workimperio 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
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.durjoy wrote:new version is full of bugs. why we can't install or roll back to previous version?
On Debian 7 64-bit:Milka wrote:I've got the same problem.uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
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
Code: Select all
FIREWALL_EXTENSION='fail2ban'
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!uetam wrote:On Debian 7 64-bit:Milka wrote:I've got the same problem.uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.then you have to addCode: 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
in the end of file /usr/local/vesta/conf/vesta.conf and restart vesta service.Code: Select all
FIREWALL_EXTENSION='fail2ban'
so installing IPTable and fail2ban manually would solve the problem.uetam wrote:On Debian 7 64-bit:Milka wrote:I've got the same problem.uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.then you have to addCode: 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
in the end of file /usr/local/vesta/conf/vesta.conf and restart vesta service.Code: Select all
FIREWALL_EXTENSION='fail2ban'
If the problem is your VPS security, then yes it solves the problem.durjoy wrote: so installing IPTable and fail2ban manually would solve the problem.
Am i right?