Changes between Version 11 and Version 12 of TutorialSetupLXC
- Timestamp:
- Feb 17, 2020, 7:38:57 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TutorialSetupLXC
v11 v12 77 77 78 78 79 * Edit network configuration: `sudo nano /etc/netplan/50-cloud-init.yaml` 79 * Edit network configuration: `sudo nano /etc/netplan/50-cloud-init.yaml` Make sure you edit the network interfaces as per your installation details. (Don't Copy - Paste) 80 80 81 81 {{{ … … 102 102 * Apply new network configs: `sudo netplan apply` 103 103 104 ( You may need to reboot here)104 (If you see any error, please check the yaml file. ) 105 105 106 106 * Check IP address of the host machine: `ifconfig`