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 <Azure VM's IP address>
I worked with my network engineer to see if any RPC calls are being blocked by firewall but there is no blocking from the source to the destination. UDP and TCP Port 111 has already been opened. TCP Port 135 is not opened. However my vendor say it is not necessary for RPC.
The terminal is showing this error: rpcinfo: can't contact portmapper: rpcinfo: RPC: Unable to receive; error = 10054
How can I fix the error shown above and establish RPC? PS: I am just a software engineer and not very familiar with this.