"리눅스 route 확인"의 두 판 사이의 차이

잔글 (Route 문서를 리눅스 route 확인(으)로 옮김)
31번째 줄: 31번째 줄:
==같이 보기==
==같이 보기==
*[[리눅스 기본 게이트웨이 변경]]
*[[리눅스 기본 게이트웨이 변경]]
*[[리눅스 스태틱 라우팅 설정]]


[[분류: 리눅스 네트워크]]
[[분류: 리눅스 네트워크]]

2012년 11월 22일 (목) 20:53 판

OS 라우트 확인, OS 라우팅 확인
route
netstat -r

1 방법

명령어
route
netstat -r
실행예시
[root@jmnote ~]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     1      0        0 eth1
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth1
[root@jmnote ~]# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     *               255.255.255.0   U         0 0          0 eth1
default         192.168.0.1     0.0.0.0         UG        0 0          0 eth1

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}