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
0
votes
1 answer

Unable to establish RPC between an on-premise windows server to an Azure VM (Windows)

I am facing an issue where I am trying to establish RPC between an on-premise windows server to an azure VM (Windows) by executing the following cmd in the terminal from the source (on-premise windows server): rpcinfo -p I…
Joe
  • 1
0
votes
1 answer

Can not modify Remore Procedure Call (RPC) service

I have an admin account on my windows, and I used to disable the RPC service before, but recently I can't even modify that. It is permanently disabled, and I can't change its properties. Does anyone have a clue to tell me what could be the…
0
votes
1 answer

What is the difference between mount -t nfs3 and mount -t nfs -o nfsvers=3?

While mounting a share I had issues with idmapping. Mounting with sudo mount -t nfs 192.168.0.23:/myshare ./myshare -o nolock and listing its contents yielded this (note the nobody and 4294967294): -rwx------ 1 nobody 4294967294 48 Sep 27 1998…
gmelodie
  • 105
  • 1
  • 5
0
votes
1 answer

Windows 10 remote tools not working, mmc, psexec etc

I'm having a problems on the network Some newer Windows 10 PC's (Win10 image from Dell), behave different, then older Dell PC's. They have the same service pack's and hotfixes, its something in settings. They don't accept remote administration…
Peter
  • 115
  • 1
  • 8
0
votes
1 answer

Why would a server in an AD environment allow Remote Registry access by FQDN, but deny and lock out accounts over IP address?

We have a situation where a software application cannot be installed because the admin account used during installation gets locked out during prerequisite checks. After some investigation, we found the cause: The prerequisite check looks at remote…
0
votes
1 answer

Hyper-V Remote Management / Windows 10 client / Hyper-V Server 2012 R2

I've been struggling for a few days now with some crazy issues connecting to my 2012 R2 server via Hyper-V manager from Windows 10. Setup: Client is a Windows 10 Pro machine running v1903 Host is a Hyper-V 2012 R2 machine running…
0
votes
0 answers

How can I connect to the SQL database in the cloud via MSDTC?

Objective: I am continuing the development of a legacy Windows Forms application by developing locally on my laptop. The app relies on MSDTC to connect to a SQL database. I want to host the SQL database in the cloud @ Azure. A VPN has been…
nairware
  • 309
  • 2
  • 10
  • 17
-1
votes
1 answer

Usage of libvirt rpc protocol

Where libvirt rpc protocol is used? Is it used inside remote connection communication? I have read that it used between libvirt library and libvirt daemon.
-1
votes
1 answer

ejabberd 14.12 xml rpc enable

I've got problem with my new ejabberd installation. I need to enable mod xml_rpc, so what I do: I'm uncomment this in my ejabberd.yml file: ## To handle XML-RPC requests that provide admin credentials: ## ## - ## port: 4560 ## module:…
lukasz
  • 1
-1
votes
1 answer

Too many RPC connections make web socket closed

Several servers are connected via RPC. There are times when apps in OS have too many RPC calls, which causes the network to become closed. What is the best way to debug or configure my OS? "msg":"sending ping message: write tcp…
-1
votes
1 answer

Loading a performance DLL of a windows 7 service

I am trying to do a POC of recently published windows zeroday flaw where a vulnerability has been exposed in windows registry entries. I have created a performance subkey of a service RPCEPTMAPPER and set my DLL path there, however I am unable to…
1 2 3
8
9