Questions tagged [openstack-neutron]

Neutron is a virtual network service for Openstack. It is an OpenStack project to provide "networking as a service" between interface devices (e.g., vNICs) managed by other Openstack services (e.g., nova).

Neutron mission is to implement services and associated libraries to provide on-demand, scalable, and technology-agnostic network abstraction. Like Nova Networking, Neutron manages software-defined networking for your OpenStack installation. However, unlike Nova Networking, you can configure Neutron for advanced virtual network topologies, such as per-tenant private networks and more.

Starting in the Folsom release, Neutron is a core and supported part of the OpenStack platform. It was previously known as 'Quantum'.

References

  1. Official OpenStack Neutron Wiki
  2. Lanchpad Neutron page
84 questions
1
vote
0 answers

Can't ping Openstack guest VM from other machines in the provider network - are there FW rules lacking?

Can't ping Openstack guest VM from another machine in the provider network. I have a small setup of Openstack Zed on Ubuntu 22.04. A control host, a compute host and one host "external" in the same networks used by Openstack (management and…
pilog
  • 11
  • 2
1
vote
0 answers

ARP requests not passed between instances across the same subnet or connected to the same router

I have a k8s cluster deployed in OpenStack which for communication uses internal network and only the Master nodes have floating IP's in the external network. I am trying to use MetalLB load balancer(not really a load balancer) to whom I have…
1
vote
1 answer

What does ping not showing any results mean?

I deployed a kolla-openstack and attached floating IP to an instance in it. Now while I am trying to ping the IP I am getting no response, but when I do ctrl+c it shows 100% loss. Now leaving this aside, if I try to ping an IP which is 100% not…
1
vote
0 answers

Start instances from specific subnet

we have a network with two subnets (subnet1, subnet2). However when instances are launched they receive IP only one from subnet1 (probably until it has no more IPs to offer) Do you know the rule on which a subnet is selected, and how we can…
donkihott
  • 11
  • 1
1
vote
0 answers

VPN Between OpenStack and AWS VPC

I have an OpenStack server with Vms. I have a number of instances in AWS. The VMs in both cases need to see each other. I could setup Tinc or OpenVPN on VMs but this seems prone to failure. I've read about Neutron/VPNaaS, but the documents I've…
Brian Dunbar
  • 183
  • 1
  • 14
1
vote
1 answer

OVN Cluster Health Command

Is there any command-line tool for the OVN Cluster Health check? Or each of its components? and a command or commands which gives stats about the cluster. For example, without a functional test, I want to know if everything works properly in our OVN…
1
vote
0 answers

Cannot create an instance due to failed binding

I'm deploying openstack on 3 nodes (controller, compute and block storage). Each of my nodes have 2 attachements eno1 on the management network and eno2 on a provider network (192.168.3.0/24). I'm trying to attach an instance to the provider…
1
vote
0 answers

Openstack VPNaaS tunnel sharing option

I am currently configuring a VPN using the VPNaaS of neutron. We are setting an IPSec tunnel with an external partner. The communication is established, but he ask me what type of tunnel sharing we are using. Here are the options he gave me: One…
Dazul
  • 11
  • 1
1
vote
0 answers

Openstack instance lost internet access after ataching floating ip

Maybe someone has same problem I have installed Openstack Victoria on two virtualmachines (1 controller node, 1 compute node) running ubuntu 20.04. Each node has two network interfaces, mgmt network and provider network. I have created private…
twojold
  • 21
  • 5
1
vote
0 answers

Fail to load radvd.service - Router advertisement daemon for IPv6

I'm facing this issue while setting up the neutron, it leading the OpenStack router not working. Below is output from journalctl -xe. Subject: A start job for unit radvd.service has begun execution Defined-By: systemd Support:…
Hung Ho
  • 21
  • 4
1
vote
1 answer

Openstack cannot access to the controller node from the other network

I've installed the Openstack without any issue. I'm facing the issue that cannot access the controller host from the other network. In my work environment, I have many VLAN configured on Cisco Switch. The user VLAN is (10.10.10.0/24.) The server…
Hung Ho
  • 21
  • 4
1
vote
0 answers

New compute node with openstack base bundle

In my scenario which is deployed with maas and juju, I have a network 10.10.10.0/24 which is used to deploy openstack base churm bundle. Also the maas and juju are within this network/subnet. Recently I have added a new compute node to the cluster…
1
vote
0 answers

Does the `ml2_conf.ini` configuration change required a re-population database in Openstack Ussuri?

Im new to Openstack administration. I have a up and running setup of Openstack Ussuri using 1 controller and 1 compute node in lab environment. By following CentOS related guide I have already setup'ed self-service networks option on both compute…
1
vote
1 answer

OpenStack instance failed to deploy with error "Failed to bind port"

I've recently been struggling to deploy and instances on our OpenStack environment. Whenever I try to deploy a new instance from horizon, I get the following error message: Error: Failed to perform requested operation on instance "testinstance", the…
McWaffel
  • 11
  • 1
  • 2
0
votes
0 answers

How to access internet from VM instance in Openstack?

I've been scratching my head for last 5 days, almost went to the end of Internet, read a lot of tutorials, made a lot of re installations an re configurations of openstack but at the and of the day could not resolve this problem... So i think you…
wasecrack
  • 1
  • 1
  • 2