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

(Route 문서를 리눅스 route 확인(으)로 옮김)
 
1번째 줄: 1번째 줄:
#넘겨주기 [[리눅스 route 확인]]
==개요==
;리눅스 route
;/sbin/route
*리눅스에서 route 설정 상태 확인하는 명령어
 
<source lang='dos'>
[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
</source>
 
==같이 보기==
* [[리눅스 route 확인]]
* [[ifconfig]]
 
==참고 자료==
*https://en.wikipedia.org/wiki/Route_(command)
 
[[분류: /sbin]]
[[분류: 리눅스 네트워크]]

2014년 3월 28일 (금) 01:14 판

1 개요

리눅스 route
/sbin/route
  • 리눅스에서 route 설정 상태 확인하는 명령어
[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

2 같이 보기

3 참고 자료

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