tcp 0 0 *:ftp *:* LISTEN 6979/proftpd: (acce
proftpd is listening on all IP addresses, but it only accepts the ISPConfig users on the primary IP address of the box.
/root/ispconfig/isp/conf/customized_templates/proftpd_ispconfig.conf.master
###################################
#
# ISPConfig proftpd Configuration File
# Version 1.0
#
###################################
#DefaultAddress 127.0.0.1
<!-- BEGIN DYNAMIC BLOCK: vhost -->
<VirtualHost {IP}>
DefaultRoot ~
AllowOverwrite on
Umask 002
{ANON_FTP}
</VirtualHost>
<!-- END DYNAMIC BLOCK: vhost -->
Figured you would ask for this next. It is commented out in the /etc/proftpd_ispconfig.conf as expected and all the virtuals are in there as expected.
###################################
#
# ISPConfig proftpd Configuration File
# Version 1.0
#
###################################
#DefaultAddress 127.0.0.1
<VirtualHost x.x.x.20>
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
<VirtualHost x.x.x.21>
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
<VirtualHost x.x.x.22>
DefaultRoot ~
AllowOverwrite on
Umask 002
</VirtualHost>
Chris Green
Recent comments
18 hours 39 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 6 hours ago
1 day 15 hours ago
2 days 42 min ago
2 days 1 hour ago
2 days 5 hours ago
2 days 9 hours ago
2 days 9 hours ago