AutoConfigration of IPV4 in Windows Server 2012 R2
AutoConfigration of IPV4 in Windows Server 2012 R2
Hi Friends,
I faced this error in windows server 2012 r2 changing the ip address....
2.ipconfig /all
3.DNS SERVER IS ALSO SHOWING ERROR LIKE
DNS ERROR 4013,408,407,404
The DNS server could not open socket for address
10.2.0.101.
Verify that this is a valid IP address for the
server computer. If it is NOT valid use
the Interfaces dialog under Server Properties in the DNS Manager to remove it
from the list of IP interfaces. Then
stop and restart the DNS server. (If this was the only IP interface on this
machine and the DNS server may not have started as a result of this error. In that case remove the DNS\Parameters\
Listen Address value in the services section of the registry and restart.)
If this is a valid IP address for this machine,
make sure that no other application (e.g. another DNS server) is running that
would attempt to use the DNS port.
The main Error is ip address problem Autoconfiguration ipv4 is taking the preferred and main ip address is taking as a duplicate i.e the error's are coming for this.
1.Cmd
2.type C:\windows/system32>netsh interface ipv4 show inter...... and press enter
it show you the network adapters
idx met mtu state name
1 50 4256358 connected loopback Pseudo-interface-1
15 10 1500 connected local network adapter
my local network adapter is 15.
4.netsh interface ipv4 set interface 15 dadtransmits=0 store=persistent and press enter.
5. finally go to services.msc restart the dhcp client services and restart the computer.
Comments
Post a Comment