This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 我这里有台内部server,从我电脑 telnet 过去没有任何问题,但用http访问就访问不到,服务是起来的,我如果在server端访问它自己的网页没有问题,因为从client访问是使用了内部的ip地址,我想会不会是因为地址解释出错了呢?如何判断,谢谢
-oceandeep(北极熊·重新做人);
2003-7-30
{202}
(#1309757@0)
-
if use interanl IP(192.168.x.x), nothing with 地址解释 I think.
-ningxin0809(雁影行洲);
2003-7-30
(#1309766@0)
-
但我想不明白,在server上访问没有问题,网络也是通的,有什么可能性呢?
-oceandeep(北极熊·重新做人);
2003-7-30
(#1309769@0)
-
port? what is the platform?
-ningxin0809(雁影行洲);
2003-7-30
(#1309772@0)
-
8080, linux
-oceandeep(北极熊·重新做人);
2003-7-30
(#1309775@0)
-
know nothing about Linux
-ningxin0809(雁影行洲);
2003-7-30
(#1309781@0)
-
至少知道上个礼拜还是好的:(
-oceandeep(北极熊·重新做人);
2003-7-30
(#1309780@0)
-
我在server上用server的ip(不是127.0.0.1),访问网页,是不是就等同于其它client用ip访问这个server呢?
-oceandeep(北极熊·重新做人);
2003-7-30
(#1309835@0)
-
If httpd (apache server) has started. Simply enter URL http://192.168.x.x from your client machine.
-kpax(kosmo);
2003-7-30
(#1309935@0)
-
I tried, it's not working on client while everything is OK on the server.
-oceandeep(北极熊·重新做人);
2003-7-30
(#1310076@0)
-
can you ping the server address? ping 192.168.x.x.
-ningxin0809(雁影行洲);
2003-7-30
(#1310120@0)
-
sure
-oceandeep(北极熊·重新做人);
2003-7-30
(#1310184@0)
-
Telnet 192.168.X.X(server's ip) 8080 and see what happen?
-ciscocert(ccnping);
2003-7-30
(#1310128@0)
-
These is response back. like the following.Trying x.x.x.x...
Connected to x.x.x.x.
Escape character is '^]'.
-oceandeep(北极熊·重新做人);
2003-7-30
{69}
(#1310195@0)
-
looks like the port is not open to public or you got some sessions hunging on.I had the same problem on our mainframe once. later I found out the mainframe port connection limitation is only 5 and the default session expire time is 2 hours(?).
-ningxin0809(雁影行洲);
2003-7-30
{165}
(#1310216@0)
-
thank you, but I don't think that's a problem coz no one is going to access that web server and I still couldn't access even after I rebooted it. : (
-oceandeep(北极熊·重新做人);
2003-7-30
(#1310270@0)
-
today is not your day.
-ningxin0809(雁影行洲);
2003-7-30
(#1310276@0)
-
: ( I am just curious about that : (
-oceandeep(北极熊·重新做人);
2003-7-30
(#1310330@0)
-
这不都连上了马。http server就是这反应。
连上以后, 你输入 GET /index.html 回车
看看出什么反应? 你自己输入的字符是看不到
的。
-holdon(try again);
2003-7-30
(#1310446@0)
-
not found
-oceandeep(北极熊·重新做人);
2003-7-30
(#1310511@0)
-
Now the service on 8080 is running. Have you check your httpd.conf? Maybe the index page is missing.
-ciscocert(ccnping);
2003-7-30
(#1310694@0)
-
当然不是。完全不同的两件事。
-johnnyhatesjazz(Rock and Roll);
2003-7-30
(#1310361@0)
-
Possibly this is because of Linux default firewall, you must disable it and try it again.
-kpax(kosmo);
2003-7-30
(#1310499@0)
-
it seems the success of telneting cannot assure success of www access. You only know that server's 23 port (Telnet) is good and 8080 works on the server. You may need to config port 8080 opened publicly.
-bluelotus(时光漫步);
2003-7-30
(#1310555@0)
-
Maybe it is DNS problem.
-bylogic(混吧);
2003-8-1
(#1313800@0)
-
Try different port number, like 8080. It may work. The best way is to check HTTP server code.
-wade(wade);
2003-8-1
(#1313805@0)
-
Maybe you disable the incomming access for WWW(HTTP) port. I guess. Enable it and try again.
-studying2(彷徨者);
2003-8-1
(#1314360@0)