IP Private
Kalau hanya perlu informasi IP, jalankan perintah:
hostname -I
Output:
172.17.0.2
Atau, kalau mau lihat informasi lengkapnya, gunakan perintah:
ifconfig
Output:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.17.0.2 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:41:ac:11:11:02 txqueuelen 0 (Ethernet)
RX packets 26465 bytes 31978960 (31.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14406 bytes 960528 (960.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1000 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
IP Publik
Ada beberapa website yang bisa menampilkan IP publik kita, diantaranya: ifconfig.me, icanhazip.com, whatismyip.akamai.com.
Gunakan cURL
untuk mengecek IP publik melalui situs-situs tersebut, contoh:
curl ifconfig.me
Output (IP Disamarkan):
123.123.123.123
Kamu tau jawabannya?
Ayo bergabung bersama lebih dari 200.000 pengguna lainnya!