Posts

Showing posts from May, 2022

GRE-OVER-IPSEC (PfSense Firewall)

Image
 Network Topology:

Hairpin NAT in Fortigate Firewall (Servers and clients behind different firewall interface)

Image
Hairpin NAT in Fortigate Firewall (Servers and clients behind different firewall interface) Network Diagram:     Firewall Configuration: Interface configuration: config system interface     edit "port1"         set vdom "root"         set ip 10.10.10.108 255.255.255.0         set allowaccess ping https ssh http fgfm         set type physical         set snmp-index 1     next     edit "port2"         set vdom "root"         set ip 14.140.40.108 255.255.255.0         set allowaccess ping         set type physical         set snmp-index 2     next     edit "port3"         set vdom "root"         set ip 192.168.137.108 255.255.255.0         set allowaccess ping ssh http telnet         set type physical         set snmp-index 3     next VIP Object: config firewall vip     edit "HAIR_PIN_NAT_VIP"         set uuid 36cbcfc0-cc2b-51ec-62de-49f33b9e6be9         set extip 14.140.40.108         set mappedip "192.168.137.132