Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- resource
- 줄바꿈 문자
- ssh
- Source
- Mac
- plugin
- Windows 10
- maVen
- web.xml
- import
- Quartz
- find
- lsof
- tomcat
- GIT
- context
- Eclipse
- port
- xargs
- JavaScript
- Windows
- IntelliJ
- profile
- 네트워크
- netsh
- grep
- vscode
- bash
- VirtualBox
- 단축키
Archives
- Today
- Total
develog
[Ubuntu 20.04] route metric 설정 본문
$ sudo vi /etc/netplan/00-installer-config.yaml
gateway4 를 입력하면 metric 이 0으로 지정되서 주석처리한다
routes 항목에서 default gateway 의 metric 을 별도로 지정한다
route 내역을 확인한다
https://varun2-6.medium.com/ubuntu-20-04-a-short-guide-to-network-routes-and-metrics-df096a7d3ba
Ubuntu 20.04 — A short guide to network routes and metrics
Setting static IP’s on Ubuntu based systems can be tricky. Especially if there are multiple interfaces involved. Here is a short guide to…
varun2-6.medium.com
Comments