
just click communication tap in client access, and click PC box -> click LAN box -> double click the TCP/IP and type your server IP address in ‘Host name or ip address box… click ok and ok button…
it ll connected your server….

Pdsathishkum,
How does your answer tell Guy553 whether his users are accessing his system via IP or DNS ?
Bill Poulin

Can I tell by looking on the system if my users are accessing the box via IP or DNS …
No.
But just to be clear, DNS is a TCP/IP application. If DNS is used, then the PC will connect over TCP/IP. And on your AS/400, it will look exactly the same whether DNS resolution was used or not. Either way, the IP address will be the result.
So, I assume that what you are asking is whether a PC is using a hard-coded IP address or it is using a host name that was resolved to an IP address.
I can think of one way that could help you to find out.
This would seem to come up because of something like a planned change for the IP address of your AS/400. If everyone used DNS resolution, you could mostly just update DNS and the PCs would mostly just adapt automatically. But a PC with a hard-coded address would begin to fail to connect.
In a situation like that, all you should need to do is to enable the new address on your AS/400 while keeping the old address active. Update DNS to point to the new address. PCs using DNS will then start connecting through the new interface.
PCs that continue to connect to the old address will be candidates for the hard-coded address group.
Note that the address might be “hard-coded” in the HOSTS table on some PCs.
Tom

Remember, he doesn’t want to “travel” to each PC if he doesn’t have to.

We use the iTera HA software & do specify the IP address in the CA configuration; the IP is defined on both systems but only active on the ‘primary’ system. DNS comes into play for the web application as we re-direct the external DNS server to point to the appropriate IP address for that application.

Can I take it that there is no way of telling from the system side whether the users are coming in using DNS or Hardcoded IP?
If not then that is the correct answer !

…no way of telling from the system side…
A server can only tell the difference if the client cooperates. That is, there is nothing in the connection itself that indicates how the IP address was obtained.
The connection is always by IP address. By the time a connection is requested, any work that was done by the client to obtain a resolved address is long since been done.
You could run programming on the server that called back to the client and requested data about how the address was obtained. The client would, of course, need complementary programming that could respond.
Other than something like that, the only way I can think of is like I said before — enable a second IP address on the server and point DNS at the new address. Clients that continued to connect to the old address are the ones not resolving through DNS. If all clients automatically use the new address, then you don’t need to fix any of them.
Tom


















