Re: using wmi trough the firewalls

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Sergio (aaa)
Date: 01/12/05


Date: Wed, 12 Jan 2005 09:05:05 +0100

perņ la riga rimane fissa non scompare mai...
possibile che nelle impostazioni avanzate non sia possibile modifacrla in
qualche modo?

ciao

sergio
"Sergio" <aaa> wrote in message
news:O6lsAx$9EHA.1392@tk2msftngp13.phx.gbl...
> Hi everybody!
>
> I want to connect to wmi interface of some server of my WAN.
>
> This servers stand on an private network behind a cisco-pix firewall.
>
> I can reach it with an pubblic Ip Address, so I'm able to connect to it in
> every way (telnet, Terminal client, Management Console, etc).but i can't
> connect in any way with wmi.
> If I try to connect with the WMI control Console, I got this error :
> Failed to connect to \\myserver.mysubdomain.mydomain.com because "Win32: A
> security package specific error occurred."
>
> Same problem if I try a stupid script like these from my remote pc:
>
> strComputer = "\\myserver.mysubdomain.mydomain.com"
> Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
> Set colItems = objWMIService.ExecQuery("Select * from Win32_Process",,48)
> For Each objItem in colItems
> Wscript.Echo "Caption: " & objItem.Caption & " - CommandLine: " &
> objItem.CommandLine
> Next
>
> I get this error : \temp_script.vbs(3, 1) (null): 0x80041021
>
> but if I exeute it localy ( on the remote server with the my user ) it
> works fine.
>
> You must know it :
>
> . The servers are subdomains' members
> . I have the grant of Enterprise administrator
>
>
>
> I need help, I hope will can give me it!
>
> Sergio M.
>
>
>



Relevant Pages

  • Re: PPTP Site-to-Site VPN problem
    ... > Sergio Ricci wrote: ... >> (hence why I pointed out several times that the servers had SP1 ... > be relevant at all but have a look at the hotfix and related article to ...
    (microsoft.public.windows.server.networking)
  • Re: PPTP Site-to-Site VPN problem
    ... Ok I think it is a routing problem. ... I assume that both servers are multi-homed servers. ... "Sergio Ricci" wrote: ... >> Does your clients default gateway point to your RRAS servers? ...
    (microsoft.public.windows.server.networking)