Dear
I am testing something like a httpd software on my bluequartz (CentOs 4.1).
The httpd software runs with port 23xxx on Linux systems.
Does bluequartz prevent port 23xxx from other machine ?
If I do :
telnet 127.0.0.1 23020
on that bluequartz machine, it works fine as;
GET /ACTION=GETSTATUS HTTP/1.0 <== type in
"<status>running</status>" <== result
If I do :
telnet 202.xx.xx.xx 23020
from other bluequartz machine, the connection was closed as;
"Connection closed by foreign host." <== result
Eiji