How to create DHCP server and a policy in the Fortigate

Here is an example script that demonstrates how to use the  fortigate-api  package to create a DHCP server and a policy in the Fortigate   from fortigate_api import FortigateAPI # Create a FortigateAPI object fgt = FortigateAPI(host="host", username="username", password="password") # Create a DHCP server data = {     "default-gateway": "192.168.255.1",     "netmask": "255.255.255.0",     "interface": "vlan.123",     "ip-range": [         {"start-ip": "192.168.255.2", "end-ip": "192.168.255.254",}     ], } fgt.dhcp_server.create(data) # Create a policy in the Fortigate data = dict(     name="POLICY",     status="enable",     action="accept",     srcintf=[{"name": "any"}],     dstintf=[{"name": "any"}],     srcaddr=[{"name": "all"}],     dstaddr=[{"name&quo

How To install Crack Windows 10

 Requirements:-

  • Bootable Pendrive
  • Iso file of the OS(Operating System)
  • Rufus.exe

Bootable Pendrive

You should need atleast one pendrive of mainly 8 GB of windows 10 installation which you can make it bootable through Rufus and it will be formatted so you should first take the backup of the data you have in your system as well as pendrive.
Bootable Pendrive


Iso File

For ISO file you can just go to the website www.getintomypc.com and there you search for windows 10 download and just download the iso file from there after that chek it is it 32 or 64 bit and then make it bootable using next step.
Windows 10 iso


Rufus.exe

Now just search on the internet for Rufus download and then you are now good bto go.

Rufus exe


Comments

Popular posts from this blog

How to Configure VXLAN in FortiGate Firewall

Higher Availability in FortiGate and VRRP in Cisco

Python Script to take the Backup of Multiple device in a Network