Search found 5 matches

by leito89
Tue Dec 19, 2023 8:31 pm
Forum: General discussion
Topic: After installing myvesta err_connection_refused
Replies: 0
Views: 1808

After installing myvesta err_connection_refused

I tried several times but still the same.
By searching I found that the command
netstat -ltupan
does not give me my port 8083. It simply doesn't exist.
Please tell me what's wrong? Where to climb?
by leito89
Fri Mar 03, 2023 2:01 pm
Forum: Firewall
Topic: Configure fail2ban for phpmyadmin and roundcube
Replies: 1
Views: 2325

Configure fail2ban for phpmyadmin and roundcube

Brief instructions on how to set up fail2ban for phpmyadmin and roundcube. mcedit /etc/fail2ban/jail.local If you uncomment #action = vesta[name=WEB] then we will have the opportunity to remove ip from the banlist, through vesta (firewall tab). But you need to remember that if an ip is banned in php...
by leito89
Fri Mar 03, 2023 9:02 am
Forum: Firewall
Topic: Configure fail2ban for proftpd
Replies: 3
Views: 1856

Re: Configure fail2ban for proftpd

Good afternoon. If you (administrator) do not mind, then I will throw more posts. If not in the release, then in the wiki.
I spent time to master this. Let it help others.
by leito89
Thu Mar 02, 2023 2:40 pm
Forum: Firewall
Topic: Configure fail2ban for proftpd
Replies: 3
Views: 1856

Configure fail2ban for proftpd

In the default config file /etc/fail2ban/jail.local , there is no setting for proftpd, only vsftpd. Add a setting to block proftpd: mcedit /etc/fail2ban/jail.local [proftpd] enabled=true filter = proftpd action = vesta[name=FTP] port = ftp,ftp-data,ftps,ftps-data logpath = %(proftpd_log)s backend = ...
by leito89
Thu Mar 02, 2023 2:26 pm
Forum: Firewall
Topic: Custom firewall script [SOLVED]
Replies: 14
Views: 14569

Re: Custom firewall script [SOLVED]

It is important that these rules in iptables be below the WEB permission rules (80, 443), or the content that is posted on the Internet. Otherwise, every packet going to WEB (80, 443) will go through all your rules. With a large number of WEB visitors, this will create a load on the cpu. It is bette...