Results 1 to 5 of 5

Thread: DOS command for finding a puter's IP...

  1. #1

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    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

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Seattle
    Posts
    954
    I am sure that you know this but just in case, you can run winipcfg from the command line.

  3. #3
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    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.

  4. #4

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    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

  5. #5

    Thread Starter
    Addicted Member Daniel_Christie's Avatar
    Join Date
    Jan 2000
    Location
    USA
    Posts
    245
    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
  •  



Click Here to Expand Forum to Full Width