![]() |
Bind with TLDs for custom community use
I am clearly making this harder than it must be, because I am just not seeing how to make my own TLD for myself and my friends to point.
Running off the ideas of OpenNIC, meshnet, and MyLittleDNS, I have a little linux VPS out in the net with a static IP, and I wanted to set up BIND to serve out a custom TLD as a root-server that only those who knew to point to my server would be able to resolve, AND point to/forward/etc the OpenNIC root servers, so that normal interneting is still possible. Yet, I am clearly making this harder than it is, because I can't find any examples or help on how to use BIND for your own root-server and host a custom TLD. Any forum threads or web sites that I could be pointed to, since my googleFu isn't strong enough? Or better yet, starting with working code/.conf files to be as the example or "goal" and pick them apart and disect them to see how they work until I break it, and then start back with the original again. Yes, I am a newbie, I admit I haven't found a solution yet, thus I ask my question, so I appreciate "No"s over big long rants of flaming and how disappointing I must be to everyone and how you're not going to assist. Otherwise, I greatly appreciate any help you provide in advance! [](/a22) |
as i understood , you want to use your own unregistered domain but then the domain must be resolved
within your community or group in my mind this is not very difficult first you need to setup your own dns server and make it run, then tell your friend to use your own created dns server, from there you can setup whatever domain your want and your friend should be able to use it if this is right then your part is not able to setup bind dns please open new thread with bind related |
Example
Here is an example from http://www.zytrax.com/books/dns/ch6/#forwarding
If you look at the localhost zone statement this is exactly what you want for a custom TLD. Note: Domain names are cheep and owning your own domain name means all computers will be able to get to it... slightly cooler I think, as lots of places block you from using a DNS server on the internet... so as your laptops ect move around you will have to keep changing the DNS servers to and from your custom DNS server. If you just want it to work regardless of the DNS servers you could always just add host file entry's on the computers instead of using a custom DNS server. Code:
// FORWARDING & CACHING NAME SERVER for EXAMPLE, INC. |
| All times are GMT -5. The time now is 06:23 AM. |