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 2 hours ago
1 day 9 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 12 hours ago
2 days 17 hours ago
2 days 17 hours ago