How can I connect learning VM through authenticating firewall?
When I try to run 'puppet agent --test', it fails with:
Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirr... error was 14: PYCURL ERROR 7 - "Failed to connect to 2001:4178:2:1269::fed2: Network is unreachable"
This is yum trying to update its metadata. As any Linux system, you can add HTTP_PROXY and HTTPS_PROXY bash environment variables if that would work. Otherwise to run through the learning VM, any activities using packages will fail on the yum update.