Forum Discussion
Windows Server 2019 Static IP Address - No Internet
Has it been promoted? A domain controller should have own static ip address listed for DNS (192.168.2.100 in your example) and no others such as router or public DNS. Domain DNS is so members can find and logon to domain. Internet queries would be passed on to the 13 default root hint servers in a top level down fashion or optionally to forwarders. A single domain controller will take 5 to 10 minutes for all services to start up and become available so be patient.
- Arjun07aJun 01, 2019Copper Contributor
Hi,Dave Patrick
Thanks for the response buddy but left the server on for the whole day but still Internet is not working after assigning IP address.
I have no clue on how to find a static IP address as I have seen in the videos that when someone assigns a static IP address, their internet still works and I followed the steps thoroughly.
Please if you can or someone can shed light on exactly how to find and assign a Static IP address, it would be great.
- p4r4d0x017Dec 06, 2019Copper Contributor
Arjun07atry cmd (command prompt) type {ipconfig /all} without the brackets. So I'm more of an advanced users that uses simple tricks. Just keep these simple steps in mind.
should show this. Concentrate on these.
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1 and the DNS will be the same. Unless you prefer Google DNS, etc.Then just enter them into there designated areas. for about two seconds it will show 'No Internet'. then it will show you 'Connected'
- Dave PatrickJun 01, 2019MVPPlease run;Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
repadmin /showrepl >C:\repl.txt
ipconfig /all > C:\dc1.txt
then put unzipped text files up on OneDrive and share a link.