ESET Linux Gateway Security安裝完成之後,我們必須
1.)輸入使用者名稱和密碼
2.)設定自動更新
3.)匯入授權証 (License File)
1.) 輸入使用者名稱和密碼
編輯/etc/esets/esets.cfg,在update中輸入註冊電郵所提供的使用者名稱和密碼
# username = "username" # Username used in authentication against ESET server. username = "EAV-12345678" # password = "password" # Password used in authentication against ESET server. password = "samplepwd" |
2.) 自動更新設定
編輯av_update_period & as_update_period
av_update_period:設定病毒防護自動更新間隔時間,如輸入60即等如60分鐘
as_update_period:設定垃圾郵件防護自動更新間隔時間,如輸入60即等如60分鐘
av_update_period = 60 as_update_period = 60 |
3.)匯入授權証
把license file複製到 etcesetslicense.
>cp /eset.lic /tec/esets/license |
重新啟動 esets_daemon 服務讓所有的設定更改生效。
>service esets_daemon restart |
4.) ESET Gateway Security 設定
編輯 /etc/esets/esets.cfg 中的[http]去設定 http傳輸協定的過濾
[http] agent_enabled = yes num_proc = 1 num_thrd = 2 listen_addr = " listen_port = 8080 |
重新啟動 esets_daemon 服務讓所有的設定更改生效。
>service esets_daemon restart |
編輯 /etc/esets/esets.cfg 中的[ftp]去設定 ftp傳輸協定的過濾
[ftp] agent_enabled = yes num_proc = 1 num_thrd = 2 listen_addr = " listen_port = 2121 |
重新啟動 esets_daemon 服務讓所有的設定更改生效。
>service esets_daemon restart |
在客戶端電腦的 IE 設定:
192.168.1.2 為Linux Gateway Security 的IP.