|
-
May 27th, 1999, 02:00 PM
#1
Question about IPs
I am trying to set up a winsock connection to another computer - it is over an NT network - I was wondering how do I find out what the IP address of the computers are???
Thanks
-
May 27th, 1999, 02:32 PM
#2
Re: Question about IPs
If you want to know what the IP address of an NT workstation is type ipconfig at a DOS prompt, or winipcfg for Win95 computers. Remember that if you are using DHCP on your network for IP addresses these IP addresses may only be temporary, if you can use actual names and let the WINS translate them to IP addresses for you.
-
May 27th, 1999, 02:34 PM
#3
Re: Question about IPs
Do you know how I can find out what the local port is as well.
-
May 27th, 1999, 02:46 PM
#4
Re: Question about IPs
If you are using sockets to try and connect between two computers there is no port you have to use you can pick your own. There is an RFC somewhere that says what ports are reserved but you should be okay with something like 4321.
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
|