Why do I get NT_STATUS_CONNECTION_REFUSED from net rpc shutdown?
- by Eric
When I use "net rpc shutdown -f -I xxx.xxx.xxx.xxx -U usr%pwrd" I receive the following error.
"NT_STATUS_CONNECTION_REFUSED"
I checked that the firewall is disabled and that I can telnet to port 135 on the remote machine from the local machine. Telnet connects, there is no banner though is there supposed to be one? Not entirely sure.
Remote machine is Windows 7 Ultimate
Local machine is CentOS 5.7 "SME Server"
Any ideas why this is still failing?