sFlow Filter im PRTG Network Monitor und ihre Syntax

Filter rules are based on the following format: field[filter] Samples: SourceIP[10.0.0.1] SourceIP[10.*.*.*] SourceIP[10.0.0.0/10] DestinationIP[10.0.0.120-130] DestinationPort[80-88] Protocol[UDP] Complex expressions can be created using parentheses and and/or/not: Protocol[TCP] and not (DestinationIP[10.0.0.1] or SourceIP[10.0.0.0] Samples: SourceIP[10.0.0.1] SourceIP[10.*.*.*] SourceIP[10.0.0.0/10] DestinationIP[10.0.0.120-130] DestinationPort[80-88] Protocol[UDP] Valid fields are: IP Port SourceIP SourcePort DestinationIP DestinationPort Protocol (values: TCP, UDP, ICMP, OSPFIGP or any number) ToS Additional Sniffer Fields: MAC SourceMAC DestinationMAC EtherType (values IPV4, ARP,RARP,APPLE, AARP,IPV6 ,IPXold, IPX or any number) Additional NetFlow v5 / jFlow fields: Interface ASI InboundInterface OutboundInterface SourceASI DestinationASI Additional NetFlow v9 fields: Interface ASI InboundInterface OutboundInterface SourceASI DestinationASI MAC SourceMAC DestinationMAC Mask SourceMask DestinationMask Note: ‚Masks‘ represent subnet masks in the form of a single number (’number of contiguous bits‘) NextHop (IP address) …

weiterlesen ….

Probleme mit OneConnect an einem F5 Loadbalancer

Vermutlich sind wir in eine OneConnect Problematik reingerutscht. Zum Thema siehe auch : http://www.krakovic.de/persistente-http-verbindung-http-keepalive-f5-oneconnect/ Wir laden von einem Server http://www.thueringen-kiosk.de. über einen F5 BigIP Loadbalancer Bilder. Diese befinden sich auf https://media101.zgt.de. So sieht der Quellcode aus: Das Problem ist, dass oft eines der „Hintergrundbilder“ (z.B. D720014410776.JPG) von https://media101.zgt.de nicht angezeigt wird. Drückt man gleich im Browser die F5 Taste erneut so wird es allermeistens gleich (nach)geladen. In der Webseite dienen diese Bilder als „nur als Hintergrundbilder“. Möglicherweise geht der Browser mit einem „Hintergrund-Bild“ anders als mit einem „richtigen Bild“ um. Wenn es nicht gleich kommt, dann ist es halt so. Ein „richtiges Bild“ versucht der Browser evtl. neu zu laden (Das sind Vermutungen). Ich habe dann einen Batch mit wget …

weiterlesen ….