[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Host not found



Sender: Scott Klement <klemscot@xxxxxxxxxxxx>


> The client did not do a telnet yet but last night they were able to ping
> the 10.250.52.45 web server from the iSeries with these results:
>
> Verifying connection to host system 10.250.52.45.
> PING reply 1 from 10.250.52.45 took 3 ms. 256 bytes. TTL 128.
> PING reply 2 from 10.250.52.45 took 0 ms. 256 bytes. TTL 128.
> PING reply 3 from 10.250.52.45 took 1 ms. 256 bytes. TTL 128.
> PING reply 4 from 10.250.52.45 took 1 ms. 256 bytes. TTL 128.
> PING reply 5 from 10.250.52.45 took 0 ms. 256 bytes. TTL 128.
> Round-trip (in milliseconds) min/avg/max = 0/1/3.
> Connection verification statistics: 5 of 5 successful (100 %).

PING basically tests that the IP protocol is working.  It doesn't help
test the TCP protocol (which runs on top of IP), and it certainly doesn't
test to see if your web server is listening for requests properly.

In order to test this, you need software that uses TCP to make a request
to port 80 on the server.  TELNET can do that.  HTTP does that.  PING does
not.

> Does that help you diagnose the problem or does the client need to
> telnet with port 80?  Is there any user id authentication that the HTTP
> post has to worry about or any authentication issues on the destination
> server?

There might be, that depends on how the web server is configured.  If
there is, HTTPAPI's EXAMPLE7 shows how to send the userid & password.

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubsribe from the list send mail
to majordomo@xxxxxxxxxxxxx with the body: unsubscribe ftpapi mymailaddr
-----------------------------------------------------------------------