|
> What I am looking for is some help in setting up a very simple socket > program so that I can test connectivity to our AS/400 and > determine whether the problem is the network setup of the AS/400 You can use any socket app, my choice is TELNET, as you can set the remote port to connect to. For example, if I have a sockets program I am writing on one AS/400 that listens on say port 5432, I can go to another AS/400 (or PC) and TELNET to the server where the program is running telling TELNET to use port 5432. TELNET will tell you whether is could connect to the server on that port or not, this is usually enough to tell you if the network is the problem or not. --phil
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.