Page 1 of 1
FTP Backup connection timed out
Posted: Fri Feb 06, 2015 12:50 pm
by kandalf
I have 2 servers with Vesta panel, I use one as my backup server, but I'm getting connection timed out on my remote backups.
This is what I get on backup log:
Code: Select all
-- SUMMARY --
2015-02-06 13:26:21 Local: /backup/admin.2015-02-06.tar
2015-02-06 13:26:21 Remote: ftp://nsXXXXXXX.eu/backups/fnf/admin.2015-02-06.tar
ftp: connect: Connection timed out
ftp: connect: Connection timed out
2015-02-06 13:28:29 Size: 1277 Mb
2015-02-06 13:28:29 Runtime: 10 miutes
Anyone have a solution to eliminate this connections timed out?
Re: FTP Backup connection timed out
Posted: Sat Feb 07, 2015 6:16 pm
by joem
kandalf wrote:I have 2 servers with Vesta panel, I use one as my backup server, but I'm getting connection timed out on my remote backups.
This is what I get on backup log:
Code: Select all
-- SUMMARY --
2015-02-06 13:26:21 Local: /backup/admin.2015-02-06.tar
2015-02-06 13:26:21 Remote: ftp://nsXXXXXXX.eu/backups/fnf/admin.2015-02-06.tar
ftp: connect: Connection timed out
ftp: connect: Connection timed out
2015-02-06 13:28:29 Size: 1277 Mb
2015-02-06 13:28:29 Runtime: 10 miutes
Anyone have a solution to eliminate this connections timed out?
How much free disk space does your backup server have?
Re: FTP Backup connection timed out
Posted: Mon Feb 09, 2015 1:43 am
by imperio
I think that problem with iptables. Try to stop iptables via Services and run the backup again
Re: FTP Backup connection timed out
Posted: Fri Feb 13, 2015 1:29 am
by kandalf
imperio wrote:I think that problem with iptables. Try to stop iptables via Services and run the backup again
It was the iptables. On the server that creates the backup. How can I create a rule to enable the external backups?
Re: FTP Backup connection timed out
Posted: Wed Feb 25, 2015 10:03 pm
by redbearfan
On the outgoing server run:
Code: Select all
echo "PROTOCOL='TCP' PORT='12000:12100'" >> /usr/local/vesta/data/firewall/ports.conf
v-update-firewall