Make sure you have restarted the xinetd service after adding the gridftp
entry.
Mike
meriam jemel wrote:
Hello,
I have a prolem to open the port 55555 I follow these steps:
-I edit the file /etc/services: add gsiftp 55555/tcp
-I add the file /etc/xinetd.d/gridftp:
service gsiftp
{
instances = 100
socket_type = stream
wait = no
user = root
env += GLOBUS_LOCATION=/usr/local/globus-4.0.1
env += LD_LIBRARY_PATH=/usr/local/globus-
4.0.1/lib
server = /usr/local/globus-4.0.1/sbin/globus-gridftp-server
server_args = -i
log_on_success += DURATION
nice = 10
disable = no
}
I have already disabled firewall
But when I type telnet localhost 55555 I have the connection is refuseed
Please Please help me it is very important for me
I don't knouw where is the problem
Many thanks