Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to make local DNS server?
Name: andynet Date: March 14, 2009 at 15:31:40 Pacific OS: Windows XP Subcategory: General
Comment:
I know i can use the hosts file to manually tag ips to domain names but can i have the ip to every website i visit "cached" in a local database so that i first query my database to see if the ip i am trying to reach is there?
So it would go
DNS request >> check my databse first and if not there then..>> ISP DNS >> IP gets sent back to me to run the http request>> store this ip in databse >> query database first to see if domain name/ip is there, if not go to ISP DNS etc etc
Name: StuartS Date: March 14, 2009 at 17:22:09 Pacific
Reply:
Not the way to do it, you will just be storing up problems for yourself. A DNS is a little more than a database of IP addresses and domain names.
What happens when one of these IP address change, which they do from time to time. Unless there is some way of updating your database automatically you will get a 404 error.
Summary: I am beginner in using ftp server. I have DSl service and D-link 704 as the router to make the LAN. I have the static IP which provided from DSL company and I have another IP for PC which provid...
Summary: i was just wondering how would i be able to make my computer an ftp server? what programs would i need to get, preferably free programs? also my computer is on a college network. would that make any t...