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

Zugriff drosseln

Hallo zusammen,

ich habe einen Webserver per WAF von außen verfügbar gemacht.
Leider wird durch den Zugriff die verfügbare Bandbreite komplett eingenommen.

Gibt es eine Möglichkeit dies zu Drosseln?   

ZB: Externe IP 1.1.1.1 nur 10kb?

Vielen Dank

Robert


This thread was automatically locked due to age.
  • Salut Robert,

    Geh mal unter "Interfaces & Routing" auf QoS. 
    Da kannst du Traffic Selectors definieren.

    Bastel dir einen Traffic Seletor mit Source Internet IPv4, Service any, Destination dann deinen zur Verfügung gestellten Webserver (externe IP) und danach kannst du unter Download Throttling ein Limit setzen.
  • (Sorry, my German-speaking brain isn't working that well at the moment. [:(])

    Leider wird durch den Zugriff die verfügbare Bandbreite komplett eingenommen.

    If the problem is with the responses (ausgehende Bandbreite) being sent from your UTM, and you have 5MB up, then I would do something like:
    [LIST=1]
    • Reserve 750kb for Webserver -> Any -> Internet
    • Reserve 4000kb for Any -> Any -> Internet
    [/LIST]
    In that way, you only restrict the Webserver traffic when the bandwidth is needed for other uses.

    If the problem is request traffic (eingehende) to your webserver, then RBueeler's prescription is your only solution.

    MfG - Bob (Bitte auf Deutsch weiterhin.)
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Ich danke euch für eure Tipps.
    ja es geht mir um den ausgehenden Traffic. Ich teste es heute Abend einmal und melde mich dann wieder.
    Danke