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 chan...
regular linux commands DO NOT work in the vm template.See
here:https://docs.fortinet.com/document/forticlient/7.4.4/ems-cli-reference/43526/commands-for-ems-virtual-appliance-template-installation
I figured out how to set the ip myself. I found the adapter name by
using: system get info The adapter name was eth0 I used this command to
set the ip system set network ip --adapter eth0 --ip x.x.x.x/24
--gateway x.x.x.x -- dns x.x.x.x it worked. cl...
I don't think you are understanding. I don't have regular linux commands
available to me. "ip a" is not available in the list of commands. See
here:Commands for EMS virtual appliance template installation |
FortiClient 7.4.4 | Fortinet Document Libra...
I tried using system set network ip --adapter ethernets.enps3s0 --ip
x.x.x.x/24 --gateway x.x.x.x -- dns x.x.x.x However it told me "adapter
ethernets.eps3s0 not found on host" That is the name of the adapter in
the documentation that was provided ab...
In the emscli shell $> I have system set network ip as an available
command. However, I need the adapter name and have no way of 'listing'
or 'showing that' from the other available emscli commands