Popular Posts
-
US 01:36 15.04.2016Get short URL Marco Marsala seemingly lost all traces of his company, including the websites that he works with, b...
-
If you're a beginner just starting a WordPress blog, then there's no need to get VPS hosting. A shared hosting plan will provide a...
-
2017-08-22 Sports News of Tue, 22 Aug 20170 Tamale ready to host 2017 MTN FA Cup final - RFA Chairman File photo Mr. Abdoula...
-
CHICAGO, June 20, 2016 /PRNewswire/ -- Paper Source, a Chicago-based specialty retailer and web store, will be hosting a warehouse sale o...
-
LANSING, Mich., Aug. 20, 2015 /PRNewswire/ -- Liquid Web, Inc., (www.liquidweb.com) a leading provider of professional web hosting and man...
-
Los Angeles, CA -- (SBWIRE) -- 03/14/2017 -- WebHostingCat.com has announced its annual list of Best Web Hosting Award Winners for 2017. T...
-
Toronto, ON -- (SBWIRE) -- 12/09/2015 -- Many firms are now opting for the service cPanel web hosting for proper management of the content...
-
LANSING, Mich., Oct. 13, 2016 /PRNewswire/ -- Hacking attacks cost the average American firm $15.4 million per year. During October, which...
-
BI Intelligence See Also The Internet of Everything — $12.6 trillion ROI expected over the next decade [SLIDE DECK] T...
-
WebHostingCat.com has published their web hosting recommendations for 2017. The annual list was released to assist consumers that are plan...
Blog Archive
- December (19)
- November (25)
- October (28)
- September (26)
- August (28)
- July (31)
- June (26)
- May (27)
- April (28)
- March (30)
- February (28)
- January (31)
- December (31)
- November (30)
- October (31)
- September (29)
- August (44)
- July (56)
- June (53)
- May (54)
- April (48)
- March (55)
- February (44)
- January (3)
- December (5)
- November (5)
- October (26)
- September (25)
- August (29)
- July (26)
- June (18)
- September (1)
About Me
Total Pageviews
Map the User Friendly Host Name With Its Corresponding IP Address
In this article, I am going to cover how to map the user-friendly host name with its corresponding IP address using Host File in IIS.
BackgroundA few days back I got a requirement to change the IP address of our locally hosted website in IIS 8 of Windows server 2012 R2, since it was difficult for the client to remember the IP address every time.
Now I am going to change this to some user-friendly name, for ex : www.Karthiksachin.com
Let's see step by step how can we achieve this.
In simple words, Host file is like a telephone directory which will contain the number(IP Address) and associated address(Host Name). So when you give a Host name like www.google.com into your browser, then the Host file is started to see if you have the IP address for that site. If you have, then your computer will get it and act accordingly, otherwise, it will ask the details to the ISP.
Location of Host File in File SystemThe path to the Host file in Windows is %systemroot%\system32\drivers\etc\ where %systemroot% is usually c:\windows unless you installed Windows on a different partition. So the same can be written as c:\Windows\System32\Drivers\etc\hosts.
Step 1 - To access the host file in Windows 7 you can use the following command in the Run Line to open notepad and the file.
Then it will open the following text file as shown below,
Then it will open the default file like below:
Original File before changing how it looks:
After changing the file as per requirement:
Note: Make sure you have taken the # symbol from that line because it denotes comment.
That's it from the host file point of view.
Now just change following in the IIS, like the screenshots below:
Output
Tried the Same in Window server 2012 R2:
Output:
I hope the above information was a little bit helpful. Kindly share your valuable comments or feedback.
Source: Map the User Friendly Host Name With Its Corresponding IP Address
0 comments:
Post a Comment