# 如何创建/请求特定的浮动 IP

有一种情况需要请求特定的浮动 IP：

1. 转到 undercloud。

2. Source admin 云凭据。

```shell
openstack floating ip create --floating-ip-address <your-ip> --description "openshift lbip" --project <project id to own this ip> ext-net
```

