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

Online cyber security teaching job

There are online many ways of teaching if you are not getting any jobs in the field of Cyber security no issue start making YouTube videos on skills which you have and teach children or some best platform such as Udemy, Unacademy, Coursera etc, where you can register and teach for its not that if you doesn't get a job of teaching in the field of Cyber security you will sit, you will have thik of the best way where you can utilise your skill. Some of best jobs and ways to earn money after being a Cyber security professionals are as follows:-

Cyber security teachers



Looking forward for Online Ethical Hacking Trainers

Hey I am looking to improve my skills in Ethical Hacking and looking to hire a Trainer who has in-depth knowledge in the area. I want to take classes on the internet. The trainer should have hands-on coding experience and should be updated on the latest practice in Ethical Hacking. We are looking for someone who will teach during weekdays. 100% Remote Job.

Here is the link 


Adjunct Instructor – Cyber Security (Online teacher Only)

Southern Nazarene University - Bethany, OK 3.8

Experience teaching adult students in an accelerated format. Experience in online classroom instruction at the undergraduate or graduate level.


Estimated: $39,000 - $54,000 a year 

Here is the link

If you want to be a good teacher in this field then you should be good at all these virtualizations, bash script, command line, computer networking and all the in depth knowledge of cybersecurity pls visit here to know more

Skills of teaching in cybersecurity

  • First way to earn through Teaching here I will be keeping Social Media, now a days it's booming create your own page  Facebook or Instagram or any other social media platforms and start posting the skills and  provide value of the cyber security you can also join many cyber security group and give some value to them don't star selling your course ultimate but give some value automatically people will reach you
  
social media



  • Second way is to start your own YouTube channel regarding cybersecurity and Ethical hacking and start posting videos related to the exploits and your experience in this field make the viewers attract towards you so you can gain more subscribers and views after that you can launch your course and sell it most of the people are earning in lakhs doing all these but you should first research on it.

    Unacademy



    • Udemy and Unacademy are the platform where you can register yourself and start teaching their millions of Indians are doing this then why not you but you have focus and work hard as well as smart to earn through all these. 
    Youtube


    In conclusion I would like to say that nothing is impossible in your life if you want to achieve something that you have to work hard and be focused on your goals hope so like it pls comment below your suggestions

    Here is the link of my youtube channel pls go and subscribe it 



    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