Mini Lab FortiGate For Mini Data Center
Mini Lab FortiGate For Mini Data Center
(Mini DC Project)
Job Requirements
Customer have 1 Dell server, 1 Cisco Catalyst Switch, 1 FortiGate 200F Firewall.
Customer want to use Secure LAN network for Internet Access and also want to public their
private web-Server.
Service Component
1. Management Configuration
2. Interface & Basic Configuration
3. LACP
4. NAT Policy
5. Port Forwarding
6. Logging
7. Service Testing
IP Address List
FortiGate-VM64-KVM #
2. Login to “FortiGate “
➢ browse https://192.168.1.99
➢ Username “ admin” Password “no password”
3. Configure Interface
Interface Ready For “ WAN”
4. Configure LAN interface
Binding with [external public ip and port] to [internal private ip and port]
Create Port Forwarding Firewall Policy For “Public Web Server “
Switch(config)#hostname CS
CS(config)#int range eth 0/0-1
CS(config-if-range)#desc /// AGG-TO-FGT ///
CS(config-if-range)#channel-group 10 mode active
exit
CS(config)#int port-channel 10
CS(config-if)#description /// AGG-TO-FGT ///
CS(config-if)#switchport trunk encapsulation dot1q
CS(config-if)#switchport mode trunk
CS(config-if)#exit
CS(config)#vlan 10
CS(config-vlan)#name SERVICE
CS(config-vlan)#exit
CS(config)#
Service Testing
Ping Test From “LAN” to “8.8.8.8”
Check Logging From “ LAN-172.16.0.10” To “8.8.8.8”