- Customer Login - From the Remote Console, login with the customer account. (Password can be provided by the Swank Digital Support Team if needed.)
-
View Available Network Interfaces
-
sudo netplan status
-
-
Set IP and Subnet Mask(Replace IPs with the appropriate addresses for your
environment)
-
sudo netplan set ethernets.ens32.addresses=[10.1.1.11/24]
-
-
Set Default Gateway - (Replace IPs with the appropriate addresses for your
environment)
-
sudo netplan set ethernets.ens32.routes='[{"to":"default", "via":"10.1.1.1"}]'
-
-
Set DNS Server Addresses - (Replace IPs with the appropriate addresses for
your environment)
-
sudo netplan set ethernets.ens32.nameservers.addresses='[10.1.1.126, 10.1.1.195]'
-
-
Apply Network Configuration Changes
-
sudo netplan apply
-
-
Manually Edit Netplan Config - Netplan can also be configured via a file
editor, like vi or nano. More information can be obtained by consulting:
Netplan | Canonical Netplan
-
sudo vi /etc/netplan/50-cloud-config.yaml
-
-
Confirming IP Address
- From another machine on the network, you can confirm the ip address by pinging the address selected.
-
You can also visit the Web UI of the server:
- Ex: https://10.82.240.232
-
-
Note: There is a security error in the browser due to the
SSL certificate. You
will need to setup a swankmp.net subdomain in your local
DNS so you can access the server without this warning.
- Ex: ls001.swankmp.net A 10.82.240.232
Comments
0 comments
Please sign in to leave a comment.