Skip to main content
FHUSSAIN
Explorer
April 24, 2022
Solved

Fortinac DHCP is not working

  • April 24, 2022
  • 2 replies
  • 4645 views

FortiNAC is not providing DHCP service for Isolated network via eth1 service interface. How can i resolve this issue?

 

 

 

Best answer by warshad

Hi Hussain,

 

Can you please perform following steps and let us know if it helped.

 

Login to the CLI of the Server/Application server and do the following:
1)  Ensure appliance is fully booted.

2)  Control processes are running (Yams).  Type
jps

3)  DHCP service is running.
service dhcpd status

 

3a)  If dhcpd is not running:
-  Verify eth1 interface is up. In the CLI of the Server or Application Server, run the command: 
ip addr show dev eth1
 
3b)  If eth1 is up, attempt restarting service.
service dhcpd restart
 
 
 

2 replies

warshad
Staff
warshadAnswer
Staff
April 24, 2022

Hi Hussain,

 

Can you please perform following steps and let us know if it helped.

 

Login to the CLI of the Server/Application server and do the following:
1)  Ensure appliance is fully booted.

2)  Control processes are running (Yams).  Type
jps

3)  DHCP service is running.
service dhcpd status

 

3a)  If dhcpd is not running:
-  Verify eth1 interface is up. In the CLI of the Server or Application Server, run the command: 
ip addr show dev eth1
 
3b)  If eth1 is up, attempt restarting service.
service dhcpd restart
 
 
 
Contributor
May 5, 2022

Hi Hussain,

 

You can also check that you have configured an IP pool for the isolation network in your configWizard section.

 

Best regards.

 

Lucas Ezequiel Bujedo