Fortinet Lab 1

I have used fortigate firewall on my eve-ng emulator. I am planning to add some labs about it. Lets start it. This is a basic template for a starting point, below

Step 1. Prepare your lab

You can download fortinet image from its website as kvm and import your eve-ng emulator.

Use these command to configure interfaces and internet access, below

Step 2. Configure interfaces

Use these command to configure interfaces and internet access, below. You can adjust it regarding to your home network.
##configuration of port 1 and 2
config system interface
edit port1
set ip 192.168.1.155 255.255.255.0
set allowaccess ping https ssh http
end
config system interface
edit port2
set ip 172.27.2.155 255.255.255.0
set allowaccess ping https ssh http
end
=======================================
##static route to access the internet
config router static
edit 1
set device port
set gateway 192.168.1.1
##test connectivity
execute ping 8.8.8.8

Now, I need to access the internet. Therefore, NAT configuration should be done. Interface should be defined as inside or outside. Source and destination packet types also are defined, shown below.

I added a role definition for port2 as LAN interface and assigned DHCP server role, below.

Check your static route for the internet connection. 192.168.1.1 is my modem IP address through which Fortigate firewall on my eve-ng topology will access to internet.

Step 3. Internet connection

It is time to test the internet connection. I prefer to use docker which is lightweight and fast. Then, check your data packets on it. FortiView>>All Sessions

Step 4. Transparent Mode

It can be used on Transparent Mode which acts like a router.

config system settings
set opmode transparent
set manageip 192.168.1.156 255.255.255.0
set gateway 192.168.1.1
end

Step 5. Create own Dashboard

You can use default dashboard or create a new one, shown below. I will continue to add new labs. Enjoy.

In conlusion, as you see, it has an intuitive grafical user interface for new users. I will continue to post other labs. 

yldrmdgn

Recent Posts

SQL on Docker containers

SQL on Docker Containers I have tested different databases, namely MySQL, Microsoft SQL, and PostgreSQL,…

3 years ago

VMware ESXi 7.0 Upgrade​

VMware ESXi 7.0 Upgrade It is time to upgrade VMware environment, but I have an…

3 years ago

No Signal – HP ProLiant DL380 G7

HP ProLiant DL380 G7 It is time to troubleshooting. It can be challenge once you…

4 years ago

Cisco ASA and SNMP configuration

Cisco ASA and SNMP configuration SNMP is important to collect data from network devices. In…

4 years ago

FortiClient

FORTICLIENT In this lab, I will configure a Fortigate firewall for a remote connection from…

4 years ago

Fortigate site-to-site VPN

Fortigate site-to-site VPN As a network engineer, I may need to connect different branches to…

4 years ago

This website uses cookies.