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.
7,585 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jackson Martins 10,141 Reputation points MVP
    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--

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful