Configuring the machine to bypass the DNS and set it to resolve locally is quite helpful during migrations without NS change or during the DNS propagation period.For that we have add host entry in the local machine
Configuration Files
Windows | C:\Windows\System32\Drivers\etc\hosts |
Linux | /etc/hosts |
Mac | /private/etc/hosts |
Entry Format
ip.ip.ip.ip domain.com www.domain.com
Eg:
10.06.4.1 2test2.com www.2test2.com