# How to Create/Request a Specific Floating IP

There are cases where you might need to request a specific floating IP:

1. Go to the undercloud.

2. Source the admin cloud credentials.

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

