using unregistered domain names


 
Thread Tools Search this Thread
Special Forums IP Networking using unregistered domain names
# 1  
Old 08-02-2002
using unregistered domain names

hey what the hell happens if you make sure (as best one can) that a domain name like anything.com is not used at all, and you set up your own DNS and use that name without registering with a registrar, i know if the address is in use you will make some people very upset and give many internet users a hard time right? i wouldnt do that, but its been an unanswered question ive had for a while.
# 2  
Old 08-02-2002
DNS works on a tree principle.

When I perform a local DNS look-up, that request is forwarded to my DNS server. If that DNS server doesn't know where that domain is then it forwards the request to its DNS server (or the registrar DNS server of the top level domain [e.g. .com or .org]) Anyhow a request is forwarded up the tree until it hits someone that knows which DNS (nameserver) it resides on then it goes back down the tree to that namesever which provides the IP address, which is then sent back to the original DNS server, which then sends it back to the client.

Basically, if you make your own DNS server and say that IP address "x.x.x.x" is domain "anything.com", anybody getting DNS information from that DNS server will believe that IP address "x.x.x.x" is "anything.com". Now due to the fact that DNS operates in a tree structure your DNS server is going to be at the bottom of that, so no other DNS server should be querying you.

So in answer to your question, it really wouldn't make any difference. If your domain "anything.com" isn't registered at the TLD registrar (at the top of the tree) then my DNS server won't know that your DNS server is the host for that domain.

Hope this make sense.
# 3  
Old 08-02-2002
its clear now. thanks for the responce.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Unregistered version RHEL...

Hi everyone, I am working a contract and the customer has not registered there RHEL 5 servers. They have a cluster of servers and it would seem that they all stop logging in messages @ appox 15:50 and then start logging again at 4:04 am. Is this a normal thing for non-registered? Lee (3 Replies)
Discussion started by: Lee Dunsmoor
3 Replies

2. UNIX for Dummies Questions & Answers

Get domain names from IP addresses of apache2 access.log

I am totally new to shell scripting. I want to see people from which domain access my website. I want to generate the domain names from IP addresses in the Apache access.log file. There are around 54 log files. I concatenate all the files into one. I am using Ubuntu 12.04 LTS. So I... (4 Replies)
Discussion started by: Ronni
4 Replies

3. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

4. Shell Programming and Scripting

extracting domain names out of a text file

I am needing to extract and list domain names out of a very large text file. The text file contains tlds .com .net .org and others as well as third level domains e.g. host1.domain.com and the names are placed within paragraphs of text. Domains do not have a http:// prefix so I'm thinking the... (6 Replies)
Discussion started by: totus
6 Replies

5. Shell Programming and Scripting

please help, find domain names in string

Hello, i have a file contains the information like below /home/username/domain.com/log/access /home/username/domain23.net/log/access /home/reseller/username/domain.com/log/access using a loop i can read every line of the file but i wants to extract domain name like(domain.com,... (3 Replies)
Discussion started by: eyes_drinker
3 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Special note to unregistered users

This forum is intended only as a means to contact us if you are having trouble with your account. This forum is the only area on the site where even unregistered users can post. But because some spammers were using this to post spam, we have changed things a little bit. When an unregistered user... (0 Replies)
Discussion started by: Perderabo
0 Replies

7. UNIX for Dummies Questions & Answers

Using Sendmail for multiple domain names

Hi, We're an internet company with several domain names. Our mail server was originally set up to deal with xxx@domain1.com email addresses which works fine. The problem I have is that we're now also using a domain2.com, and sales@domain1.com isn't the same as sales@domain2.com. I've added... (1 Reply)
Discussion started by: captainash
1 Replies
Login or Register to Ask a Question