This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Understanding Traffic Selectors

Someone please explain. When creating a Traffic Selector, if I want to throttle download bandwidth from ftp.example.com to User1 on the LAN, what should I use for Source and Destination in the Traffic Selector?

Does "Source" refer to the origin of the traffic? (The FTP site in this case)

If I also wanted to do the reverse of this and throttle UPLOAD bandwidth from User1 to ftp.example.com, would the Source and Destination be swapped?


This thread was automatically locked due to age.
  • In the following, you need a DNS Host or DNS Group for ftp.example.com.  For the user, you can use a DNS Host if DNS is configured correctly in the UTM and in your Windows Server and the user's machine is a member of the domain.  Otherwise, if the UTM is doing DHCP, you will want to create a Host with static mapping.

    Throttle downloads: On the "Internal" interface, put a Bandwidth Pool and 'Specify upper bandwidth limit' for traffic 'ftp.example.com -> Any -> User1'.

    Throttle uploads: On the "External" interface, put a Bandwidth Pool and 'Specify upper bandwidth limit' for traffic 'User1 -> Any -> ftp.example.com'.

    Cheers - Bob
  • In the following, you need a DNS Host or DNS Group for ftp.example.com.  For the user, you can use a DNS Host if DNS is configured correctly in the UTM and in your Windows Server and the user's machine is a member of the domain.  Otherwise, if the UTM is doing DHCP, you will want to create a Host with static mapping.

    Throttle downloads: On the "Internal" interface, put a Bandwidth Pool and 'Specify upper bandwidth limit' for traffic 'ftp.example.com -> Any -> User1'.

    Throttle uploads: On the "External" interface, put a Bandwidth Pool and 'Specify upper bandwidth limit' for traffic 'User1 -> Any -> ftp.example.com'.

    Cheers - Bob


    So do you recommend always using Bandwidth Pools instead of Download Throttling?
  • In this case, you can't identify the user when the traffic arrives at the External interface - that's only possible after the connection tracker has replaced the IP of "External (Address)" with User1's private IP.

    If there were a unique port or unique IP involved, then I would prefer a Download Throttling rule.  In fact, for many years, we didn't have Download Throttling.  Both approaches do the same thing, but it's easier for people to wrap their heads around it and it makes for "cleaner," easier-to-understand configurations.

    Cheers - Bob