Posts

Showing posts with the label srx juniper Fortigate firewall gre tunnel cli commands explained complete configuration gui
Image
GRE Tunnel Between Fortigate and Juniper SRX Firewall Topology:  Fortigate Firewall: GRE Tunnel Configuration: ++++++++++++++++++++++++++++++++++++  config system gre-tunnel     edit "GRE-FG-SRX-TUN"         set interface "port1"         set remote-gw 192.168.0.106         set local-gw 192.168.0.108     next end ++++++++++++++++++++++++++++++++++++  Interface Configuration: ++++++++++++++++++++++++++++++++++++  FG-01 (GRE-FG-SRX-TUN) # show config system interface     edit "GRE-FG-SRX-TUN"         set vdom "root"         set ip 2.2.2.2 255.255.255.255         set allowaccess ping         set type tunnel         set remote-ip 2.2.2.1 255.255.255.0...