set rpcprotocol using dnscmd command
To set rpcprotocol, using dnscmd , for a dns server to use it for endpoint connections , do the following.
Assume server name is "dnsserver"
1. To set rpcprotocol to use tcpip for endpoint connections run
dnscmd dnsserver /config /RpcProtocol 1
2 To set it use namedpipe run
dnscmd dnsserver /config /RpcProtocol 2
3. To set it use LPC run
dnscmd dnsserver /config /RpcProtocol 3
4. To disable RPCprotocol run
dnscmd dnsserver /config /RpcProtocol 0
Assume server name is "dnsserver"
1. To set rpcprotocol to use tcpip for endpoint connections run
dnscmd dnsserver /config /RpcProtocol 1
2 To set it use namedpipe run
dnscmd dnsserver /config /RpcProtocol 2
3. To set it use LPC run
dnscmd dnsserver /config /RpcProtocol 3
4. To disable RPCprotocol run
dnscmd dnsserver /config /RpcProtocol 0
0 comments:
Post a Comment