charm-setting
Cadet
- Joined
 - Jan 27, 2014
 
- Messages
 - 4
 
Hi,
I have recently set up a NAS Server using FreeNas 9.2 on my home network. I wish to use FTP to remotely access files on a ZFS volume. I have already forwarded port 21 on my router, however when I attempt to start the 'FTP Service' I get the message "The service could not be started." and these are the console messages:
Jan 27 01:26:11 NAS Server notifier: proftpd not running?
Jan 27 01:26:11 NAS Server notifier: Stopping avahi-daemon.
Jan 27 01:26:12 NAS Server notifier: Starting proftpd.
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: warning: unable to determine IP address of 'NAS_Server.local'
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: error: no valid servers configured
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'
Jan 27 01:26:17 NAS Server root: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Jan 27 01:26:17 NAS Server notifier: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Jan 27 01:26:18 NAS Server notifier: Stopping avahi-daemon.
 
My current NAS configuration is as follows:
- HR
	
		
			
		
		
	
			
			I have recently set up a NAS Server using FreeNas 9.2 on my home network. I wish to use FTP to remotely access files on a ZFS volume. I have already forwarded port 21 on my router, however when I attempt to start the 'FTP Service' I get the message "The service could not be started." and these are the console messages:
Jan 27 01:26:11 NAS Server notifier: proftpd not running?
Jan 27 01:26:11 NAS Server notifier: Stopping avahi-daemon.
Jan 27 01:26:12 NAS Server notifier: Starting proftpd.
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: warning: unable to determine IP address of 'NAS_Server.local'
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: error: no valid servers configured
Jan 27 01:26:17 NAS Server notifier: NAS_Server.local proftpd[4132]: Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'
Jan 27 01:26:17 NAS Server root: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Jan 27 01:26:17 NAS Server notifier: /usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd
Jan 27 01:26:18 NAS Server notifier: Stopping avahi-daemon.
My current NAS configuration is as follows:
- Dell XPS running FreeNas OS
 - 3GB RAM
 - Intel Core 2 Duo CPU T7250, 2GHz
 - 3 External ZFS Drives
 
- Port: 21
 - Clients: 0
 - Connections: 0
 - Login Attempts: 1
 - Timeout: 600
 - Allow Anonymous Login: TRUE
 - Path: /mnt/Share
 - Allow Local User Login: TRUE
 - Allow Transfer Resumption: TRUE
 - Always Croot: TRUE
 
- HR