Network tips and tricks: Difference between revisions
Jump to navigation
Jump to search
(Add categories: Network, Reference) |
(Phase 4.3: Network 메인 페이지 링크 추가) |
||
| Line 1: | Line 1: | ||
== See Also == | |||
* [[Network]] | |||
== Netplan gateway configuration == | == Netplan gateway configuration == | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Revision as of 10:40, 15 July 2026
See Also
Netplan gateway configuration
Depending on the Netplan version, gateway configuration in Netplan yml need to be updated.
Before
...
gateway : 192.168.1.168
To
...
routes:
- to: default
via: 192.168.1.1
netplan-ovs-cleanup.service is marked world-inaccessible
Although this warning doesn't seem to cause any harm, Canonical said this bug was fixed in the package netplan.io - 1.1.1-1[1]
ModuleNotFoundError: No module named 'netifaces'
#if you have pip installed
pip install netifaces
#on Ubuntu
sudo apt install python3-netifaces