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
7 Replies
4 months ago
Static IP is outgoing IP. You will not see this in SSH.
```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```
4 months ago
Oh 🤨
4 months ago
!s
Status changed to Solved samgordon • 4 months ago