-
[Ubuntu 18.04] Wireless, Wired의 인터넷 연결 우선순위 변경Study/Linux 2020. 3. 16. 23:33
- Install ifmetric
$ sudo apt install ifmetric
- Print metrics usind
route
$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.0 0.0.0.0 UG 100 0 0 eth0 0.0.0.0 192.168.1.0 0.0.0.0 UG 600 0 0 wlan0
- Set lower metric on wlan0
$ sudo ifmetric wlan0 60
- Check routing table
$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.0 0.0.0.0 UG 100 0 0 eth0 0.0.0.0 192.168.1.0 0.0.0.0 UG 60 0 0 wlan0
'Study > Linux' 카테고리의 다른 글
WSL에서 comport 연결하기 (0) 2018.06.07 USB 드라이브 자동 마운트 (How to mount USB drive at startup) (0) 2017.11.19 [ubuntu] 부팅 시 자동 실행 (0) 2017.08.24 [ubuntu-MATE] Odroid XU4 Qt creator 첫페이지 안보일때 (2) 2016.11.20 [ubuntu-MATE] root 로그인 활성화/자동로그인 (0) 2016.10.10