On 23/07/07, Fajar Priyanto <[EMAIL PROTECTED]> wrote:
> Well,
> There is a client of mine who comes from "MS Windows Empire". In this Empire,
> a Domain controller posseses a DHCP service and DNS service where they both
> work "together", so when a Winxp is connected to the network, it will get the
> IP from DHCP and then DHCP will update the DNS record. So, the Administrator
> will only have to KNOW the HOSTNAME of the Winxp. He can right away ping/map
> network drive/connect to that Winxp without the hassle of knowing the IP
> address.

How does he read the DNS record? Do you want to know which user is
logged in from what IP/hostname?

last | grep USERNAME

will return the IP/hostname from where the user is logged in. Host
name will appear if there is an corresponding entry in /etc/hosts file
for that IP. Installing using ltspadmin sets up this file so that
there are entries for all hosts in your sub-net range (usually from
192.168.0.1 to 192.168.0.254 the hosts are named ws001 to ws254).

Using this host name you can ping to the terminal. But remember all
processes of user are running on the server and not the terminal. If
the intention is to manage user processes from IP/hotsname then it is
not going to work.

I am still trying to understand the end purpose of knowing hostname or
pinging the host.

-- 
Regards,
Sudev Barar

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to