Re: IP and computer name

2002-12-11 Thread Tzafrir Cohen
On Wed, 11 Dec 2002, Christoph Bugel wrote: > On 2002-12-11, mail Admin wrote: > > Hi > > how can i konw the computer name that take my IP ADDRESS > > suppose that your IP address is 10.20.30.40, try: > > host 10.20.30.40 > > or (if you use YP): > > ypcat hosts | grep 10.20.30.40 For both YP, LDA

Re: IP and computer name

2002-12-11 Thread Christoph Bugel
On 2002-12-11, mail Admin wrote: > Hi > how can i konw the computer name that take my IP ADDRESS suppose that your IP address is 10.20.30.40, try: host 10.20.30.40 or (if you use YP): ypcat hosts | grep 10.20.30.40 = To unsubscr

Re: IP and computer name

2002-12-11 Thread Amir Tal
On Wednesday 11 December 2002 15:35, mail Admin wrote: 1) what do you mean "that take your ip address"?? use "hostname" to see your machine's name, and "ifconfig" to see the ip addresses associated with your machine. 2) i have to ask : what mail server are you "administrating" ? :) tal. > H