This is on a 450G with 6.32.3 though I just looked and the firmware is 3.18 not 3.24. I rearranged so they're at the top of the rule processing based on someone else's comments (have moved the "accept" rule below the add-src-to-address-list rules already).
Am I missing something? Is this a firmware issue I need to be updating for? Always a little wary of remote firmware updates, since I'm ~35 miles from the unit and would really prefer not to travel if something goes awry.
Code: Select all0 chain=forward action=accept protocol=tcp src-address=10.0.0.0/8 dst-port=3389 log=no log-prefix="" 1 chain=forward action=add-src-to-address-list connection-state=new protocol=tcp address-list=rdpstage1 address-list-timeout=2m dst-port=3389 log=no log-prefix="FirstStage" 2 chain=forward action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=rdpstage1 address-list=rdpstage2 address-list-timeout=2m dst-port=3389 log=no log-prefix="SecondStage" 3 chain=forward action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=rdpstage2 address-list=rdpstage3 address-list-timeout=2m dst-port=3389 log=no log-prefix="ThirdStage" 4 chain=forward action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=rdpstage3 address-list=rdpblacklist address-list-timeout=3m dst-port=3389 log=no log-prefix=""