technical:26.04_ultimate_ubuntu_server_install
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technical:26.04_ultimate_ubuntu_server_install [2026/06/08 22:56] – [Network Interface Configuration (Netplan)] mark_scottworld.net | technical:26.04_ultimate_ubuntu_server_install [2026/06/08 23:00] (current) – [Network Interface Configuration (Netplan)] mark_scottworld.net | ||
|---|---|---|---|
| Line 142: | Line 142: | ||
| link-local: [] | link-local: [] | ||
| </ | </ | ||
| + | |||
| + | Disable the cloud network configuration. | ||
| + | |||
| + | touch / | ||
| + | | ||
| + | You can check it with | ||
| + | |||
| + | cloud-init status | ||
| + | |||
| + | Update the permissions on the netplan config to remove the global r/w permissions | ||
| + | |||
| + | chomd 600 / | ||
| + | |||
| + | Apply the changes | ||
| + | |||
| + | netplan --debug apply | ||
| + | |||
| + | Reboot and check the network configuration with | ||
| + | |||
| + | ip addr | ||
| + | |||
| + | You should have an interface of br0: with the ip you specified. | ||
| + | |||
| + | < | ||
| + | 1: lo: < | ||
| + | link/ | ||
| + | inet 127.0.0.1/8 scope host lo | ||
| + | | ||
| + | inet6 ::1/128 scope host noprefixroute | ||
| + | | ||
| + | 2: enp1s0: < | ||
| + | link/ether 52: | ||
| + | altname enx525400ebcb22 | ||
| + | 3: br0: < | ||
| + | link/ether e2: | ||
| + | inet 10.3.200.10/ | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Edit the file | ||
| + | |||
| + | nano // | ||
| + | |||
| + | Comment out the entry for 127.0.1.1 and replace it with a Global server value. | ||
| + | |||
| + | 10.3.200.1 solaris.scottworld.net solaris | ||
technical/26.04_ultimate_ubuntu_server_install.1780952205.txt.gz · Last modified: by mark_scottworld.net
