Hi,
My corporate network has a proxy for internet access.
I confirmed from the network team what the ip address and port is to use.
I also know I have a valid and working user account.
I have been using various Proxmox versions over the years and it has been working ok if I configure directly the /etc/apt/apt.conf.d/70debconf file with the usual acquire settings see below.
Acquire::httproxy "http://username:password@192.168.0.1:3129/";
I did a fresh install of the latest version of Proxmox Virtual Environment 4.2-2/725d76f0
Edited the 70debconf file as I normally do but it does not work, getting proxy authentication when performing apt-get update from the shell.
Now I did see from your forum that you can configure the proxy via the web GUI so I inserted the following, is it correct and will this be the only place to udpate. Even after trying and rebooting it still does not allow apt-get update. I could not find this described in your wiki. Am I using it correctly, or is there another apt conf file I should be editing?
http://username:password@192.168.0.1:3129
My corporate network has a proxy for internet access.
I confirmed from the network team what the ip address and port is to use.
I also know I have a valid and working user account.
I have been using various Proxmox versions over the years and it has been working ok if I configure directly the /etc/apt/apt.conf.d/70debconf file with the usual acquire settings see below.
Acquire::httproxy "http://username:password@192.168.0.1:3129/";
I did a fresh install of the latest version of Proxmox Virtual Environment 4.2-2/725d76f0
Edited the 70debconf file as I normally do but it does not work, getting proxy authentication when performing apt-get update from the shell.
Now I did see from your forum that you can configure the proxy via the web GUI so I inserted the following, is it correct and will this be the only place to udpate. Even after trying and rebooting it still does not allow apt-get update. I could not find this described in your wiki. Am I using it correctly, or is there another apt conf file I should be editing?
http://username:password@192.168.0.1:3129