Configure IP in Cybot™ Platform

Configure IP in Cybot™ Platform

  1. Login to the Cybot machine via SSH.
  2. Once logged in successfully to Cybot machine, please find the following steps to assign IP address to Cybot.
  3. Enter as root user in the console using the following command.
                   >>>> sudo –s
  4. Provide the password for the cybot_admin user provided above when prompted
  5. To assign the IP address for the machine, follow the steps below 
     >>>> nano /etc/netplan/50-cloud-init.yaml
                 


  6. Replace the corresponding IP address values for Machine IP, Gateway IP, DNS IPs in the 50-cloud-init.yaml file
  7. Save the file using “ctrl + s” and exit from the file “ctrl + x”.
  8. Use the following command to apply the network file changes. 
            >>>> netplan apply           >>>> sudo reboot
  9. Once the machine gets restarted, the new IP will be assigned for the VM. 
  10.  To confirm the IP has been set, please using the following command. 

                   >>>>>>>> ip a