- 다른 뜻에 대해서는 영어 route 문서를 참조하십시오.
1 개요[ | ]
- 리눅스 route
- /sbin/route
- 리눅스에서 route 설정 상태 확인하는 명령어
2 route 확인[ | ]
Console
Copy
root@zetawiki:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 135.246.135.1 0.0.0.0 UG 0 0 0 eth0
135.246.135.0 * 255.255.255.0 U 0 0 0 eth0
Console
Copy
root@zetawiki:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 135.246.135.1 0.0.0.0 UG 0 0 0 eth0
135.246.135.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
3 기본 route 추가[ | ]

Bash
Copy
route add default gw 192.168.1.254 eth0
4 같이 보기[ | ]
5 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.