Добрый день!
Подскажите что не так, использую kolla asnible
Все на одном сервере
2 NIC
auto eth0
iface eth0 inet static
address
10.144.14.43/24 gateway
10.144.14.4 dns-nameservers
8.8.8.8 auto eth1
iface eth1 inet manual
up ip link set dev eth1 up
down ip link set dev eth1 down
globals.yaml
network_interface: "eth0"
neutron_external_interface: "eth1"
openstack network create --external --provider-physical-network physnet1 \
--provider-network-type flat public1
openstack subnet create --no-dhcp \
--allocation-pool
10.128.0.0/24 --network public1 \
--subnet-range start=
10.128.0.40,end=
10.128.0.50 --gateway
10.128.0.3 public1-subnet
openstack network create --provider-network-type vxlan demo-net
openstack subnet create --subnet-range
10.0.0.0/24 --network demo-net \
--gateway
10.0.0.1 --dns-nameserver
8.8.8.8 demo-subnet
openstack router create demo-router
openstack router add subnet demo-router demo-subnet
openstack router set --external-gateway public1 demo-router
На eth1 подается сетка
10.128.0.0/2410.0.0.0/24 виртуальная
На VM нет выхода до интернета который на сетке
10.128.0.0/24, даже gw
10.128.0.3 не пингуется
router не пингует gw сети