Clavister: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Clavister“)
 
Zeile 1: Zeile 1:
Clavister
+
[[Category:Firewall]]
 +
; Clavister cOS
 +
 
 +
 
 +
;News
 +
[https://www.clavister.com/about-us/clavister-news/ Clavister News]
 +
 
 +
;Artikel
 +
[http://www.admin-magazin.de/Das-Heft/2014/06/Im-Kurztest-Clavister-Firewall-E5 Im Kurztest: Clavister-Firewall E5]
 +
 
 +
[http://www.admin-magazin.de/News/Clavister-E80-neue-Firewall-fuer-kleine-und-mittlere-Firmen Clavister E80: neue Firewall für kleine und mittlere Firmen]
 +
 
 +
;Stateful Inspection
 +
 
 +
Die Datenpakete werden analysiert und der Verbindungsstatus wird in die Entscheidung einbezogen. Bei dieser Technik, die in Firewalls eingesetzt wird, werden die Datenpakete (eigentlich: Segmente) während der Übertragung auf der Vermittlungsschicht (3. Schicht des OSI-Modelles) analysiert und in dynamischen Zustandstabellen gespeichert. Auf Basis des Zustands der Datenverbindungen werden die Entscheidungen für die Weiterleitung der Datenpakete getroffen. Datenpakete, die nicht bestimmten Kriterien zugeordnet werden können oder eventuell zu einer DoS-Attacke gehören, werden verworfen. Firewalls mit SPI-Technik sind daher in sicherheitsrelevanten Anwendungen den reinen Paketfilter-Firewalls überlegen. [https://de.wikipedia.org/wiki/Stateful_Packet_Inspection Quelle: Wikipedia] [http://www.searchnetworking.de/definition/Stateful-Inspection-Zustandsorientierte-Ueberpruefung Mehr Dazu Auch hier] [https://supportforums.cisco.com/t5/other-security-subjects/stateful-and-stateless-firewall/td-p/817644 Info]
 +
 
 +
cOS Core employs a technique called stateful inspection which means that it inspects and forwards traffic on a per-connection basis. cOS Core detects when a new connection is being established, and keeps a small piece of information or state in its state table for the lifetime of that connection. By doing this, cOS Core is able to understand the context of the network traffic which enables it to perform in-depth traffic scanning, apply bandwidth management and a variety of other functions. S. 22.
 +
 
 +
;Dealing with Sync Failure
 +
 
 +
Failure of the sync interface can be confirmed by comparing the output from certain CLI commands for each unit. The number of connections could be compared with the stats command. If IPsec tunnels are heavily used, the ipsecglobalstat -verbose command could be used instead and significant differences in the numbers of IPsec SAs, IKE SAs, active users and IP pool statistics would indicate a failure to synchronize. If the sync interface is functioning correctly, there may still be some small differences in the statistics from each cluster unit but these will be minor compared with the differences seen in the case of failure. S. 658
 +
 
 +
 
 +
:[https://data.kommago.nl/files/pdf/clavister-prd-clavister-cos-core-10-11-02-administration-guide-gb.pdf    cOS Core Administration Guide]
 +
:[http://clavister-polska.pl/wp-content/uploads/2017/05/clavister-prd-clavister-incontrol-administration-guide-en.pdf    InControl Administrators Guide]
 +
:[https://www.clavister.com/globalassets/documents/products-and-services/getting-started/clavister-prd-clavister-virtual-core-series-vmware-getting-started-guide-en.pdf  Clavister Virtual Series Getting Started Guide for VMware]
 +
:[http://www.802lab.de/termine/95/anzeigen  Termine]
 +
 
 +
;Config Download mit Batch-Datei
 +
 
 +
  REM In case of one device you can use script command to download config as readable script.
 +
  REM It can be easy done by simple batch
 +
  @echo off
 +
  set PUTTY="C:\Program Files\PuTTY"
 +
  set ADDRESS=192.168.1.1
 +
  set USER=admin
 +
  set PASS=admin
 +
  set LOCAL=script.txt
 +
  set SCRIPT=%RANDOM%.txt
 +
  %PUTTY%\plink.exe -ssh -pw %PASS% %USER%@%ADDRESS% "script -create -name=%SCRIPT%"
 +
  %PUTTY%\pscp.exe -pw %PASS% %USER%@%ADDRESS%:script/%SCRIPT% %LOCAL%
 +
  %PUTTY%\plink.exe -ssh -pw %PASS% %USER%@%ADDRESS% "script -remove -name=%SCRIPT%"

Version vom 20. Oktober 2018, 23:26 Uhr

Clavister cOS


News

Clavister News

Artikel

Im Kurztest: Clavister-Firewall E5

Clavister E80: neue Firewall für kleine und mittlere Firmen

Stateful Inspection

Die Datenpakete werden analysiert und der Verbindungsstatus wird in die Entscheidung einbezogen. Bei dieser Technik, die in Firewalls eingesetzt wird, werden die Datenpakete (eigentlich: Segmente) während der Übertragung auf der Vermittlungsschicht (3. Schicht des OSI-Modelles) analysiert und in dynamischen Zustandstabellen gespeichert. Auf Basis des Zustands der Datenverbindungen werden die Entscheidungen für die Weiterleitung der Datenpakete getroffen. Datenpakete, die nicht bestimmten Kriterien zugeordnet werden können oder eventuell zu einer DoS-Attacke gehören, werden verworfen. Firewalls mit SPI-Technik sind daher in sicherheitsrelevanten Anwendungen den reinen Paketfilter-Firewalls überlegen. Quelle: Wikipedia Mehr Dazu Auch hier Info

cOS Core employs a technique called stateful inspection which means that it inspects and forwards traffic on a per-connection basis. cOS Core detects when a new connection is being established, and keeps a small piece of information or state in its state table for the lifetime of that connection. By doing this, cOS Core is able to understand the context of the network traffic which enables it to perform in-depth traffic scanning, apply bandwidth management and a variety of other functions. S. 22.

Dealing with Sync Failure

Failure of the sync interface can be confirmed by comparing the output from certain CLI commands for each unit. The number of connections could be compared with the stats command. If IPsec tunnels are heavily used, the ipsecglobalstat -verbose command could be used instead and significant differences in the numbers of IPsec SAs, IKE SAs, active users and IP pool statistics would indicate a failure to synchronize. If the sync interface is functioning correctly, there may still be some small differences in the statistics from each cluster unit but these will be minor compared with the differences seen in the case of failure. S. 658


cOS Core Administration Guide
InControl Administrators Guide
Clavister Virtual Series Getting Started Guide for VMware
Termine
Config Download mit Batch-Datei
  REM In case of one device you can use script command to download config as readable script.
  REM It can be easy done by simple batch
  @echo off
  set PUTTY="C:\Program Files\PuTTY"
  set ADDRESS=192.168.1.1
  set USER=admin
  set PASS=admin
  set LOCAL=script.txt
  set SCRIPT=%RANDOM%.txt
  %PUTTY%\plink.exe -ssh -pw %PASS% %USER%@%ADDRESS% "script -create -name=%SCRIPT%"
  %PUTTY%\pscp.exe -pw %PASS% %USER%@%ADDRESS%:script/%SCRIPT% %LOCAL%
  %PUTTY%\plink.exe -ssh -pw %PASS% %USER%@%ADDRESS% "script -remove -name=%SCRIPT%"