Unable to add remote lxd server to local desktop.
by jmgibson1981 from LinuxQuestions.org on (#4SVW7)
Code:$ lxc remote add megalith megalith.mylan.home
Error: Get https://megalith.mylan.home:8443: ForbiddenAbove. I have remote access from the server to my desktop, but can't go from desktop to the server. Configs. Both have same password if that matters. Ubuntu 18.04 on both machines.
Desktop
Code:$ lxc config show
config:
core.https_address: '[::]:8443'
core.trust_password: trueServer
Code:$ lxc config show
config:
core.https_address: '[::]:8443'
core.trust_password: trueMoving all containers to desktop from the server and doing lxd init again is last resort, mainly due to laziness. Has to be something I'm missing here.


Error: Get https://megalith.mylan.home:8443: ForbiddenAbove. I have remote access from the server to my desktop, but can't go from desktop to the server. Configs. Both have same password if that matters. Ubuntu 18.04 on both machines.
Desktop
Code:$ lxc config show
config:
core.https_address: '[::]:8443'
core.trust_password: trueServer
Code:$ lxc config show
config:
core.https_address: '[::]:8443'
core.trust_password: trueMoving all containers to desktop from the server and doing lxd init again is last resort, mainly due to laziness. Has to be something I'm missing here.