Question
Forwarding stops working
Hello. I have a Fortigate 110C in HA configuration. the problem I am having is that it has started to stop forwarding traffic to an internal server. It has worked fine for many moths and suddenly started to give me problems. I upgraded the firmware to v5.0,build0252 (GA Patch 5) in case but it still behave the same. When I reboot it immediatly starts to work again when the other unit takes over and after that i works for up to two days before failing again. Anyone got any hint in what is going on? The setup is as below. I have configured a virtual ip listening to port 443 on ip #.#.#.141. Then a policy to allow the traffic.
config system zone edit " UntrustZONE" set interface " wan1" set intrazone allow next edit " TrustZONE" set interface " port1" set intrazone allow next end config firewall vip edit " FPTimeExt" set extip #.#.#.141 set extintf " wan1" set portforward enable set color 25 set mappedip 172.29.1.11 set extport 443 set mappedport 443 next end config firewall policy edit 20 set srcintf " UntrustZONE" set dstintf " TrustZONE" set srcaddr " all" set dstaddr " FPTimeExt" set action accept set schedule " always" set service " ANY" set logtraffic enable next end