Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


configure_static_ip_address_ubuntu_server_22_04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
configure_static_ip_address_ubuntu_server_22_04 [2023/06/20 12:36] wikiadminconfigure_static_ip_address_ubuntu_server_22_04 [2023/06/20 14:42] (current) wikiadmin
Line 46: Line 46:
         TX packets 288  bytes 29450 (29.4 KB)         TX packets 288  bytes 29450 (29.4 KB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +</code>
  
 +Let's switch to /etc/netplan subdirectory path and perform a list command to see what is stored in the subdirectory.
 +
 +<code>
 +user@svr1:$ cd /etc/netplan/
 +user@svr1:/etc/netplan$ ls
 +user@svr1:/etc/netplan$ 00-installer-config.yaml
 +</code>
 +
 +Then, before we edit the network configuration file, let's make a backup of the '00-installer-config.yaml' file and call it '00-installer-config.yaml-bak' just in case we need to restore it in the future to obtain a dynamic IP lease.
 +
 +<code>
 user@svr1:/etc/netplan$ cp -v 00-installer-config.yaml 00-installer-config.bak user@svr1:/etc/netplan$ cp -v 00-installer-config.yaml 00-installer-config.bak
 '00-installer-config.yaml' -> '00-installer-config.bak' '00-installer-config.yaml' -> '00-installer-config.bak'
Line 128: Line 140:
 </code> </code>
  
-Notice that there was an error (failed to load, then it auto performed a hard restart of systemd-neworkd.service). This may be the result of using the first example above rather than the second (containing the line renderer: networkd).  A re-run of 'sudo netplan apply' like above, there is silent application.  Maybe insert the renderer line and re-apply to netplan.  See if that is silently applied as well.+Notice that there was an error (failed to load, then the system auto-performed a hard restart of systemd-neworkd.service). This may be the result of using the first example above rather than the second (containing the line 'renderer: networkd').  A re-run of 'sudo netplan apply' like above, there is silent application.  Maybe insert the renderer line and re-apply to netplan.  See if that is silently applied as well.
  
  
configure_static_ip_address_ubuntu_server_22_04.1687264596.txt.gz · Last modified: 2023/06/20 12:36 by wikiadmin