250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CCA131
- RDBMS
- SQLD
- hadoop
- MFA
- sql자격증
- SQL
- 클라우데라자격증
- 빅데이터실무자격증
- AWSCloudPractitioner
- 쉘스크립트
- Multi Factor Authentication
- 코딩테스트
- EC2
- AWS자격증
- mysql
- 하둡
- CCAAdministrator
- 클라우드컴퓨팅
- programmers
- Identity and access management
- 프로그래머스
- CLF-01
- IAM
- 빅데이터
- hive
- 클라우드자격증
- 리눅스
- 데이터베이스
- 파이썬
Archives
- Today
- Total
Sherry IT Blog
virtualbox vm에서 외부망 연결 확인방법(ping) 본문
728x90
반응형
google dns 공개 ip 로 확인
8.8.8.8 또는 8.8.4.4
[root@localhost ~]# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=49 time=39.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=49 time=39.3 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=49 time=40.5 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=49 time=40.9 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3008ms
rtt min/avg/max/mdev = 39.314/40.102/40.919/0.705 ms
[root@localhost ~]# ping 8.8.4.4
PING 8.8.4.4 (8.8.4.4) 56(84) bytes of data.
64 bytes from 8.8.4.4: icmp_seq=1 ttl=49 time=39.8 ms
64 bytes from 8.8.4.4: icmp_seq=2 ttl=49 time=39.3 ms
64 bytes from 8.8.4.4: icmp_seq=3 ttl=49 time=40.4 ms
^C
--- 8.8.4.4 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 39.337/39.906/40.487/0.469 ms
728x90
반응형
'Linux' 카테고리의 다른 글
파일 압축명령어 tar (0) | 2023.03.14 |
---|---|
[리눅스] find 명령어 (0) | 2022.02.22 |
[리눅스] 유저 리스트, 유저 그룹 조회 (0) | 2021.12.28 |
[리눅스] 터미널,파일,vi 편집기 글씨 색상 설정 (0) | 2021.11.19 |
[리눅스] 사용자 계정, 그룹 보기 명령어 (0) | 2021.11.11 |
Comments