Vesku <(E-Mail Removed)> wrote:
> I installed RH 9.0 and have difficulty in setting up ftp access, it seems
> enabled in firewall and nfs given r/w rights to host specified by ip
> address but can not connect from other computer on same eth hub, ping ok.
>
> Is there something else to configure to get ftp running ?
Check whether inet daemon is listening on ftp port:
# netstat -a|grep ftp
tcp 0 0 *:ftp *:* LISTEN
If it doesn't, edit the file in /etc/xinetd.d/ directory,
then restart xinetd.
--
andrei
|