Unencrypted traffic is disabled in the service configuration

0 votes
asked Apr 14, 2013 in IRF tantárgy by anonymous  
retagged Apr 17, 2013 by micskeiz

A gyakorlat anyagát követve próbáltam a Windows Server 2012-s virtuális gépen WsMan kapcsolatot létesíteni de sehogy nem sikerül. Valaki tudna segíteni, mit rontok el?

PS WSMan:\localhost\Client\Auth> dir


   WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\Client\Auth

Type            Name                           SourceOfValue   Value                                          
----            ----                           -------------   -----                                          
System.String   Basic                                          true                                           
System.String   Digest                                         true                                           
System.String   Kerberos                                       true                                           
System.String   Negotiate                                      true                                           
System.String   Certificate                                    true                                           
System.String   CredSSP                                        true                                           



PS WSMan:\localhost\Client\Auth> cd ..\

PS WSMan:\localhost\Client> dir


   WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\Client

Type            Name                           SourceOfValue   Value                                          
----            ----                           -------------   -----                                          
System.String   NetworkDelayms                                 5000                                           
System.String   URLPrefix                                      wsman                                          
System.String   AllowUnencrypted                               true                                           
Container       Auth                                                                                          
Container       DefaultPorts                                                                                  
System.String   TrustedHosts                                   10.90.1.10                                     



PS WSMan:\localhost\Client> Test-WSMan -ComputerName 10.90.1.10 -Authentication basic -Credential Administrator
Test-WSMan : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="5" Machine="irfserver.irfhf.local"><f
:Message>The WinRM client cannot process the request. The authentication mechanism requested by the client is not supported by the se
rver or unencrypted traffic is disabled in the service configuration. Verify the unencrypted traffic setting in the service configura
tion or specify one of the authentication mechanisms supported by the server.  To use Kerberos, specify the computer name as the remo
te destination. Also verify that the client computer and the destination computer are joined to a domain. To use Basic, specify the c
omputer name as the remote destination, specify Basic authentication and provide user name and password. Possible authentication mech
anisms reported by server:     Negotiate Kerberos   </f:Message></f:WSManFault>
At line:1 char:1
+ Test-WSMan -ComputerName 10.90.1.10 -Authentication basic -Credential Administra ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (10.90.1.10:String) [Test-WSMan], InvalidOperationException
    + FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.TestWSManCommand


PS WSMan:\localhost\Client> ipconfig

Windows IP Configuration


Ethernet adapter lan:

   Connection-specific DNS Suffix  . : 
   IPv4 Address. . . . . . . . . . . : 10.90.1.10
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 

Tunnel adapter isatap.{71A4BFFE-0469-4A6B-AF01-655638AC8130}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

PS WSMan:\localhost\Client> WinRm quickconfig
WinRM service is already running on this machine.
WinRM is already set up for remote management on this computer.
commented Apr 14, 2013 by anonymous  
A 10.90 az mindenhol 10.90.1.10, de valamiért kiformázódott.
commented Apr 14, 2013 by kviktor (84 points)  
Te a Clientet állítottad be, a szerveren kéne szerintem a wsman:\localhost\Service-ben engedélyezni.
commented Apr 14, 2013 by anonymous  
ááá köszönöm :)

1 Answer

0 votes
answered Apr 17, 2013 by micskeiz (2,873 points)  

Igen, ez a helyes megoldás: "Te a Clientet állítottad be, a szerveren kéne szerintem a wsman:\localhost\Service-ben engedélyezni."

...