How to add intranet sites to DNS cache?


 
Thread Tools Search this Thread
Special Forums IP Networking How to add intranet sites to DNS cache?
# 1  
Old 07-06-2012
How to add intranet sites to DNS cache?

Hi all,

I'm hosting a site for my team in my LAN, for which my team mates should type my hosting server IP address in the web browser, example:

Code:
http://192.168.134.213:78/testteam/

This is really hectic to type the ip address always, is there anyway where i can create a site name mapping to hosting server ip address which will allow my team mates to type only the site name instead of ipaddress. example:

Code:
http://testteam

I guess there is something to be done with DNS cache... but not sure..
Pls help..

PS: OS used is windows XP. I have access only to my hosting server (windows).
# 2  
Old 07-06-2012
In Windows XP your team mates can add this line:
Code:
192.168.134.213 testteam

to C:\Windows\System32\drivers\etc\hosts
# 3  
Old 07-06-2012
Thanks bartus11. Many of them are hesitating to touch files under System32 and you see i cannot force them, moreover its a team of 30+ members. Is there any other approach ?
# 4  
Old 07-06-2012
Do you have local DNS server running in your LAN?
# 5  
Old 07-06-2012
yes. command "ipconfig /all" displays the DNS server ip address.
# 6  
Old 07-06-2012
Then you have to ask that DNS server admin to add proper record.
# 7  
Old 07-06-2012
okay. One more quick question:
Say if there is no LAN DNS server then will all request for local intranet sites access hit the global DNS server and come back ?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

DNS Cache Problem-Urgent !!!!!!

I have DNS Server running in solaris 10 . There is website called exaple.com ,whcih was hosted in this dns server with IP 1.2.3.4 ,now we deleted the DNS entry of that website from our DNS Server (db.exmaple.com is deleted from named.conf ) and it is hosted with some other name server with IP... (1 Reply)
Discussion started by: sandeep.tk
1 Replies

2. Red Hat

Path of the DNS Cache file

We have a DNS server that is only using as a cache DNS of parent server. I wonder where it the cache file that it created from parent DNS? Please tell me where will be the cache file? (0 Replies)
Discussion started by: abhilashkrishn
0 Replies

3. Linux

File cache /Page cache Linux

Hi All, could any one point out any open source test-suites for "File cache" testing and as well as performance test suites for the same. Currently my system is up with Linux/ext4. Regards Manish (0 Replies)
Discussion started by: hmanish
0 Replies

4. Linux

getting info on Cache Size, Data Cache etc..

Hi all I saw in Microsoft web site www.SysInternals.com a tool called CoreInfo from able to print out on screen the size of the Data and Instruction caches of your processor, the Locigal to Physical Processor mapping, the number of the CPU sockets. etc.. Do you know if in Linux is available a... (2 Replies)
Discussion started by: manustone
2 Replies

5. IP Networking

DNS Cache-Only Config Advice

Hi Chaps and Chappettes, I've had a short period of time recently to learn and implement DNS cache-only in our organisation. Trouble is, according to my tcpdumps, the amount of traffic on port 53 has increased. This is of course the exact opposit of the desired effect. Would y'all mind looking... (2 Replies)
Discussion started by: danny.hudson
2 Replies

6. Cybersecurity

Dns cache poisoning upgrade to bind9.5.0p2

Hi again guys, It seems this is a global thing affecting all the DNS bind versions prior to July 28 2008. I have my work cut out for me very soon, I see at least a handful of servers in my list that either need to patching or upgrading. How many of you guys are affected? Anybody successfully... (4 Replies)
Discussion started by: sparcguy
4 Replies

7. UNIX for Advanced & Expert Users

UBC cache vs. Metadata cache

hi, What is the difference between UBC cache and Metadata cache ? where can i find UBC cache Hits and Metadata cache Hits in hp-ux? Advanced thanx for the help. (2 Replies)
Discussion started by: sushaga
2 Replies
Login or Register to Ask a Question