Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 00:05:09 -0700
From:      Fred Condo <fred@condo.chico.ca.us>
To:        Caleb Walker <calebwalker69@hotmail.com>
Cc:        igorr@crosswinds.net, questions@FreeBSD.ORG
Subject:   Re: Can you all see me?
Message-ID:  <20000901000509.A5589@absinthe.condo.chico.ca.us>
In-Reply-To: <LAW-F2751rYZK5lVEDq00004b6b@hotmail.com>; from calebwalker69@hotmail.com on Fri, Sep 01, 2000 at 06:02:45AM %2B0000
References:  <LAW-F2751rYZK5lVEDq00004b6b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 01, 2000 at 06:02:45AM +0000, Caleb Walker wrote:
> When I am doing an nslookup on my dns server I set 'q=mx'
> I type cwalk.org  and I get something like:
> cwalk.org
>        origin = ns1.cwalk.org
>        mail addr = cwalker.cwalk.org
>        serial = blah blah so forth and so forth...
> 
> when I type ns1.cwalk.org I get the info that I want.
> 
> ns1.cwalk.org  prefrences = 10, mail exchanger = mail.cwalk.org
> cwalk.org      nameserver = ns1.cwalk.org
> nail.cwalk.org internet address = 24.177.2.144
> ns1.cwalk.org  internet address = 24.177.2.144
> 
> I can not figure this out for the life of me!!

Works on my nameserver:

=== 022 /usr/home/fred fred@absinthe$ nslookup 
Default Server:  absinthe.condo.chico.ca.us
Address:  0.0.0.0

> set q=mx
> cwalk.org
Server:  absinthe.condo.chico.ca.us
Address:  0.0.0.0

cwalk.org       preference = 10, mail exchanger = mail.cwalk.org
cwalk.org       nameserver = ns1.cwalk.org
mail.cwalk.org  internet address = 24.177.2.144
ns1.cwalk.org   internet address = 24.177.2.144

> 
> Here is my dns config:
> $TTL 1D
> cwalk.org.	IN 	SOA 	ns1.cwalk.org.  cwalker.cwalk.org. (
> 	        2000083103  ; Serial
> 		2H	    ; refresh
> 		1H          ; retry
> 		2W          ; expire
> 		300 )	    ; minimum (1 day)

Your planet must rotate very quickly if a day is 300 seconds. :)

> ;Name Servers
>         IN  NS ns1

Oh, dear, no secondary NS?

> ns1	IN  A  24.177.2.144

You repeat the above RR below:

> ;MX records
>         IN MX 10   mail
> ; Host Records
> @		IN  A	24.177.2.144
> www		IN  A	24.177.2.144
> ftp		IN  A	24.177.2.144
> mail		IN  A	24.177.2.144
> NS1		IN  A   24.177.2.144

Here is it a second time.
-- 
Fred Condo + fred@condo.chico.ca.us
Not since Tom Hanks won an Oscar has there been that much acting in
Philadelphia. -- Sen. Joe Lieberman, about the Republican Convention.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000901000509.A5589>