FortiGate 1240B configuration for computer connect directly on the physical interface
- February 21, 2018
- 1 reply
- 10373 views
We have some computers that are configured with public IP address, the current setup looks like top left corner of the attachment.
Because these servers are directly on the Public Internet, we would like to apply some policy to the incoming traffic, so I'm wondering if it is possible to do something like bottom left of the attachment

Currently, I have 1 server connected to port 21 with the following configuration of system interface and policy. When I do a test ping to the server 73.xxx.xxx.100 I do see the IMCP packet come into port 27 but I don't see the ICMP to port 21. I am guessing port 21 is not configured correctly or I'm missing some other policy?
config system interface edit "port21" set vdom "root" set allowaccess ping set vlanforward enable set type physical set description "Test Server NIC1" set alias "WebServer" set snmp-index 31 next end
config firewall policy edit 55 set srcintf "port27" set dstintf "port21" set srcaddr "all" set dstaddr "73.xxx.xxx.100" set action accept set schedule "always" set service "ALL_ICMP" next end
Thank you for your help.