Configure IP for foritclient ems
Hello. I am standing up a FortiClient #EMS ppliance for the first time, and I have somewhat limited experience with Ubuntu. Our platform is Hyper-V. The vhdx was properly installed and booted. I was able to login with user 'ems' and successfully changed the password. So far so good. However, it seems to me that after login, I am now in the 'bash shell', and the instructions for configuring an IP, seem to be based on being in the terminal. None of the commands available in bash seem to allow me to do this. And the instructions here don't work, as they are for terminal.
I tried "execute ls /etc/netplan" but it told me "folder /etc/netplan is not accessible"
Can you please help me configure IP? I imagine once that's done, we can ssh into the terminal or maybe even a webpage?
Deploying EMS as a VM image | FortiClient 7.4.4 | Fortinet Document Library
Configuring the VM IP address by modifying Netplan configuration files
To configure the VM IP address by modifying Netplan configuration files:
- On the VM, locate the Netplan configuration files. Ubuntu stores Netplan configuration files in /etc/netplan. The files typically have a .yaml extension, such as 01-netcfg.yaml or 50-cloud-init.yaml. Run the following to list the files:
ls /etc/netplan/
- Use a text editor such as nano or vim to open the yaml file for editing:
sudo nano /etc/netplan/01-netcfg.yaml
- Use a text editor such as nano or vim to open the yaml file for editing: