In NetEye 4.11 the neteye upgrade command was introduced and has to be used when updating to the next release. Now, everything is all well and good if you have direct access to the Internet from your NetEye 4 server, but if you have to use a proxy to update your servers then the procedure gets a bit more complicated.
So what do you need to do to be able to launch the command neteye upgrade with success? Just substitute server/port and/or user/password with your own values in the appropriate case below.
export http_proxy=http://server:port/
export https_proxy=http://server:port/
export no_proxy=localhost,127.0.0.0/24,.neteyelocal
export http_proxy=http://user:password@server:port/
export https_proxy=http://user:password@server:port/
export http_proxy=http://server:port/
export https_proxy=http://server:port/
export no_proxy=localhost,127.0.0.0/24,.neteyelocal
I hope this will help you to successfully update your NetEye 4 infrastructure when having to use a Proxy Server.