Lompat ke konten Lompat ke sidebar Lompat ke footer

FortiGate Firewall - Policy Routing

 










Dari segment 10.0.1.0/24 menuju 8.8.8.8 dengan menggunakan 2 gateway, pertama gw: 192.168.1.1 dan 192.168.1.2. Tp khusus ntk akses browser port 80 ke 8.8.8.8 lewat gw 192.168.1.2. Perhatikan capture di forti dan confikan di R1, R2 dan SW.




Static-Route; perhatikan ke 8.8.8.8 ada 2 (dua) gateway 192.168.1.1 dan 192.168.1.1 dengan nilai AD yg sama.



Routing Policy, ntk mengarahkn kusus port 80 ke target 8.8.8.8 lewt gateway 192.168.1.2






















Konfigurasi di SW1, R1 dan R2
Config  R1

conf t
hostname R1
interface gi0/0
ip address 192.168.1.1 255.255.255.0
no shutdown
interface loopback 1
ip address 172.16.10.1 255.0.0.0
ip route 0.0.0.0 0.0.0.0 192.168.1.100
!
ip http server
ip http secure-server
ip http authentication local
!
line vty 0 4
password 123
transport input all
exit
!
enable password 123

username admin privilege 15 password 123
--------------------
Config R2
conf t
hostname R2
interface gi0/0
ip address 192.168.1.2 255.255.255.0
no shutdown
interface loopback 1
ip address 8.8.8.8 255.0.0.0
ip route 0.0.0.0 0.0.0.0 192.168.1.100
!
ip http server
ip http secure-server
ip http authentication local
!
line vty 0 4
password 123
transport input all
exit
!
enable password 123

username admin privilege 15 password 123

------------
Config SW
conf t
hostname SW1
vlan 10
exit
!
interface ra gi0/0-2
no shut
switch acc vlan 10
switch mode access
exit
!

Lalu dari PC 10.0.1.1 akses ke 8.8.8.8










FortiGate Firewall - Policy Routing
Fortigate
forti
policy routing

Posting Komentar untuk "FortiGate Firewall - Policy Routing"