With multiple NICs, Public IP address is not displayed
With multiple NICs, Public IP address is not displayed in the AWS Instance or Azure VM.
When configuring a Virtual Machine with multiple nics the external nic must be configured first to enable the Public IP address
Overview
nics:
external-network:
ips:
- private:
type: dynamic
public:
type: static
firewall: demo-external-firewall
subnet: demo-external-subnet
internal-network:
ips:
- private:
type: dynamic
firewall: demo-internal-firewall
subnet: demo-internal-subnetAWS

Azure

AWS

Azure

Last updated
Was this helpful?