I accidently disabled ethernet connection in my azure VM and now I can't connect to the VM again, any help please ?

Morad Ismaili 21 Reputation points
2022-09-30T18:08:39.22+00:00

I accidently disabled ethernet connection in my azure VM and now I can't connect to the VM again, any help please ?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

{count} votes
Answer accepted by question author
  1. Jackson Martins 10,626 Reputation points MVP Volunteer Moderator
    2022-09-30T18:24:08.19+00:00

    Hi @Morad Ismaili
    You can use Serial console to connect on VM and enable the NIC

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/serial-console-windows

    exemple run:

    netsh interface ipv4 show config
    netsh int set int name="ethernet 4" admin=enabled

    246601-image.png

    reference: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-rdp-nic-disabled

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    3 people found this answer helpful.

0 additional answers

Sort by: Most helpful