Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
If you're asking how to see a list of IP addresses that are connected to a listening service on your box, you can use something like:
Code:
netstat -atn | grep ':22 '
This uses netstat to show all tcp connections, and doesn't try to resolve IPs to names. The grep command is to narrow the results down. The colon ( : ) before the port number and the space afterwards will help so you don't get false positives (e.g. 1022, 222, etc.).
In your case you'll want to grep for the port your service is listening on.
ok. what im wantin to try to do is get a list of player ip addresses from a game server. ive been told that there is a command that can do this in windows but i dont know it and was wonderin if anyone knew of a Linux command to do the same.
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe