Overview
Follow the steps below to set a static IP address on your Kramer Virtual Brain 1 or 5 device.
Process
- Note – you will need to know the sudo password for the KC Virtual Brain to make these changes
- Open the netplan file in the terminal window
- sudo vi /etc/netplan/00-installer-config.yaml
- Using keyboard commands enter the IP information for the network
- Example below
- network: ethernets: enp2s0: addresses: [172.17.137.170/24] gateway4: 172.17.137.1 nameservers: addresses: [8.8.8.8, 8.8.4.4] version: 2
- Example below
- Save changes
- Hit escape, then type :w! to write the changes. Exit the file by typing :q
- Apply changes
- sudo netplan apply
If successful the ssh connection will be lost and to reconnect start a new ssh connection with the new IP address set above.
Revision:
2
Last modified:
5 October 2023
Laissez votre avis sur ce sujet.