How to Set Up the Network and Change the Hostname
- 1 minute to read
- Print
- DarkLight
- PDF
How to Set Up the Network and Change the Hostname
- 1 minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Follow these steps to set up the network interface:
- Log into the Virtual Machine console as user mt4adm.
- Run the command below to set up the primary network interface's IP address, Netmask, and Gateway.
$ sudo orbit network
- 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?