將IP位址更改為FQDN,請根據您的產品版本執行以下說明:
適用 InterScan Messaging Security Suite (IMSS) 7.1 和 7.5 for Windows:
- 移至 <IMSS>\bin\digest\en_US.
- 備份 digest_template.htm 檔案。
- 編輯 digest_template.htm 檔案,在 "%EUQ_ROOT_URL%" 修改為 伺服器名稱 或 FQDN。
範例:Original: %EUQ_ROOT_URL%/login.imss
Edited: https://my.fqdn.com:8447/login.imss
適用 IMSS 7.1 和 9.1 for Linux 及 低於版本號1692的 Interscan Messaging Security Virtual Appliance (IMSVA) 8.0 和 IMSVA 8.2:
- 移至 /opt/trend/imss/bin/digest/en_US.
- 備份 digest_template.htm 檔案。
- 編輯 digest_template.htm 檔案,在 "%EUQ_ROOT_URL%" 修改為 伺服器名稱 或 FQDN。
範例:Original: %EUQ_ROOT_URL%/login.imss
Edited: https://my.fqdn.com:8447/login.imss
適用高於版本號1692的 IMSVA 8.5 和 8.2 :
- 使用以下命令連線到資料庫:
/opt/trend/imss/PostgreSQL/bin/psql imss sa
- 執行以下命令:
insert into tb_global_setting values('euq','euq_digest_fqdn','<FQDN>','imss.ini','');
將 <FQDN> 修改為 伺服器名稱 或 FQDN 不包含括號 (<>)。如果不小心將<FQDN>輸入錯誤資訊,請使用以下命令修改:
update tb_global_setting set value = '<FQDN>' where name= 'euq_digest_fqdn';
- 使用 "\q" 命令退出資料庫控制台。