How to create jumpbox vm that will connect remotely other private ip VM

Priya Dharshini M 20 Reputation points
2023-02-19T10:07:47.8833333+00:00

Connectivity details

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,972 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,490 questions
0 comments No comments
{count} votes

Accepted answer
  1. msrini-MSFT 9,286 Reputation points Microsoft Employee
    2023-02-19T16:02:24.5666667+00:00

    Hi,

    You can create a subnet where you can deploy an Azure VM with Public IP. You will need to allow port 3389 or 22 so you can RDP or SSH to this VM from Internet.

    Once you enter this Jumpbox, you can ssh or rdp to other VMs in the same VNET using their Private IP.

    There is another option which is Azure Bastion using which you can ssh or rdp to your VMs.

    Regards,

    Karthik Srinivas

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sreeju Nair 12,361 Reputation points
    2023-02-19T10:21:54.9633333+00:00

    I recommend you to go through the following documentation that explains in detail how you can use Bastion host to connect to your Virtual Machines securely.

    https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/cloud-scale-analytics/architectures/connect-to-environments-privately

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.