Hi All,
I've already config the url proxy via Datacenter - Options - Proxy, so my CT templates downloads works:
But, inside shell in the same node, I can not get connection, like
does not work.
How need I configure http proxy to work in shell-Node, Thanks!
I've already config the url proxy via Datacenter - Options - Proxy, so my CT templates downloads works:
Bash:
downloading http://download.proxmox.com/images/system/ubuntu-22.04-standard_22.04-1_amd64.tar.zst to /var/lib/vz/template/cache/ubuntu-22.04-standard_22.04-1_amd64.tar.zst
--2023-08-09 07:06:33-- http://download.proxmox.com/images/system/ubuntu-22.04-standard_22.04-1_amd64.tar.zst
Resolving <proxy_info> (<proxy_info>)... <proxy_ip>
Connecting to <proxy_info> (<proxy_info>)|<proxy_ip>|:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 129824858 (124M) [application/octet-stream]
Saving to: '/var/lib/vz/template/cache/ubuntu-22.04-standard_22.04-1_amd64.tar.zst.tmp.1554'
But, inside shell in the same node, I can not get connection, like
Code:
curl -I http://google.com
How need I configure http proxy to work in shell-Node, Thanks!