In this section:
When initially installing the D-SBC SWe on OpenStack, the following networks must be created before instantiation:
Signaling/media (PKT0, PKT1) - used for SIP signaling and media. This includes SIP peers within the same network, SIP peers on a different networks within the same cloud, and peers on the public internet or in any network that requires exiting the cloud.
Make sure all your NICs are physically plugged in (link light on) before spawning VM instance using qcow2 image. Otherwise, an incorrect port mapping may occur (logical to physical), and your SBC may not function properly.
Log on to Horizon GUI as admin user.
On the navigation pane, click Project > Network > Networks.
Click Create Network. In Create Network screen, specify the following values:
Enter Network Name.
Select UP from Admin State drop-down menu.
Click Next.
In Subnet tab:
Enter Subnet Name.
Enter Network Address for the subnet in Network Address field.
Select IPv4 from IP Version drop-down menu.
Enter Gateway IP. You may disable the gateway by enabling the Disable Gateway check box.
Click Next.
In Subnet Details, specify the following values:
Disable Enable DHCP check box.
Enter IP address range (<start_ip_addr>, <end_ip_addr
>) in Allocation Pools. For example, 10.0.0.100, 10.0.0.250
.
Enter DNS Name Servers.
Enter additional routes for host in Host Routes.
Click Create.
For IPv6 with DHCP enabled, ensure that subnet details IPv6 Address Configuration Mode is set to DHCPv6 stateful: Address discovered from OpenStack DHCP as demonstrated in the example screen capture below.
Repeat steps 3 through 6 to create HA, PKT0, and PKT1 networks.
The created networks display in the Networks screen.
Based on your network requirement, you can create router connecting each external network with one or more internal networks.
On the navigation pane, click Project > Network > Routers.
Click Create Router.
In Create Router screen:
Enter router name in Router Name field.
Select UP from Admin State drop-down menu.
Select the external network from External Network drop-down menu.
Click Create Router.
In Routers screen, click Interfaces tab.
Click Submit.