Trying to administer network setting of server via netsh
Posted
by Jaime
on Server Fault
See other posts from Server Fault
or by Jaime
Published on 2009-09-28T22:31:34Z
Indexed on
2010/03/09
1:08 UTC
Read the original article
Hit count: 517
remote-access
|remote-administration
Hi there,
I am trying to configure the LAN settings of a Windows 2008 server remotely via netsh. I've been trying this command (issued at the client) assuming the IP address of the server is 192.168.0.1:
netsh -r 192.168.0.1 -u 192.168.0.1\Administrator -p password lan show config
but I keep getting the following message:
WARNING: Could not obtain host information from machine [192.168.0.1]. Some commands may not be available.
The RPC server is unavailable.
Am I understanding the command above properly? Is there a step or two that I missed in setting this up?
Thanks in advance.
P.S. The Routing and Remove Access service on the server is enabled.
© Server Fault or respective owner