리눅스 이더넷 MTU 변경

(이더넷 MTU 변경에서 넘어옴)
리눅스 이더넷 MTU 변경
리눅스 MTU 설정

1 명령어[ | ]

ip link set 장치명 mtu 엠티유값

2 실습[ | ]

[root@zetawiki ~]# ip link show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 02:00:7d:38:00:01 brd ff:ff:ff:ff:ff:ff
[root@zetawiki ~]# ip link set eth0 mtu 9000
[root@zetawiki ~]# ip link show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast qlen 1000
    link/ether 02:00:7d:38:00:01 brd ff:ff:ff:ff:ff:ff

3 같이 보기[ | ]

4 참고[ | ]

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