Static IP incorrect
ashakibp
PROOP

4 months ago

Assigned a static IP to my instance which was supposed to be 162.220.234.15 but when SSHed into instance and checking IP I'm getting 162.220.234.98

Solved

7 Replies

4 months ago

Static IP is outgoing IP. You will not see this in SSH.


ashakibp
PROOP

4 months ago

```root@179b920ad999:/app# python
Python 3.11.14 (main, Oct 14 2025, 21:26:53) [Clang 20.1.4 ] on linux
Type "help", "copyright", "credits" or "license" for more information.

import requests;print(requests.get("https://ifconfig.me").text)
162.220.234.98```


ashakibp
PROOP

4 months ago

when I test it within the box its failing


4 months ago

Oh 🤨


ashakibp
PROOP

4 months ago

Nevermind after another redeploy it resolved


ashakibp
PROOP

4 months ago

Resolved


4 months ago

!s


Status changed to Solved samgordon 4 months ago


Loading...