Skip to main content
vincenzo
Explorer
December 11, 2024
Question

Fortiauthenticator VM cli access via ssh

  • December 11, 2024
  • 2 replies
  • 1489 views

Hi all,

I try to understand how to access Fortiauthenticator via cli for troubleshoot dns resolution.

I check via putty the port is open, but I don't have permission to access with full permission user.

I need to execute a simple dns lookup and ping to reach push.fortinet.com and  ftc.fortinet.com .

Thank you

 

Vincenzo

 

2 replies

sjoshi
Staff
Staff
December 11, 2024

Hi,

 

Make sure the admin profile assigned has proper permission set

 

profile.PNG

 

 

Thanks, Salon
vincenzo
vincenzoAuthor
Explorer
December 11, 2024

Hi Salon,

I solved creating a new account. But I suspect there was some issue with old account and related password.

In the new account I checked administrator and full permission.

Thank you

 

Vincenzo Stolfi

ebilcari
Staff
Staff
December 11, 2024

Does the terminal open and ask for credentials, is the login successful? 

 

The CLI access in FortiAuthenticator has limit functionalities. The requested commands can be run as follows:

> execute nslookup push.fortinet.com
Server: 127.0.0.1
Address: 127.0.0.1:53

Non-authoritative answer:
push.fortinet.com canonical name = push.fortinet.com.geo.fortinet.net
Name: push.fortinet.com.geo.fortinet.net
Address: 154.52.2.160

Non-authoritative answer:
push.fortinet.com canonical name = push.fortinet.com.geo.fortinet.net

 

> execute ping push.fortinet.com
PING push.fortinet.com (154.52.2.160): 56 data bytes
64 bytes from 154.52.2.160: seq=0 ttl=56 time=2.802 ms
64 bytes from 154.52.2.160: seq=1 ttl=56 time=2.654 ms

Emirjon
vincenzo
vincenzoAuthor
Explorer
December 11, 2024

Yes I make the test and I see the same output.

Thank you all

Vincenzo Stolfi