DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old February 27th, 2003, 03:13 PM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 374 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 18 h 8 m 52 sec
Reputation Power: 30
Send a message via AIM to namotco
DNS and domain setup

I'm running FreeBSD 5.0 with BIND 9.2.1. I have DSL with 5 static IPs and have registered a domain with dotster.com. I believe I have configured my DNS correctly, however, it is my first time and I am a bit confused because of a mask of 255.255.255.248. My problem is what do I enter as name servers with dotster.com. ns.mydomain.com? Doesn't seem to work so I feel like I must be doing something wrong. I'd really appreciate your time if you can help me out. Thanks!

Reply With Quote
  #2  
Old February 27th, 2003, 03:37 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
First tell us your REAL domain name. Then the IPs for your nameservsers, and their names. Without such info it's pointless to ask questions in this forum in the first place.

>> I am a bit confused because of a mask of 255.255.255.248

This is irrelevant to DNS.

>> I have DSL with 5 static IPs

Have you ifconfig'd all 5 IPs in your FreeBSD box? What did you do to each IP exactly?

>> I believe I have configured my DNS correctly

In what? /etc/resolv.conf? Or the ones a whois lookup should return?

Reply With Quote
  #3  
Old February 27th, 2003, 06:17 PM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 374 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 18 h 8 m 52 sec
Reputation Power: 30
Send a message via AIM to namotco
My apologies, I didn't realize you would need that info.
IPs:

67.38.147.209-214 255.255.255.248
209-UNIX box
214-DSL router

ifconfig output:

xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
inet 67.38.147.209 netmask 0xfffffff8 broadcast 67.38.147.215
inet6 fe80::250:4ff:fed9:b630%xl0 prefixlen 64 scopeid 0x1
ether 00:50:04:d9:b6:30
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active

domain is madisonip.com (from dotster.com).


resolv.conf:
domain madisonip.com
nameserver 67.38.147.209
nameserver 65.43.19.26
nameserver 206.141.192.60

named.conf is:
// $FreeBSD: src/etc/namedb/named.conf,v 1.13 2002/11/26 07:55:44 ume Exp $

options {
directory "/etc/namedb";
pid-file "/var/run/named/pid";
maintain-ixfr-base yes;

};


server 67.38.147.209 {
provide-ixfr yes;
request-ixfr yes;
};

zone "." {
type hint;
file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};


zone "madison.com" {
type master;
file "/etc/namedb/madisonip.com.db";

};

zone "147.38.67.in-addr.arpa" {
type master;
file "147.38.67.in-addr.arpa.rev";

};



If there is anything else you need I will gladly provide it. And thank you so much for your time!

Reply With Quote
  #4  
Old February 28th, 2003, 12:30 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> what do I enter as name servers with dotster.com. ns.mydomain.com?

Use ns1.madisonip.com

>> zone "147.38.67.in-addr.arpa" {

You can't configure this zone because, like most providers, ameritech.net would never delegate 67.38.147.209-214 such tiny classless block to customers. Configure such a zone is pointless because nobody in the world would ask your nameserver for the answer, when requesting those IPs.

You also need to specify a slave zone for madisonip.com.

>> 209-UNIX box

I have no clue what this is. I need to know the nameservers name that you want to be authoritative for madisonip.com. Currently it's set as ns1.chorus.net and ns2.chorus.net but they are both lame.

When it comes to BIND version 9 configuration I am really clueless because I ditched BIND for many years in favor of djbdns.

I also need to know who is going to host the slave nameserver. Yourself? How many BSD box do you have?

Reply With Quote
  #5  
Old March 3rd, 2003, 12:44 PM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 374 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 18 h 8 m 52 sec
Reputation Power: 30
Send a message via AIM to namotco
67.38.147.209 is the IP of my BSD machine (one of them)
67.38.147.214 is the IP of my router

I am in the process of setting up djbdns.

The nameservers name that you want to be authoritative for madisonip.com? Well I assume that I would want that to be ns1.madisonip.com, right? Otherwise might you suggest one?

This is the part I am most confused about:

Quote:
>>You can't configure this zone because, like most providers, ameritech.net would never delegate 67.38.147.209-214 such tiny classless block to customers. Configure such a zone is pointless because nobody in the world would ask your nameserver for the answer, when requesting those IPs.


So what do I do about that?

I would like to be my own slave server. I'm in the process of setting up another UNIX box that could be the slave.

Thanks again for the help!

Reply With Quote
  #6  
Old March 3rd, 2003, 04:31 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> Well I assume that I would want that to be ns1.madisonip.com

Okay.

>> This is the part I am most confused about. So what do I do about that?

The short answer: Do nothing. Your ISP's nameservers may be authoritative for the IP block assigned by their upstream or whoever. When it comes to reverse lookup of 67.38.147.209 your ISP barely has DNS control to it. There is no way ameritech.net would delegate 209-214.147.38.67.in-addr.arpa to you (ns1.madisonip.com).
So you might wonder why 67.38.147.214 currently resolves to adsl-67-38-147-214.dsl.mdsnwi.ameritech.net. That was because ns1.ameritech.net and ns2.ameritech.net are authoritative for 214.147.38.67.in-addr.arpa like so:
Code:
dnsq ptr 214.147.38.67.in-addr.arpa ns1.ameritech.net
12 214.147.38.67.in-addr.arpa:
169 bytes, 1+1+2+2 records, response, authoritative, weird ra, noerror
query: 12 214.147.38.67.in-addr.arpa
answer: 214.147.38.67.in-addr.arpa 172800 PTR adsl-67-38-147-214.dsl.mdsnwi.ameritech.net
authority: 147.38.67.in-addr.arpa 172800 NS ns1.ameritech.net
authority: 147.38.67.in-addr.arpa 172800 NS ns2.ameritech.net
additional: ns1.ameritech.net 180 A 206.141.251.2
additional: ns2.ameritech.net 180 A 206.141.193.168
>> I'm in the process of setting up another UNIX box that could be the slave
Great.

Reply With Quote
  #7  
Old March 3rd, 2003, 05:26 PM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 374 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 18 h 8 m 52 sec
Reputation Power: 30
Send a message via AIM to namotco
Ok, so how can I get this to work? Or can't I? What needs to be done?

Reply With Quote
  #8  
Old March 3rd, 2003, 05:33 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> so how can I get this to work?

Get what to work? If you are having a question specifically, just ask. If your question is too broad then I just won't provide answer but to suggest you to search here or go to www.lifewithdjbdns.org.

>> What needs to be done?

I already told you that you DON'T need the zone for your reverse. I also said I haven't tried BIND 9 and can't offer any help on the syntax. As for BIND 8, if I can remember, I may offer some help on the configuration. Other than that, wait for someone to followup or you are on your own.

Reply With Quote
  #9  
Old March 4th, 2003, 03:19 PM
namotco namotco is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Madison
Posts: 374 namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level)namotco User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 18 h 8 m 52 sec
Reputation Power: 30
Send a message via AIM to namotco
How can I set this up so that when I try to enter ns1.madisonip.com at dotster it will accept the name server?

Reply With Quote
  #10  
Old March 6th, 2003, 11:28 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> How can I set this up

You need to go to http://www.lifewithdjbdns.org and follow the instructions on setting up the required software. As far as the data file (zone files in BIND) you can have a look here.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > DNS and domain setup


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway