Lompat ke konten Lompat ke sidebar Lompat ke footer

Forti | Policy Route + Static Route

 






Forti-Firewall
Interface


 

 

 

 

Network --> Static Route




Network --> Routing Policy









Konfig Router
R1
interface gi0/0
ip address 192.168.100.1 255.255.255.0
no shutdown
exit

interface loopback 1
ip address 8.8.8.8 255.255.255.255
exit

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

 
R2
interface gi0/0
ip address 192.168.100.2 255.255.255.0
no shutdown
exit

interface loopback 1
ip address 8.8.8.8 255.255.255.255
ip route 0.0.0.0 0.0.0.0 192.168.2.100
exit

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


Posting Komentar untuk "Forti | Policy Route + Static Route"