ashakibp
PROOP
a month 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
samgordon
PROTop 5% Contributor
a month 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```
samgordon
PROTop 5% Contributor
a month ago
Oh 🤨
samgordon
PROTop 5% Contributor
a month ago
!s
Status changed to Solved samgordon • about 1 month ago