|
-
Apr 13th, 2006, 02:02 AM
#1
Thread Starter
Junior Member
Ip Address
I want to scan a port that a game uses, and get all the ip's that are connceted through that port to my server.
How can I do that and log those ip's to a txt file.
-
Apr 13th, 2006, 04:13 AM
#2
Re: Ip Address
Open up a command prompt and type:
It lists all current connections and their ports.
-
Apr 13th, 2006, 06:23 AM
#3
Re: Ip Address
if you wanted to do it through your vb app there is loads of examples on pscode.com search for 'netstat' then you could have your app save the IP's to a txt
-
Apr 20th, 2006, 01:33 PM
#4
Junior Member
Re: Ip Address
To use Netstat and log it to a text file of your choice Open a Command Prompt and use...
Code:
netstat -n > C:\log.txt
Last edited by Winsocket; Apr 20th, 2006 at 01:39 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|