VM extra network interface on Ubuntu 18.04 on OpenStack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pump (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Second interface dosnt get an ip address when configuring with openstack
Openstack instance configuration
internal-10.20.10
10.20.10.18
internet
10.20.100.18
in the VM after starting
ubuntu@node11:~$ ip a s
1: lo: <LOOPBACK,
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens3: <BROADCAST,
link/ether fa:16:3e:79:cf:fc brd ff:ff:ff:ff:ff:ff
inet 10.20.100.18/24 brd 10.20.100.255 scope global dynamic ens3
valid_lft 83172sec preferred_lft 83172sec
inet6 fe80::f816:
valid_lft forever preferred_lft forever
3: ens4: <BROADCAST,
link/ether fa:16:3e:6a:69:57 brd ff:ff:ff:ff:ff:ff
ens4 second interfaces dosnt get an IP address
cat /etc/netplan/
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/
# network: {config: disabled}
network:
version: 2
ethernets:
ens3:
dhcp4: true
match:
the only work around is to configure statically without DCHP as not to have a conflicting default GW
ens4:
dhcp4: false
It should be auto setup without conflicing GW
Please treat it as urgent
Question already raised multiple times