1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved How to check the Subnet Mask etc of other system?

Discussion in 'Networking (Hardware & Software)' started by Signode, 2013/05/03.

  1. 2013/05/03
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    Hi;

    In a netwrok, if I want to check is any PC is active, I just go to comandline and digit the command "ping" and then IP address of that system. I want to know is their anyway to check the Subnet Mask, gateway, DNS etc of a spacific system in LAN by using another system?
     
  2. 2013/05/03
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    The Windows command that will give you all of the network info is: ipconfig. This works only on the one computer. However, you can execute that command on other computers on the network by first installing PsTools, a free set of tools from Microsoft. The tool you'll want to use is PsExec.

    Code:
    psexec \\remotecomputer ipconfig /all
    or for the whole network:
    Code:
    psexec @computerlist.txt ipconfig /all
     
    rsinfo likes this.

  3. to hide this advert.

  4. 2013/05/03
    rsinfo

    rsinfo SuperGeek Alumni

    Joined:
    2005/12/25
    Messages:
    4,076
    Likes Received:
    178
    Where "@" directs PsExec to run the command on each computer listed in the text file computerlist.txt

    PsExec
     
  5. 2013/05/04
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Note, you may have to pass the username and password in the command too.
     
  6. 2013/05/06
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    Dear TonyT

    When i click the file PSExec in folder, a window same like Command Prompt appears shortly and disappears.
    I also tried to right click, Run as>> and then select user name and password but the same results.
     
  7. 2013/05/06
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Read the installation and usage instructions at the site. You must put the file psexec.exe in C:\Windows\System32\ . It's a command line program.

    Open a command prompt and use the command: psexec
     
  8. 2013/05/07
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    I have successfully run the PSExec.

    Actually, we have a "Site Manager" (Secomea brand SE2034) which has been installed by OEM at our Corrugator machine to communicate with machine PCs and PLC remotely. The IP address of this device is 172.16.28.254. To enable it, we ping it and then digit the command "arp "“a" (see attached image). I want to check Site Manager's other settings such as DNS, Subnet Mask, Default Gate way etc. I don't want to ask to OEM but dont know how (see other attachment)

    VPN.PNG

    PSExec.PNG
     
  9. 2013/05/07
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    \\remotecomputer is a generic name, there is no computer named \\remotecomputer.

    \\remotecomputer is used there to demonstrate the command, you must use the actual computer name or its IP address.
     
  10. 2013/05/12
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    Dear Friends;

    I am sorry but i have failed to access to the "Site Manager" via PsExec. See the attached image. I am sorry for my lack of understanding.
     

    Attached Files:

    • VPN.PNG
      VPN.PNG
      File size:
      22.6 KB
      Views:
      13
  11. 2013/05/12
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  12. 2013/05/13
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    This is an industrial router named "Site Manager" which is used to connect with the HMI PCs and PLC remotely via internet. See attached image.
     

    Attached Files:

  13. 2013/05/13
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    Are you sure that device even knows what the Windows command "ipconfig /all" means?

    The manual should help you determine exactly what needs to be donme to communicate with it. 1) What hardware needs to be connected to it in order to communicate with it, and 2) what commands does it understand. Some devices only know a handful ... enough to get them configured.
     
  14. 2013/05/13
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
  15. 2013/05/14
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    Ok. I try to ask to our machine manufacturer.
     
  16. 2013/05/18
    Signode

    Signode Well-Known Member Thread Starter

    Joined:
    2011/09/06
    Messages:
    109
    Likes Received:
    0
    Manufacturer of machine sent the required info.
    Checking of subnet mask etc of this site manager by PsExec could not be done. Just for my knwoledge, to check the subnet mask etc of other system (within network) by PsExec, what are the requirements? I tried to check another PC but failed.

    I am really sorry that I have minimum knowledge about IT but after joining this forum, my knowledge has been increasing day by day. My field is electrical maintenance of machines and automation. Modern machinery is equipped with PC (HMIs) and we face problems in those PCs of machines.
     

    Attached Files:

  17. 2013/05/19
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    WindowsITPro.com > Systems Management > PsExec

    More: TechNet.Microsoft.com > Windows Sysinternals > PsExec v1.98
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.