Steve B. wrote:
5. Changed /etc/init.d/net.lo ip and gw to 192.168.0.0
It's VERY BAD idea to change IP in net.lo !!!
It must stay as is (127.0.0.0).
IP for your eth iface u have to setup in /etc/conf.d/net.
gw can't be 192.160.0.0, because it's network address
and therefore u cannot assign it t
On Sun, Jan 04, 2004 at 01:08:06AM +, Steve B. wrote:
> perhaps that is the problem.. just registered the domain today.. maybe it
> takes some time.
It usually takes 24 hours to sync up the DNS servers.
--
Peter Wu
Powered by Gentoo Linux 2.4.22
This message is provided "AS IS" with no wa
--- "Steve B." <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Ok... first problem. Let me walk you through what I have completed
> so far
You didn't really give us a good picture of your setup. Which will help
me (us) help you further.
I.E.
Are you running a fi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
perhaps that is the problem.. just registered the domain today.. maybe it
takes some time.
On Saturday 03 January 2004 16:12, Mike Williams wrote:
> On Sunday 04 January 2004 00:43, Steve B. wrote:
> > well, now I am really confused. This is the outp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 04 January 2004 00:43, Steve B. wrote:
> well, now I am really confused. This is the output of the host command
> Using domain server:
> Name: 211.238.230.137
> Address: 211.238.230.137#53
> Aliases:
>
> ns1.secure-dt.net has address 211.238.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
well, now I am really confused. This is the output of the host command
Using domain server:
Name: 211.238.230.137
Address: 211.238.230.137#53
Aliases:
ns1.secure-dt.net has address 211.238.230.137
and all the diag tools that come with djbdns seem to
Here's a snippet from the data file I use on my webserver:
#gutenpress.org
Zgutenpress.org:ns1.gutenpress.org:sean.gutenpress.org
&gutenpress.org:12.44.218.240:ns1.gutenpress.org
@gutenpress.org::ns1.gutenpress.org:0
.243.218.44.12.in-addr-arpa::ns1.gutenpress.org
+gutenpress.org:12.44.218.240
+ww
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 04 January 2004 00:03, Steve B. wrote:
> Here is the output from nslookup
>
> nslookup
>
> > mydomain.net
>
> Server: 210.117.65.1
> Address: 210.117.65.1#53
>
> ** server can't find mydomain.net: NXDOMAIN
What is 210.117
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have tried both.. neither seem to work. Below is my config
#define the authoritative nameserver
.mydomain.net::ns1.mydomain.net
#mail exchanger
@mydomain.net::mail.mydomain.net
#Machine IP's
=hostname.mydomain.net:my.static.ip
#Machine aliases
+n
On Sat, Jan 03, 2004 at 10:32:21PM +, Steve B. wrote:
> Ok... first problem. Let me walk you through what I have completed so far
>
> 1. I emerged djbdns
> 2. I ran the dnscache and tinydns-setup config scripts
> 3. I ran 'rc-update add svscan default
> 4. rebooted
>
> after dealing with so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ok... first problem. Let me walk you through what I have completed so far
1. I emerged djbdns
2. I ran the dnscache and tinydns-setup config scripts
3. I ran 'rc-update add svscan default
4. rebooted
after dealing with some permission errors (I forg
> I'd give your dns server a second IP as Stephan suggested, then put dnscache
> on one internal IP and dnscachex on the other altering any port forwards as
> needed, with tiny on localhost.
> You also might want to seperate your dns for internal machines on to a
> subdomain, I use home.mydomain
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 19 December 2003 18:25, Tom Hosiawa wrote:
> I've know this has been covered before, but I'm still having trouble
> setting up djbdns after reading a couple guides and all the relevant
> posts here.
>
> Here's what I want to do:
> I want the
I've know this has been covered before, but I'm still having trouble
setting up djbdns after reading a couple guides and all the relevant
posts here.
Here's what I want to do:
I want the server to run dns for my domain name, say mydomain.ca
server (192.168.1.2) ->
(a.mydomain.ca)
desktop
Tom Caudron said:
> However, I'm still getting a domain not found error when I try to
> ping www.kungfugamers.com
Ping is probably going after the other DNS server... which we're
going to fix now :-)
> Eric said, "If I query hearsay.earthlink.net, it's never heard of
> kungfugamers.com. You will
OK, I stopped dnschachex and axfrdns with "svc -d". A dig command now
shows me this:
> dig @68.15.153.133 www.kungfugamers.com a
; <<>> DiG 9.2.2rc1 <<>> @68.15.153.133 www.kungfugamers.com a
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25100
;
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 20 November 2003 01:10, Tom Caudron wrote:
> Eric and Mike both requested this output:
> > netstat -nlp | grep udp | grep 53
>
> udp 0 0 68.15.153.133:530.0.0.0:* 936/dnscache
> udp 0 0 68.15.153.133:530.0.0.0:*
Tom Caudron said:
> udp 0 0 68.15.153.133:530.0.0.0:* 936/dnscache
> udp 0 0 68.15.153.133:530.0.0.0:* 932/tinydns
Not good. Actually, I didn't think this was possible. I guess I just
leaned something. Try stopping dnscache. Something like
svc -d /service/dnscac
Eric said, "I didn't get exactly what you're trying to do. Is it just host a DNS
server as the authority for your domain? Where are your secondaries?"
I am trying to run a domain entirely from my cable modem. I have a business-class
connection through Cox, so I'm allowed and the IP is mine to u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 19 November 2003 17:50, Tom Caudron wrote:
> Well, a month later and I'm back to working on this dns problem.
>
> I tried to follow Mike's advice (found below), but I ran in to a
> problem. When I emerged djbdns, it never created anything
ldomain udp port domain unreachable [tos 0xc0]
>
>
> In the end, the browser just says foobar.com could not be found.
> :(
>
> I've registered my machine/ip as a valid dns (and I get dns
> requests all the time, but the above mentioned udp error suggests
> to me that they aren
).
Does anyone have a clue as to what could be the problem? Any help would
be appreciated. :)
-Tom Caudron
> From: Mike Williams <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [gentoo-user] djbdns setup questions
> Date: Sat, 18 Oct 2003 16:39:20 +0100
>
> -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 18 October 2003 14:58, Tom Caudron wrote:
> I've googled til my fingers bled and all I cna find are how-to
> describing how I cna set up djbdns to serve a home network (maybe I just
> didn't know what I was looking at?). Here's what I'm do
I've googled til my fingers bled and all I cna find are how-to
describing how I cna set up djbdns to serve a home network (maybe I just
didn't know what I was looking at?). Here's what I'm doing.
I have registered a domain (we'll call it foobar.com) and I intend on
hosting it publicly from my hom
24 matches
Mail list logo