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

Fortigate Evaluation License Offline Mode

I have loaded FG image on Hyper-V, how can I request virtual license in offline (without Internet on Firewall)  mode?

1 Solution
esalija
Staff
Staff

Dear @ataro 

To request a virtual license for a FortiGate-VM in an offline mode (without internet on the firewall), you can use FortiManager as a license server. Here are the steps:

1. Set Up FortiManager:
- Ensure that FortiManager has internet access to communicate with FortiGuard servers.
- Configure FortiManager to act as a FortiGuard proxy for the FortiGate-VM.

2. Configure FortiGate-VM:
- Connect the FortiGate-VM to FortiManager. This requires configuring the central management settings on the FortiGate-VM.
- Use the following CLI commands on the FortiGate-VM:

# config system central-management
set type fortimanager
config server-list
edit 1
set server-type update rating
set server-address <fortimanager_ip>
next
end
set include-default-servers disable
end

3. Upload the License:
- If you have the license file, upload it to the FortiGate-VM using TFTP:

execute restore vmlicense tftp <filename>.lic <tftp_ip>

- The FortiGate will reboot after the license is uploaded.

4. Verify License Status:
- After reboot, check the license status using the following CLI command:

# get system status

- Ensure the license status is marked as "Valid."

By following these steps, you can request and apply a virtual license to a FortiGate-VM in an offline environment using FortiManager.

Please check the KB for details - https://community.fortinet.com/t5/FortiGate/Technical-Tip-Procedure-to-apply-FortiGate-firewall-lice...

Best regards,
Erlin

View solution in original post

2 REPLIES 2
esalija
Staff
Staff

Dear @ataro 

To request a virtual license for a FortiGate-VM in an offline mode (without internet on the firewall), you can use FortiManager as a license server. Here are the steps:

1. Set Up FortiManager:
- Ensure that FortiManager has internet access to communicate with FortiGuard servers.
- Configure FortiManager to act as a FortiGuard proxy for the FortiGate-VM.

2. Configure FortiGate-VM:
- Connect the FortiGate-VM to FortiManager. This requires configuring the central management settings on the FortiGate-VM.
- Use the following CLI commands on the FortiGate-VM:

# config system central-management
set type fortimanager
config server-list
edit 1
set server-type update rating
set server-address <fortimanager_ip>
next
end
set include-default-servers disable
end

3. Upload the License:
- If you have the license file, upload it to the FortiGate-VM using TFTP:

execute restore vmlicense tftp <filename>.lic <tftp_ip>

- The FortiGate will reboot after the license is uploaded.

4. Verify License Status:
- After reboot, check the license status using the following CLI command:

# get system status

- Ensure the license status is marked as "Valid."

By following these steps, you can request and apply a virtual license to a FortiGate-VM in an offline environment using FortiManager.

Please check the KB for details - https://community.fortinet.com/t5/FortiGate/Technical-Tip-Procedure-to-apply-FortiGate-firewall-lice...

Best regards,
Erlin

ataro
New Contributor III

It seems only one port PORT1 is available on this image after demo license activation, is it normal?

Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors