Questions tagged [rpc]

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer.

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer without the programmer explicitly coding the details for the remote interaction.

131 questions
1
vote
0 answers

How to add an application to Windows RPC endpoint mapper

Our DCOM application serves up objects on a specific port such as 4162, and the client used to be able to get objects via a moniker specifying a full binding (e.g. 10.0.0.15[4162]). The September 2018 Windows 10 feature update broke this approach,…
Neil M.
  • 11
  • 2
0
votes
0 answers

Trouble Promoting Windows Server 2019 to Domain Controller

I am trying to add an additional domain controller using Windows 2019 Standard in a Windows 2012 R2 environment. As far as I can tell, this is supported by Microsoft. When trying to promote the new server to a DC, I get an error that the wizard…
AZinNC
  • 11
  • 4
0
votes
1 answer

Why doesn't rpcinfo command in linux show rabbitmq?

What I understood is that some of the Openstack components communicate using RabbitMQ service (which uses RPC protocol) while other communicate using REST APIs, DB queries etc. But when I check rpcinfo -p, it doesn't list any service related to…
GP92
  • 681
  • 2
  • 9
  • 27
0
votes
1 answer

what is the port range of rpcbind in linux?

What is the port range for rpcbind services? does it have a specific port range or it is using ports range 0-1023? Thanks. Mahmoud
0
votes
1 answer

Remote Management of Windows Server 2016 via Powershell through the firewall

I use a "free tier" AWS server instance. I have only so much CPU allowance on it, and remoting to it to perform basic management stuff eats into that CPU allowance in a big way. Enter Powershell. I can been managing local machines with powershell…
0
votes
1 answer

Can I get SSH to run a "local-procedure-call" back on my workstation, allowing me to use my trusty sysadmin scripts wherever I may be?

Is there anything like a "local-procedure-call" mechanism in SSH that would allow me to momentarily redirect STD{IN,OUT,ERR} to a process on my workstation, after having SSHed into a remote machine? Perhaps a kludge involving SSH port-forwarding and…
Idris
  • 101
  • 2
0
votes
2 answers

Enable port 135 on Azure server

I have a licensing manager software installed on Azure VM and a client tool tries to connect to it using a DCOM request, which I believe uses port 135. However, I get an 'access is denied' error when it tries to establish a connection. Port scan I…
Inception
  • 111
  • 7
0
votes
1 answer

Firewall rules for the RPC Protocol

I am trying to understand how RPC works in order to set some rules un a stateful firewall, allowing RPC between a client and a server. After reading some documentation I have The client contacts the RPC-based server through the ports TCP 111…
Cod1ngFree
  • 174
  • 1
  • 2
  • 11
0
votes
1 answer

Backup Exec Server is establishing connection to unknown host outside network

Backup Exec produces a large amount of entries in my firewall. It tries to connect to a host outside my network on TCP Port 135 which is normally used for RPC. As I noticed this I logged on that server and found ot that the associated socket is…
davidb
  • 246
  • 1
  • 5
  • 16
0
votes
1 answer

Nginx proxy_set_header Host for RPC management

We're experimenting with an RPC service (linkerd) that acts as a glue between our microservices – reading off their locations from a local Consul cluster etc. Now Linkerd expects to see the Host header on an incoming request to figure out which…
Ashesh
  • 233
  • 2
  • 13
0
votes
1 answer

Remote Computer on Event Viewer, RPC server is unavailable

I am connected to a Domain Controller, as the Administrator via RDP. Server 2008 R2. I am trying to connect remotely to the event viewer of a machine on the domain. When I go to connect to another computer in Event Viewer, or by right clicking the…
OWSam
  • 111
  • 1
  • 6
0
votes
1 answer

Exchange 2007 RPC over HTTPS, basic auth, password prompt bypassed by clicking 'need password'.. desired behavior?

I can't handle the incessant password prompting anymore.. Our Outlook installations prompt for a password after the comps wake from sleep and/or when changing between wired/wireless. Outlook DOES NOT prompt for a password when launching…
0
votes
1 answer

On CentOS, rpcinfo uses unusual source port when run as root

In doing some testing with the rpcinfo command on CentOS 5.10, I noticed an interesting feature. When running as root, after the connection occurs, viewing the socket table with netstat -natup shows that the source port of the connection is less…
Jeremy Dover
  • 318
  • 1
  • 6
0
votes
0 answers

RPC shutdown command from Linux to Windows Server 2012 - connection refused

I am needing to restart a windows server from a Linux server. The error i get is: (i have replaced ip address with xx ) Could not connect to server xx.xx.xx.xx Connection failed: NT_STATUS_CONNECTION_REFUSED It fails with that result no matter…
Elgoots
  • 1
  • 3
0
votes
1 answer

Windows 2012 R2 Cluster

This is my first time building a Failover Cluster. I run the validation and every time I get the following. "Failed to prepare storage for testing on node {SERVER NAME}: The remote procedure call failed." The Server Name is always the same no…
ArcSet
  • 101
  • 4
1 2 3
8 9