20
loading...
This website collects cookies to deliver better user experience
Nym
node to work ok, it has to have an IPv6
address and Azure was not going to let me walk away so easily…Setting up IPv6
in an Azure VM cannot be done by using the Portal
. It’s also impossible to set it up in an already existing VM.
Create
.Both
in the first option and just fill in the names of your IPs.Create
and in a couple of seconds you’ll have your two new shiny IPs.virtual network
option and click over the Create
button:Add IPv6 address space
checkbox:subnets should have at least one IPv6 address range
. Let’s click over the default
subnet name and a sidebar will open.Add IPv6 address space
checkbox, fill the IPv6 range, and click the Save
button. You’ll notice that the previous warning is gone and you’ll be able to follow the process. Click Next
and finally Create
the virtual network.network interface
option and click over the Create
button:network interface
and tick the Private IP address (IPv6)
checkbox before creating the resource.IP configurations
option in the left side menu. You’ll see a screen similar to the one below:Primary
ip configuration, and make the appropriate selections. Once you select Associate
in the Public IP address
option you’ll be able to see a list with the IPs we created before. Select the IPv4 one.Secondary
ip configuration, the IPv6 one.Properties
in the left side menu and copy the Resource ID
. We’ll need it later in order to create our VM.Network Interface
so you can filter which ports are opened to the internet.Network interface
(nym-nic) and select the Network Security Group
option in the right side menu.az login
az vm create --resource-group nym-node-burn --name nym --image UbuntuLTS --admin-username robertohuertasm --admin-password hZRAAJpjkwZ4KW --nics "/subscriptions/e3871cc7-3444-42ad-b4b8-5ee6bdbf6d54/resourceGroups/nym-node-burn/providers/Microsoft.Network/networkInterfaces/nym-nic" --location westeurope --size "Standard_B1s"
--nics
flag must be informed with the Resource ID
we copied in the previous section.Network Security Group
: