<div dir="ltr">Dear All,<div>I am new to this, installed rocky on centos 7 with 2 node controller and compute nodes, followed  <a href="https://docs.openstack.org/neutron/rocky/install/environment-networking-controller-rdo.html" target="_blank">https://docs.openstack.org/neutron/rocky/install/environment-networking-controller-rdo.html</a> as mentioned in the document used vxlan and  the Networking option 2: Self service network and 

used linuxbridge,    verified all the steps as mentioned in the document and all things are working fine but i am unable to access the internet in instances. </div><div><div>The network layout image attached herewith for reference there are two ports, one is for management and another is a provider network through which the internet is accessible.</div><div><br></div><div>The provider network is <a href="http://10.1.0.0/16" target="_blank">10.1.0.0/16</a> and the gateway is 10.1.1.1 which I have set in the external network..</div></div><div><div>When i run # ip netns command on controller node it shows qdhcp and qrouter </div><div><br></div><div>[root@controller ~]# ip netns<br>qrouter-2f84ff08-7293-4822-a4c1-57278d80f1cf (id: 2)<br>qdhcp-186cc689-267b-49ca-90a7-b312fd0367f3 (id: 1)<br>qdhcp-513292db-3eb8-4902-974f-4bb9c4757652 (id: 0)<br></div><div><br></div><div>but when I run # ip netns command on compute it shows nothing.</div></div><div><br></div><div>[root@controller ~]# openstack network agent list<br>+--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br>| ID                                   | Agent Type         | Host       | Availability Zone | Alive | State | Binary                    |<br>+--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br>| 0286adac-2a32-4866-8b75-95f190c2c310 | Linux bridge agent | compute1   | None              | :-)   | UP    | neutron-linuxbridge-agent |<br>| 47728860-d7b0-4b15-b3dc-1f8a6bf81125 | Metadata agent     | controller | None              | :-)   | UP    | neutron-metadata-agent    |<br>| 4957d1b2-ea33-4034-9869-8518438416b0 | L3 agent           | controller | nova              | :-)   | UP    | neutron-l3-agent          |<br>| a81e4138-0190-41ef-b0a1-bd1b66c01343 | DHCP agent         | controller | nova              | :-)   | UP    | neutron-dhcp-agent        |<br>| ea43868d-8394-4cf5-a104-edc5ecbaff9e | Linux bridge agent | controller | None              | :-)   | UP    | neutron-linuxbridge-agent |<br>+--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+<br></div><div><br></div><div>Is there any need to create br-int or br-ex on nodes because that is not mentioned in the link which i have followed, if need kindly guide the steps to do that and on which node these steps need to follow.<br></div></div>