일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Sysinternals
- service
- deployment
- Flutter
- macos
- nginx-media-server
- Java
- HLS
- ebpf
- Python
- configmap
- wireshark
- Windows10
- docker
- kubectl
- RTMP
- aws cli
- spring cloud config
- 행정구역분류
- Shell script
- aws
- ffmpeg
- Kubernetes
- Android
- namespace
- dart
- Pod
- android studio
- VSCode
- golang
Archives
- Today
- Total
woonizzooni
CLI환경에서 내 공인 IP / 외부 IP 찾기 (public ip / external ip) 본문
검색어를 'to find my external ip' 혹은 'to get my public ip'등으로 섞어가며(?) 해보면 됨.
GUI환경이면 my external ip를 검색해서 "https://www.myexternalip.com/" 결과를 참고하면 됨.
CLI환경에서 tool제약이 없다는 전제하에
$ dig +short myip.opendns.com @resolver1.opendns.com
$ curl https://ipinfo.io/ip
'MISC' 카테고리의 다른 글
der인증서 pem 변환 (0) | 2019.12.06 |
---|---|
[VSCode] Python flask 디버깅 환경 구성 (Mac) (0) | 2019.12.06 |
Mac에서 스크린샷 클립보드에 복사하기 (1) | 2019.12.04 |
gif 파일 크기 줄이기 / gif 해상도 변경하기 (0) | 2019.11.23 |
[VSCode] XDebug PHP 디버깅 환경 설정 (1) | 2019.11.12 |
Comments