Horizon dashboard
Create a network and subnet
Navigate to and select Project -> Network -> Networks -> "Create Network" to begin creating a Neutron Network, we recommend the following settings:
| Option | Recommended setting |
|---|---|
| Network name | bedrock-net |
| Admin state | UP |
| Create subnet | Yes |
| Subnet name | bedrock-subnet |
| Network address | 10.75.0.0/16 |
| IP Version | IPv4 |
| Gateway IP | 10.75.0.1 |
| Allocation pools | Blank |
| DNS Name Servers | 8.8.8.8, 8.8.8.4 |
| Host routes | Blank |

Create a Neutron router
OpenStack users and projects can have many networks - routers are used to provide access between Neutron Networks. By default, floating IPs are allocated to the primary project on the public network - a system administrator can allocate floating IPs to additional projects and networks upon request.
Navigate to the Network -> Routers tab within Horizon, and click the "Create Router" button. We reccommend the following settings:
| Option | Recommended setting |
|---|---|
| Router name | bedrock-router |
| External network | public |
Replace with your desired name

Attach interface to router
Navigate to the Network -> Routers -> Interfaces tab within Horizon. Click Add Interface and select the subnet of your previously created network.
