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.




Statik-Route; perhatikan ke 8.8.8.8 ada 2 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 gw: 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

line vty 0 4
password 123
transport input all
exit
enable password 123

ip http server
ip http secure-server
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

line vty 0 4
password 123
transport input all
exit
enable password 123

ip http server
ip http secure-server
username admin privilege 15 password 123

------------
Config SW
conf t
hostname SW1
vlan 10

interface ra gi0/0-2
no shut
switch acc vlan 10
switch mode access


dari PC 10.0.1.1 cb akses ke 8.8.8.8












FortiGate Firewall - Policy Routing
Fortiate
forti
policy routing

policy routing

Posting Komentar untuk "FortiGate Firewall - Policy Routing"