Bootstrapping controller node via juju: lxc cannot bypass the proxy

Hi everyone,

I am trying to bootstrap a juju controller node on the localhost using lxd behind the proxy. My lxc cotnaienrs are not reaching my proxy even after I export the required proxy variable http_proxy, https_proxy, no_proxy and also set the core proxy variable in lxc cconfig.

I used a different network segment for my lxc 192.168.x.x lxdr01 bridge network and using default lxc profile configurations. I am getting below error message.

Err:1 Index of /ubuntu bionic/main amd64 msr-tools amd64 1.3-2build1
Could not connect to ***** connection timed out

root@************:~# ip -4 r
default via *******. dev eth0 onlink
1.x.x.x/x dev eth0 proto kernel scope link src x.x.x.x
192.168.100.0/24 dev lxdbr1 proto kernel scope link src 192.168.100.14

lxc network list
±-------±---------±--------±------------------±-----±------------±--------+
| NAME | TYPE | MANAGED | IPV4 | IPV6 | DESCRIPTION | USED BY |
±-------±---------±--------±------------------±-----±------------±--------+
| eth0 | physical | NO | | | | 0 |
±-------±---------±--------±------------------±-----±------------±--------+
| lxdbr0 | bridge | YES | 10.x.x.x /24 | none | | 0 |
±-------±---------±--------±------------------±-----±------------±--------+
| lxdbr1 | bridge | YES | 192.168.100.14/24 | none | | 2 |
±-------±---------±--------±------------------±-----±------------±--------+

lxc config show
config:
core.https_address: ‘[::]’
core.proxy_http: http://**********:
core.proxy_https: http://***********: