- 리눅스 이더넷 MTU 변경
- 리눅스 MTU 설정
1 명령어[ | ]
Bash
Copy
ip link set 장치명 mtu 엠티유값
2 실습[ | ]
Console
Copy
[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
Console
Copy
[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 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.