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

@Parth6288

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.

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