Forum Discussion
Server 2012 not getting gateway
I would abstain to connect WS 2012 to the internet, even more with WSUS. Lots of difficulties (TLS 1.2 etc).
- yshahzadJun 04, 2024Copper Contributor
InterfaceAlias : Ethernet
InterfaceIndex : 12
InterfaceDescription : Intel(R) 82574L Gigabit Network Connection
NetProfile.Name : abc.local
IPv4Address : x.y.z.13
IPv4DefaultGateway : x.y.z.1
DNSServer : x.y.z.252IP address is OK (static)
Default gateway is OK
DNS server is OK- Karl-WEJun 04, 2024MVP
yshahzad ty. Whats the output of
Get-NetConnectionProfile
Test-Netconnection DNSserverIP -Port 53
Test-Connection www.google.com
- yshahzadJun 04, 2024Copper Contributor
PS C:\Users\abc> Get-NetConnectionProfile
Name : xyz.local
InterfaceAlias : Ethernet
InterfaceIndex : 12
NetworkCategory : DomainAuthenticated
IPv4Connectivity : LocalNetwork
IPv6Connectivity : NoTraffic
PS C:\Users\abc> Test-NetConnection DNSserverIP -Port 53Test-NetConnection : The term 'Test-NetConnection' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At line:1 char:1
+ Test-NetConnection DNSserverIP -Port 53
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Test-NetConnection:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionPS C:\Users\abc> Test-NetConnection www.google.com
Test-NetConnection : The term 'Test-NetConnection' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At line:1 char:1
+ Test-NetConnection www.google.com
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Test-NetConnection:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException