/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Platforms/ubuntu/netplan.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2023-01-22 13:43:11 UTC
  • Revision ID: csa@suren.me-20230122134311-zqe3ft10p33wqgfv
BMC/IPMI, smarthome, multicast-routing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Netplan
 
2
=======
 
3
 netplan generate               processes configurations in '/etc/netplan' and populates appropriate backends
 
4
    * networkd                  in /run/systemd/network (backend for servers)
 
5
    * networkmanager            in /etc/NetworkManager/
 
6
 netplan apply                  applies generated configuration (and generates as well if needed)
 
7
 
 
8
Troubleshooting
 
9
===============
 
10
  networkctl                    Shows status of network interfaces
 
11
  networkctl status eth0        More details (-a on all interfaces)