Posts

Showing posts from November, 2021

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

Image
  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 websit e 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

How to Configure Wifi Router

Image
  How to Configure Wi-Fi Router:- Step-by-step configuration of Wi-Fi router:- Step 1: First of all, open your CMD or your Wi-Fi settings panel in your pc or mobile and find out the Default Gateway than note down that and go to any of your browsers to make sure that at the time you're going to configure your router it should be on and working only then it is possible to configure it otherwise no. LOGIN PANEL Step 2: Secondly, we should type that Default Gateway to any of the browsers we open and then log in to the router using that username and password basically the default username and password will work on the new router but if you bought any router where the username and password are already configured then you have to find that out only then it will work.