본문 바로가기
FortiGate/ETC...

FortiGuard와 연결이 되지 않는 경우

by 에티버스이비티 2021. 10. 8.

FortiOS v6.4 부터 FortiGuard와의 default 통신 방법이 anycast 방법으로 바뀌었다. 

특정 상황에서 anycast 통신 방법이 제대로 동작하지 않아 아래와 같이 에러메세지가 표시되는 경우 해결 방법이다.

 

해결하기 위해 아래의 순서로 진행해 본다.

1. anycast 서버 변경 : default 설정(fortinet)을 aws로 변경

       # config system fortiguard                                   
              set fortiguard-anycast-source aws                           
        end 

 

2. anycast를 사용하지 않고, HTTPS port 8888 사용

      # config system fortiguard
             set fortiguard-anycast disable
             set protocol https 
             set port 8888
      end

 

3. anycast를 사용하지 않고, UDP port 53사용

      # config system fortiguard
             set fortiguard-anycast disable
             set protocol udp
             set port 53
       end

댓글