Search This Blog

Wednesday, May 22, 2019

Assign Static IP to Veeam PN ver2

By default, Veeam PN ver2 will use dhcp. In case you want to change to use static ip address, you can do so by using netplan command.

Use the following command:

sudo nano /etc/netplan/01-netcfg.yaml


Change the settings from nano editor


To save : Press CTRL + O
To exit : Press CTRL + X

To test the settings, use the following command:
sudo netplan try

Make sure no error message appear.

If encounter an error message, use debug
sudo netplan -debug generate

Once no error, apply the changes
sudo netplan apply

Restart the server if require for changes to take plan.