Hero

...

Home

Pi-Hole and Grafana Installation on Pi

Pi-hole Install Pi-hole # update your machine sudo apt update && sudo apt upgrade # run the script and follow the wizard curl -sSL https://install.pi-hole.net | sudo bash # after the installation you will be assigned admin pass which you can't change on GUI if you forget it # so in the terminal, change the default password pihole ...

Read more

ENARSI & ENCORE notes

Notes from ENARSI and ENCORE sessions NAT and PAT how to configure NAT configure inside interface conf t interface gig 0/1 ip nat inside interface gig 0/2 ip nat outside exit ip nat inside source static 192.168.1.100 172.16.1.100 end dynamic NAT conf t interface gig 0/1 ip nat inside interface gig 0/2 ip nat...

Read more

Generate SSL Certificate

How to generate certificates using OpenSSL More information on OpenSSL can be found at this website: OpenSSL The FortiGate cookbook article ‘SSL VPN with certificate authentication’ requires three certificates: CA certificate. server certificate (signed by the CA certificate). user certificate (signed by the CA certificate). These ca...

Read more

Forti general commands

FORTIGATE DIAGNOSE COMMANDS AND DEBUG system info get system interface physical #overview of hardware interfaces get hardware nic <nic-name> #details of a single network interface, same as: diagnose hardware deviceinfo nic <nic-name> fnsysctl ifconfig <nic-name> #kind of hidden command to see more interface stats such as erro...

Read more