Category: Allgemein

Securepoint Reverseproxy Exchange

Beispiel für ein funktionierendes ACLSET.Das Hauptproblem ist, dass der Reverseproxy Case-sensitive ist, so dass z.B. /rpc und /Rpc gesondert abgefangen werden müssen. dstdomain: mail.domain.dedstdomain: autodiscover.domain.deurlpath_regex: ^/Microsoft-Server-ActiveSyncurlpath_regex: ^/ewsurlpath_regex: ^/EWSurlpath_regex: ^/mapiurlpath_regex: ^/Autodiscoverurlpath_regex: ^/autodiscoverurlpath_regex: ^/OABurlpath_regex: ^/owaurlpath_regex: ^/OWAurlpath_regex: ^/rpcurlpath_regex: ^/Rpcurlpath_regex: ^/RpcWithCert Zur Fehlersuche (wg. case-sensitive) eignet sich das Log des verwendeten Squid Proxys:Hinweis zur Aktivierung der Log Funktion des […]

Read more

Reset the ILO administrator password from ESXi host

Create a file named reset_admin_pw.xml with the below info and add the new password in the password section: <ribcl VERSION=”2.0″> <login USER_LOGIN=”Administrator” PASSWORD=”YOUR-NEW-PASSWORD“> <user_INFO MODE=”write”> <mod_USER USER_LOGIN=”Administrator”> <password value=”newpass”/> </mod_USER> </user_INFO> </login> </ribcl>   Commit the Updated administrator password information from the file (reset_admin_pw.xml) to ILO using the below command  ./hponcfg -f reset_admin_pw.xml   That’s it […]

Read more