- Официальная документация - https://netplan.readthedocs.io/en/stable/
- Отключение IPv6 - https://forums.linuxmint.com/viewtopic.php?t=403688
Last active
February 18, 2026 12:05
-
-
Save kupereal/9c535b6b518294b6e88a1a56b80d0764 to your computer and use it in GitHub Desktop.
Конфиг Netplan с железки - вифи с DHCP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| network: | |
| #ethernets: | |
| #enp3s0: | |
| #dhcp4: true | |
| wifis: | |
| wlp1s0: | |
| access-points: | |
| link5: | |
| password: 12345 | |
| dhcp4: true | |
| version: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment