FTP not working after restore
I recently had a server crash. I did a new install of ispconfig and imported the backup. I had done this once before with no problems, but this time FTP isn't working.
Here's what I have discovered. If /etc/proftpd_ispconfig.conf looks like this, I can't login remotely. I can however, login locally using "ftp 127.0.0.1":
###################################
#
# ISPConfig proftpd Configuration File
# Version 1.0
#
###################################
DefaultAddress 127.0.0.1
<VirtualHost --public ip here-->
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
If I set the DefaultAddress to the public ip address, then I can successfully login with ftp remotely:
###################################
#
# ISPConfig proftpd Configuration File
# Version 1.0
#
###################################
DefaultAddress --public ip here--
<VirtualHost --public ip here-->
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
Any ideas why it's not working when the public IP address is not the DefaultAddress (only listed as the VirtualHost)? Thanks in advance.
|
Recent comments
1 day 10 hours ago
1 day 18 hours ago
1 day 21 hours ago
1 day 23 hours ago
2 days 28 min ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 20 hours ago
2 days 21 hours ago