imac> dig +short www.nugent.org a
64.99.80.121
64.99.80.121 www.nugent.org # x client host
in hosts file (and then have rebooted the server), but I still get this errorPM> install-package MaxMind.MinFraud
Install-Package : The remote name could not be resolved: 'www.nuget.org'
At line:1 char:16
+ install-package <<<< MaxMind.MinFraud
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM> install-package MaxMind.MinFraud
Install-Package : The remote name could not be resolved: 'www.nuget.org'
At line:1 char:16
+ install-package <<<< MaxMind.MinFraud
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
C:\Users\Administrator>ping www.nugent.org
Pinging www.nugent.org [64.99.80.121] with 32 bytes of data:
Reply from 64.99.80.121: bytes=32 time=255ms TTL=241
Reply from 64.99.80.121: bytes=32 time=255ms TTL=241
Reply from 64.99.80.121: bytes=32 time=255ms TTL=241
Reply from 64.99.80.121: bytes=32 time=255ms TTL=241
Ping statistics for 64.99.80.121:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 255ms, Maximum = 255ms, Average = 255ms
Each package is licensed to you by its owner. NuGet is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may include dependencies which are governed by additional licenses. Follow the package source (feed) URL to determine any dependencies.
Package Manager Console Host Version 4.7.0.5212
Type 'get-help NuGet' to see all available NuGet commands.
PM> install-package maxmind.minfraud
Attempting to gather dependency information for package 'maxmind.minfraud.2.0.0' with respect to project 'ee29114555', targeting '.NETFramework,Version=v4.6.1'
Gathering dependency information took 2.68 sec
Attempting to resolve dependencies for package 'maxmind.minfraud.2.0.0' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'maxmind.minfraud.2.0.0'
Resolved actions to install package 'maxmind.minfraud.2.0.0'
Retrieving package 'MaxMind.Db 2.4.0' from 'nuget.org'.
Retrieving package 'MaxMind.GeoIP2 3.0.0' from 'nuget.org'.
Retrieving package 'MaxMind.MinFraud 2.0.0' from 'nuget.org'.
Retrieving package 'Microsoft.CSharp 4.4.1' from 'nuget.org'.
Retrieving package 'Newtonsoft.Json 11.0.2' from 'nuget.org'.
Retrieving package 'System.ComponentModel.Annotations 4.4.1' from 'nuget.org'.
GET
PM> install-package MaxMind.MinFraud
Install-Package : The remote name could not be resolved: 'www.nuget.org'
At line:1 char:16
+ install-package <<<< MaxMind.MinFraud
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM> install-package maxmind.minfraud
Install-Package : Object reference not set to an instance of an object.
At line:1 char:16
+ install-package <<<< maxmind.minfraud
+ CategoryInfo : NotSpecified: (:) [Install-Package], NullReferenceException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>