kay106
kay106

Reputation: 65

Additional Network Interface card in Linux VM in Azure

I have deployed a Kali Linux VM in Azure and created an addition network interface card, however when i type ifconfig in terminal I cannot see the new network interface card I attached?

Upvotes: 0

Views: 509

Answers (1)

Hannel
Hannel

Reputation: 1706

Below are the steps to added Nic to a Linux VM correctly.

https://learn.microsoft.com/en-us/azure/virtual-machines/linux/multiple-nics?toc=%2fazure%2fvirtual-network%2ftoc.json#add-a-nic-to-a-vm

To make sure you do not run into issues it is better to add Nic while VM is deallocated.

Upvotes: 0

Related Questions