is any new update coming soon?
Re: is any new update coming soon?
Dear users!
Please, update your vestacp to 0.9.8-12
Please, update your vestacp to 0.9.8-12
Re: is any new update coming soon?
What's new? Bugfix?imperio wrote:Dear users!
Please, update your vestacp to 0.9.8-12
Re: is any new update coming soon?
Iptables firewall is working for me now but i still dont have fail2ban in my system.
Re: is any new update coming soon?
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?
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?
Another update?imperio wrote:Dear users!
Please, update your vestacp to 0.9.8-12
Awesome!!
Re: is any new update coming soon?
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?
Perfect! This works very well.imperio wrote: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?
I've got the same problem.uetam wrote:Iptables firewall is working for me now but i still dont have fail2ban in my system.
-
- Posts: 13
- Joined: Thu Jul 03, 2014 9:15 pm
Re: is any new update coming soon?
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?
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