Announcement

Collapse
No announcement yet.

How do i list Multiple IPs on the same server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do i list Multiple IPs on the same server

    I can running Hyena 6.3, I have some web servers and wish to list all IP's they are using. Some server are using more than 20 IP's

    I can list the servers main IP, but not all the additional ones.

    Any assistance would be helpful.

    Thanks

  • #2
    Re: How do i list Multiple IPs on the same server

    The only way to do this would be to look at the Win32_NetworkAdapterConfiguration class in WMI. As long as you have the Enterprise Edition, you should have this class already setup as a default. You might need to modify the properties to show the extra IP addresses, as I don't know where they are in the class.
    Kevin Stanush
    SystemTools Software Inc.

    Comment


    • #3
      Re: How do i list Multiple IPs on the same server

      kstanush Thank you so much. This has worked.

      Comment


      • #4
        Re: How do i list Multiple IPs on the same server

        Let us know what property it was in the class that gave you this information.

        Thanks
        Kevin Stanush
        SystemTools Software Inc.

        Comment


        • #5
          Re: How do i list Multiple IPs on the same server

          It was in the Win32_NetworkAdapterConfiguration/IPAddress class ^ was used to separate the IP's

          Comment

          Working...
          X