How to Set Up the Network and Change the Hostname
  • 1 minute to read
  • Dark
    Light
  • PDF

How to Set Up the Network and Change the Hostname

  • Dark
    Light
  • PDF

Article Summary

Follow these steps to set up the network interface:

  1. Log into the Virtual Machine console as user mt4adm.
  2. Run the command below to set up the primary network interface's IP address, Netmask, and Gateway.


    $ sudo orbit network
    



  3. If you enter all the details correctly, you should see a message confirming that the setup was successful, as seen in the screenshot above.
  • Optional: Run the command network interface configuration to set up any additional network interfaces on your senhasegura instance, if needed.
  • To change the default hostname of your senhasegura instance, run the command below. This step is required to generate a valid application activation code.
$ sudo orbit hostname <new_hostname> 
  • Once you have finished setting up all your network interfaces and changing their hostname, reboot your senhasegura instance:
$ sudo reboot

Was this article helpful?

What's Next