Configure IP in Cybot™ Platform
Configure IP in Cybot™ Platform
Login to the Cybot machine via SSH.
Once logged in successfully to Cybot machine, please find the following steps to assign IP address to Cybot.
Enter as root user in the console using the following command.
>>>> sudo –s
Provide the password for the cybot_admin user provided above when prompted
To assign the IP address for the machine, follow the steps below
>>>> nano /etc/netplan/50-cloud-init.yaml
Replace the corresponding IP address values for Machine IP, Gateway IP, DNS IPs in the 50-cloud-init.yaml file
Save the file using “ctrl + s” and exit from the file “ctrl + x”.
Use the following command to apply the network file changes.
>>>> netplan apply
>>>> sudo reboot
Once the machine gets restarted, the new IP will be assigned for the VM.
To confirm the IP has been set, please using the following command.
>>>>>>>>
ip
a