Dirkg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Kategorie:UTMv11 {{lowercase title}} {{v11}} == Reverse Proxy== {| {{prettytable}} !Befehl !! Beschreibung!! Beispiel |- |rproxy acl get|| Auflistung al…“) |
Dirkg (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 15: | Zeile 15: | ||
|- | |- | ||
|rproxy acl delete || Löscht ein Reverse-Proxy ACL oder ACL-Set|| rproxy acl delete id "2" | |rproxy acl delete || Löscht ein Reverse-Proxy ACL oder ACL-Set|| rproxy acl delete id "2" | ||
|- | |||
|rproxy aclsetgroup get|| Listet alle Reverse-Proxy ACL-Set-Gruppen auf|| rproxy aclsetgroup get | |||
|- | |||
|rproxy aclsetgroup new|| Fügt eine neue Reverse-Proxy ACL-Set-Gruppe hinzu|| rproxy aclsetgroup new setid "194" siteid "1" enabled "1" action "allow" | |||
|- | |||
|rproxy aclsetgroup set|| Ändert die Einstellungen einer Reverse-Proxy ACL-Set-Gruppe|| rproxy aclsetgroup set id "2" rank "1" | |||
|- | |||
|rproxy aclsetgroup delete|| Löscht eine Reverse-Proxy ACL-Set-Gruppe|| rproxy aclsetgroup delete id "2" | |||
|- | |||
|rproxy site get|| Listet alle Reverse-Proxy Sites auf|| rproxy site get | |||
|- | |||
|rproxy site new|| Fügt eine neue Reverse-Proxy Site hinzu|| | |||
|} | |} |
Version vom 2. Juli 2014, 12:00 Uhr
Reverse Proxy
Befehl | Beschreibung | Beispiel |
---|---|---|
rproxy acl get | Auflistung aller angelegten Reverse-Proxy ACLs | rproxy acl get |
rproxy acl new | Fügt eine neue Reverse-Proxy ACL (Access Contoll List) hinzu | rproxy acl new name "acl-server1" acltype "dstdomain" argument "beispiel.sp.de" |
rproxy acl set | Ändert eine Reverse-Proxy ACL | rproxy acl set id "2" acltype "dstdomain" argument "example.sp.de" |
rproxy acl delete | Löscht ein Reverse-Proxy ACL oder ACL-Set | rproxy acl delete id "2" |
rproxy aclsetgroup get | Listet alle Reverse-Proxy ACL-Set-Gruppen auf | rproxy aclsetgroup get |
rproxy aclsetgroup new | Fügt eine neue Reverse-Proxy ACL-Set-Gruppe hinzu | rproxy aclsetgroup new setid "194" siteid "1" enabled "1" action "allow" |
rproxy aclsetgroup set | Ändert die Einstellungen einer Reverse-Proxy ACL-Set-Gruppe | rproxy aclsetgroup set id "2" rank "1" |
rproxy aclsetgroup delete | Löscht eine Reverse-Proxy ACL-Set-Gruppe | rproxy aclsetgroup delete id "2" |
rproxy site get | Listet alle Reverse-Proxy Sites auf | rproxy site get |
rproxy site new | Fügt eine neue Reverse-Proxy Site hinzu |