prof_moriarti wrote
Hello i need to know how can i configure avgupdate to use proxy in order to dowload the new signatures.
Thxs in advance
Bests
Nacho
Hi,
use avgcfgctl utility:
avgcfgctl -w <key>=<value> - it write cfg to product
Keys:
Default.update.Options.Proxy.Mode=0
General on/off for proxy function.
Values:
0 - disable proxy
1 - enable proxy
2 - enable proxy. If proxy connection fails, try direct connection to update server.
Default.update.Options.Proxy.AuthenticationType=0
Proxy authentication type.
Values:
0 - any. Choose authentication type automatically.
1 - basic. Use basic proxy authentication.
2 - NTLM. Use NTLM proxy authentication.
Default.update.Options.Proxy.Port=3128
Default.update.Options.Proxy.Server=<URL>
Proxy server port and URL.
Default.update.Options.Proxy.UseLogin=false
Enable/disable login for proxy.
Default.update.Options.Proxy.Login=
Default.update.Options.Proxy.Password=
Login and password for proxy.
Regards,
R.