summaryrefslogtreecommitdiff
path: root/LINUX/NETWORK/Внешний IP из консоли.md
blob: d1a5d4fd8a35dd82d68fc8fe2e3d35ad621e48d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```sh
# Сетевое соединение:
hostnamectl

wget -qO- eth0.me

wget -qO- ipecho.net/plain
curl ifconfig.me
wget -O - -q ifconfig.me/ip


curl https://icanhazip.com
curl https://ipinfo.io/ip
curl https://ifconfig.me


```