...
Let's suppose that this project is using the 10.64.53.0 LAN network.
We will then use the 10.62.53.0 network is available: check and update this page.
Then First of all increase (from 1 to 2) the quota for network and subnetworks:
...
| Code Block |
|---|
|
neutron net-create --tenant-id ${PROJECT_ID}6dae634709c4478d92f70c388897fc96 GLV-wan
neutron subnet-create ${PROJECT_COMPACT_NAME}GLV-wan $1.$2.0/24 --enable-dhcp=True --name sub-${PROJECT_COMPACT_NAME}GLV-wan --\
dns-nameserver $3192.84.143.16 --dns-nameserver $4192.84.143.224 --dns-nameserver $5192.84.143.31 --tenant-id ${PROJECT_ID}6dae634709c4478d92f70c388897fc96
neutron router-interface-add ${ROUTER} sub-${PROJECT__COMPACT_NAME}-wan |
...
Related articles
| Content by Label |
|---|
| showLabels | false |
|---|
| max | 5 |
|---|
| spaces | CV |
|---|
| showSpace | false |
|---|
| sort | modified |
|---|
| reverse | true |
|---|
| type | page |
|---|
| cql | label in ("wan","network") and type = "page" and space = "CV" |
|---|
| labels | wan network |
|---|
|
...