Oracle Cloud and Amazon Lightsail issues

Read this link before continuing:

Oracle Cloud / Amazon Lightsail: "bind cannot assign requested address 8025"

Use the ip command to see your private IP addresses:

ip a

Look for output similar to this:

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

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:

# 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

Restart Velocity MTA anytime you've made a change:

./restart.sh

Last updated

Was this helpful?