|
-
Nov 13th, 2000, 03:09 PM
#1
Thread Starter
Addicted Member
Does anyone know the DOS command for finding a puter's IP address.
I don't need to code it, but on my current system there is a proxy setup for it, but I can't figure out what the correct IP is...
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
-
Nov 13th, 2000, 03:31 PM
#2
Fanatic Member
I am sure that you know this but just in case, you can run winipcfg from the command line.
-
Nov 13th, 2000, 03:46 PM
#3
Frenzied Member
ipconfig is the DOS version.
Output looks like this:
Code:
C:\WINNT\system32>ipconfig
Windows NT IP Configuration
Ethernet adapter El90x1:
IP Address. . . . . . . . . : xxx.xxx.xxx.xxx
Subnet Mask . . . . . . . . : xxx.xxx.xxx.xxx
Default Gateway . . . . . . : xxx.xxx.xxx.xxx
Options include:
Code:
C:\WINNT\system32>ipconfig /?
Windows NT IP Configuration
usage: ipconfig [/? | /all | /release [adapter] | /renew [adapter]]
/? Display this help message.
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
The default is to display only the IP address, subnet mask and default gateway
for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
-
Nov 13th, 2000, 04:10 PM
#4
Thread Starter
Addicted Member
If I am on a LAN and behind a proxy...
Which of the following is needed to make my Winsock chat program able to serve for other clients?
IP address:
DNS Server:
Default Gateway:
DHCP Server:
Primary WINS server:
Secondary WINS server:
Ad I'm sure I will need to share my H/D is this correct?
__________________
I appreciate all of your time and effort,
Daniel Christie
VB5 Enterprise Edition
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
-
Nov 13th, 2000, 04:16 PM
#5
Thread Starter
Addicted Member
Never mind I got, silly me.
I appreciate all of your time and effort,
Daniel Christie
VB 5 and 6 Enterprise Editions,
Html, Java scipt, Vb script,
& etc...
http://www.qwcd.com
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
|