Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
unknown1020
New Contributor III

fortimail laboratory

I am trying to upload a Fortimail image to VMWorstation ( to practice), I have configured the IP and ports but when I open the browser, it does not load the Fortimail IP.

 

Can you help me, please? I always have these problems, I don't know if I have to configure in the vmware workstation (settings) or in the fortimail (cli).

 

I share the commands that I entered in the CLI

#conf sys interface
(interface)#edit port1
(port1)# unset ip
(port1)#set mode static
(port1)#set ip 192.168.17.15/24
(port1)#set allowaccess http https ssh ping
(port1)#end

When I do an execute ping 8.8.8.8, I get this message.

#execute ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
sendto: network is unreachable
sendto: network is unreachable
sendto: network is unreachable
sendto: network is unreachable
timeout . . .
timeout . . .
timeout . . .

 

Screenshot_4.jpg

 

1 Solution
AEK

something like this:

config system route
edit 1
set destination 0.0.0.0/0
set gateway 192.168.17.x
set interface port1
end
AEK

View solution in original post

AEK
7 REPLIES 7
AEK
SuperUser
SuperUser

Did you configure the default route?

something like this:

config system route
edit 1
set ...
AEK
AEK
unknown1020
New Contributor III

Hi, I didn't configure that. Could you give me the commands please?

AEK

something like this:

config system route
edit 1
set destination 0.0.0.0/0
set gateway 192.168.17.x
set interface port1
end
AEK
AEK
unknown1020
New Contributor III

Thank you, the fortimail has already been loaded. However, when tried to log in,  was unable to log in with the credentials.
Do you know what it is due to?
The user is admin, with that user I cannot enter the fortimail but I can enter the cli of the virtual machine.

Screenshot_4.jpg

 

Screenshot_5.jpg

 

AEK

AEK
unknown1020
New Contributor III

Thanks a lot friend

dbu

Hi @unknown1020 ,
Since you are able to access from CLI i believe is not a credential issue but more of an authentication profile issue. 
Check the below articles as they might help.
https://community.fortinet.com/t5/FortiMail/Technical-Tip-Webmail-access-issue/ta-p/241658
https://docs.fortinet.com/document/fortimail/7.4.2/administration-guide/347528/configuring-administr...


Regards!
If you have found a solution, please like and accept it to make it easily accessible for others.
Labels
Top Kudoed Authors