[Linux CentOS] 외부(인터넷)으로 핑이 안나갈 때, 라우터 추가.
ping
yum install을 쓰려고하니 갑자기 upstream에러라는 메시지가 뜨면서 핑이 안나가는 현상이 나타나서 좀 찾아보니깐 라우터 설정이 초기화되어서 그랬다. 간단히 나가는 경로만 추가해주면 된다.
아래의 그림처럼 192.168.0.1을 게이트웨이로 쓰고 서브마스크가 24인 네트워크에서 ping 8.8.8.8을 보내려면
"route add default gw 192.168.0.1"을 라우터에 추가해줘야 한다.
참고 :
https://it-serial.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%84%A4%EC%A0%95-%EC%99%B8%EB%B6%80-%ED%86%B5%EC%8B%A0-%ED%95%B4%EA%B2%B0
'◽ CentOS' 카테고리의 다른 글
[Linux CentOS] SSH Algorithm option(HostKeyAlgorithms, Ciphers) (0) | 2022.04.13 |
---|---|
[Linux CentOS] crontab / cron 설정 (작업 스케줄러) (0) | 2022.01.25 |
[Linux CentOS] Ssh Host Key 보관 위치 (2) - reset ssh host key (0) | 2021.12.09 |
[Linux - CentOS] root 패스워드 분실, 초기화 하는 방법 정리 : Reset root password (0) | 2021.12.01 |
[Linux - CentOS] 서버 메모리 캐시 지우기 (Server Cache remove) (0) | 2021.11.01 |
[Linux CentOS] histroy 명령어 사용하기 (0) | 2021.07.29 |
[Linux CentOS] "All mirror URLs are not using ftp, http[s] or file." : 오래된 구 os로 취급 받는 centos 6버전..... 어쨌든 해결방법 정리 (0) | 2021.07.20 |