# Oracle Cloud and Amazon Lightsail issues

{% hint style="danger" %}
**See the required background reading on Oracle Cloud and Amazon Lightsail.**&#x20;
{% endhint %}

Read this link before continuing:

{% content-ref url="/pages/NAWVLG12wDpsKjzTdSGf" %}
[Oracle Cloud / Amazon Lightsail: "bind cannot assign requested address 8025"](/docs/common-installation-issues/oracle-cloud-amazon-lightsail-bind-cannot-assign-requested-address-8025.md)
{% endcontent-ref %}

{% hint style="warning" %}
**Make sure you configure Velocity MTA to use the private IP that links to the public IP you want to use for your management IP address and sending IP addresses.**&#x20;
{% endhint %}

Use the ip command to see your private IP addresses:

`ip a`&#x20;

Look for output similar to this:

<figure><img src="/files/J5QADigCNvIXndw0cEb8" alt=""><figcaption></figcaption></figure>

You might also be shown your private IP addresses as part of the MOTD (message of the day) when you log in:

<figure><img src="/files/ic7pX7wh1lypiiNMhIYK" alt="" width="563"><figcaption></figcaption></figure>

Use the 'curl' command to find your "real" IP by initiating a connection from your private IP to a compatible website that reveals your public IP:&#x20;

`# curl --interface 10.0.0.246 icanhazip.com`\
`144.24.125.61`\
`# curl --interface 10.0.0.128 icanhazip.com`\
`144.24.125.186`\
`# curl --interface 10.0.0.42 icanhazip.com`\
`144.24.125.167`\
`# curl --interface 10.0.0.231 icanhazip.com`\
`144.24.125.150`\
`# curl --interface 10.0.0.82 icanhazip.com`\
`129.159.125.34`

{% hint style="success" %}
**Add the private IP addresses to velocity-install/conf/mta.conf and velocity-install/conf/ipaddresses that correspond to the public IP addresses you want to use for Velocity MTA.**&#x20;
{% endhint %}

{% hint style="danger" %}
&#x20;:warning: **Remember: you can't add the IP address being used by the ESP platform in conf/ipaddresses or conf/mta.conf** :warning:
{% endhint %}

Restart Velocity MTA anytime you've made a change:&#x20;

```
./restart.sh
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emaildelivery.com/docs/velocity-mta-basics/oracle-cloud-and-amazon-lightsail-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
