Description | This article describes how to configure a Loopback interface in FortiGate and access it for a public IP address. |
Scope | FortiGate. |
Solution |
config system interface edit "MGMT-LO" set vdom "root" set ip 172.16.1.1 255.255.255.0 set allowaccess https ssh set type loopback set role lan set snmp-index 15 next end
config system interface edit "port1" set vdom "root" set ip 10.191.21.15 255.255.240.0 set allowaccess ping https ssh http telnet set type physical set snmp-index 1 next end
config firewall vip edit "mgmt-lo-vip" set uuid 383740ea-b60f-51ee-f91a-bb56173ab47c set extip 10.191.21.15 set mappedip "172.16.1.1" set extintf "any" set portforward enable set extport 10443 set mappedport 443 next end
config firewall policy edit 1 set name "Access-Mgmt-Lo" set uuid 5c08d9e8-b60f-51ee-7585-7c63bae0531a set srcintf "port1" set dstintf "MGMT-LO" set action accept set srcaddr "all" set dstaddr "mgmt-lo-vip" set schedule "always" set service "HTTPS" next end
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.