what do you mean when you say you "restarted the network"?
You show in the output that the service is enabled. On the system you are starting the service on, can you run
"ftp 0" ? Does that connect? If not, run the command "netstat -a | grep ftp | grep -v tftp" Does that produce any
output? You should see one or two ports that say LISTEN.
Main Topics
Browse All Topics





by: omarfaridPosted on 2008-02-29 at 04:28:27ID: 21012602
If "svcs ftp" reports that the ftp service is in the "disabled" state, then you should be able to run "svcadm enable ftp" to enable it.