Fortigate and Git: Difference between pages

From Piszczynski
(Difference between pages)
m (3 revisions imported)
 
piszczynski>Aleks
(Created page with " == GitHub == Once git is installed and repo is cloned set the global username and password to allow automatic push and pull to work: *git config --global user.name "Your Na...")
 
Line 1: Line 1:


== Addresses and Policies ==
== GitHub ==
Make sure when adding any policy or address it is also added to the policy or address that you are trying to affect.


== CLI Commands ==
Once git is installed and repo is cloned set the global username and password to allow automatic push and pull to work:
Ping - can also be used as nslookup
*exec ping <ip address or FQDN>


== FQDN addresses ==
*git config --global user.name "Your Name"
 
*git config --global user.email "youremail@yourdomain.com"
Check for resolved IP addresses for all FQDN addresses in CLI:
*diagnose firewall fqdn list
 
==Add Bulk IPs to fortigate via CLI==
check this guide: https://community.fortinet.com/t5/FortiGate/Technical-Tip-Creation-and-addition-of-bulk-IP-address-objects/ta-p/241823

Revision as of 13:01, 8 August 2022

GitHub

Once git is installed and repo is cloned set the global username and password to allow automatic push and pull to work:

  • git config --global user.name "Your Name"
  • git config --global user.email "youremail@yourdomain.com"