Finding all users on a LAN and their IP


 
Thread Tools Search this Thread
Special Forums IP Networking Finding all users on a LAN and their IP
# 1  
Old 04-22-2008
Finding all users on a LAN and their IP

On a local network, how can I generate a list that includes all usernames with their current ip?

I get this list in Apple Remote Desktop but it would be much more handy to be able to get this kind of a list in Terminal.

Using Terminal on a Mac.

Thanks for this awesome forum!
# 2  
Old 04-24-2008
Server is *NIX or Apple or M$ Windows?

On all *NIX there is last coomand which can help you out if people are logging onto a common server. On Windows there are API which can query to NTLM database and get enumaration. No knowledge about Apple Mac.
# 3  
Old 04-24-2008
Thanks very much anyway. I am using Apple Tiger server. I will look further on apple.com.

Regards,
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

finding users first name and last name

an someone help me how do i do this.. Display user id, first and last names of all the members of your CIS132 class in alphabetical order by last name. Hint: • All classmate names are in the file /etc/passwd • the first 5 characters in the user id are the same for all class members. (s132a) ... (0 Replies)
Discussion started by: an2up
0 Replies

2. Shell Programming and Scripting

finding users first name and last name

can someone help me how do i do this.. Display user id, first and last names of all the members of your CIS132 class in alphabetical order by last name. Hint: • All classmate names are in the file /etc/passwd • the first 5 characters in the user id are the same for all class members. (s132a) (1 Reply)
Discussion started by: an2up
1 Replies

3. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

4. UNIX for Dummies Questions & Answers

Finding out all users and their UNIX groups??

Is there a way to find out all users and the UNIX groups they belong to?? :) (3 Replies)
Discussion started by: Hangman2
3 Replies

5. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

6. Shell Programming and Scripting

finding idle users

I am trying to write a script that will list the idle users on my system which is running HPUX 11.11. The script is currently written as : who -u > /home/rfm/scripts/user.txt echo " There are currently... " wc -l /home/rfm/scripts/user.txt echo " User logins on System : `uname -n` ... (3 Replies)
Discussion started by: rfmurphy_6
3 Replies

7. UNIX for Dummies Questions & Answers

Finding last time users logged in

I would like to find out the last time all users have logged in or out. I tried the last command, but it could not find the wtmp file in /var/adm (I searched in othe directories also). This is an AIX rs6000 4.2.1 system. We are moving our applications from this system to an AIX 5.2 system and I... (11 Replies)
Discussion started by: jyoung
11 Replies

8. UNIX for Dummies Questions & Answers

Finding out users

Hi. After using the command 'who' and getting all used accounts on current machine - how can i found out who are the users? (2 Replies)
Discussion started by: roco
2 Replies

9. Shell Programming and Scripting

Finding valid users

Is there a way to determine the names of valid system users? I know that last, finger, and who will give you the names of users who have accessed the system and / or those who are currently logged onto the system. I was trying to determine a way to find the names of any valid user whether or not... (5 Replies)
Discussion started by: jrdnoland1
5 Replies

10. Shell Programming and Scripting

Finding users currently accesing a directory

Is there any command/script to find a list of all users accessing a particular directory (from all machines on the network??) (3 Replies)
Discussion started by: mehtad
3 Replies
Login or Register to Ask a Question