Is there any easy way to use different configurations for the ftp server on the LAN and WAN interface?
I'd like to have this:
- public internet access from the internet using passwords
- one or more users with ftp access on the LAN but who cannot have ftp access from the WAN (they use FTP in the office for backup, but I don't want them downloading their data from off-site)
- one or more (different) users with full ftp access (LAN & WAN) - who need to access their files using ftp from off-site.
I could do this if I could make proftpd use different 'ftpusers' files for LAN and WAN, or if I could make it only use 'ftpusers' on the WAN interface -- then I could simply add the non-WAN usernames to /etc/ftpusers and they would be denied access from off-site.
(Note: I'm looking for help for this topic on the french forum:
http://forums.contribs.org/index.php?topic=37168.0)