Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

unable to download the nano server package on new nano server #13

Description

@Parth6288

Hi ,
I just installed our first nano server on our openstack compute node (hypervisor- KVM) and set the proxy of the nano server using the below code:

$proxy = 'myproxy'
$port = myportno
$regKey='HKLM:\Software\Microsoft\Windows\CurrentVersion\Internet Settings'
Set-ItemProperty -path $regKey ProxyEnable -value 1 -ErrorAction Stop
Set-ItemProperty -path $regKey ProxyServer -value "${Proxy}:${Port}" -ErrorAction Stop

However when i run install-packageprovider nanoserverpackage, it gives me an error related to internet connection.
WARNING: Unable to download the list of available providers. Check your internet connection
i had to download the package on a local machine - copy it to nano using Copy-item and then install it. Is there a way to connect to the proxy from nano server - download -install?

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions