Provider Network Flashcards

1
Q

Como se crea una red externa

A

openstack network create —external —share —provider-network-type flat —provider-physical-network datacentre provider-demo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Como se crea una subnet

A

openstack subnet create —subnet-range 172.25.250.0/24 —no-dhcp —gateway 172.25.250.254 —dns-nameServer 172.25.250.254 \
—allocation-pool start=172.168.250.101,end=173..25.250189
—Network provider-demo provided sun-network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Como se crea un router

A

Openstack router create demo-router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Como se setea un external gateway modificando el existente

A

openstack router set —external-gateway provider-datacentre demo-router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Como se agrega una subnet al router privado

A

openstack router add subnet demo-router demo-subnet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como se muestran nuestros router

A

openstack router list

openstack router show demo-router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

como se crea una ip flotante

A

openstack floating ip create provider-datacentre

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Como se ven las ip flotantes de un servidor

A

openstack server list -f json

How well did you know this?
1
Not at all
2
3
4
5
Perfectly