Skip to main content
tester00131
New Member
August 28, 2020
Question

Can't RDP to server after enable IPS Profile

  • August 28, 2020
  • 1 reply
  • 3128 views

I want to protect my server from RDP Brute forces but after enable Security Profiles. I can't access to server anymore.

 

    1 reply

    Yurisk
    SuperUser
    SuperUser
    August 31, 2020

    - Without looking at your policy & Security Profile impossible to say what might have happened.

    - Fortigate does not proxy RDP connections so it will not differentiate between successful/failed RDP login attempts to block the brute force flood. 

    tester00131
    New Member
    August 31, 2020

    My config is

    #####

    config firewall policy edit 5 set name "NATING_to_WEBs1" set uuid **** set srcintf "VLAN 401" set dstintf "VLAN 410" set srcaddr "y.y.y.y" set dstaddr "WEBs1toINTERNET" # this object is NAT public : 180.1x.x.x to private 192.168.1.10 set action accept set schedule "always" set service "ALL" set utm-status enable set ips-sensor "default" set logtraffic all next end

    #####

     

    IF I try to RDP to 180.1x.x.x  when enable ips-sensor, result is fail. 

    IF I try to RDP to 180.1x.x.x  when disable ips-sensor, result is success.