@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> hi. if i register a .kg domain name, will I have any problems using it with webhosts ?
<1> rtj, not technical, but political can be a different question
<2> Status: REGISTRAR-LOCK
<2> If a whois says that... I need to talk to the registrar to get that removed, correct?
<3> that's the idea.
<2> twkm: thanks
<3> sure thing.
<4> anyone know the dynamic DNS protocol fairly well?
<4> I was just wondering after the Update request, update response, if the host acknowledged the response
<5> Hi I run my own name servers on a server for a domain.. ns1/ns2 etc.. i have forward port 53 to the dns server.. when i try point the domain to my name servers it says they are invalid? do I have to add a glue record?
<3> perhaps, but that shouldn't be what makes them invalid.
<5> what makes them invalid?
<5> any ideas?
<5> hmm
<3> query your server for answers, if it responds wrongly then fix your server configuration.
<3> e.g., ''dig @server domain soa'' must provide an soa record.



<5> 1 sek
<5> ;; ANSWER SECTION:
<5> seadoo4tec.net. 58400 IN A 192.168.1.111
<5> thats on the local machine
<3> tht isn't an soa.
<5> when i type dig seadoo4tec.net @localhost
<3> is localhost the server?
<5> ;; ANSWER SECTION:
<5> seadoo4tec.net. 58400 IN SOA ns1.seadoo4tec.net. rxp.seadoo4tec.net. 2006022912 10800 360 604800 58400
<5> yes
<5> no other boxes to test on
<5> ah
<5> the I
<5> IP
<3> then it sounds like you are setup fine, at least when queried locally. what about remotely?
<5> well i do it externally..
<5> nothing can pick it up
<5> only internally
<5> (local)
<5> when my machine points to the dns server
<6> ns1.cyber1.com.au. has no A record.
<5> archivist; that was when i was hosting it somewhwer else.. dis-regard that
<5> I want to point it to ns1.seadoo4tec.net
<5> and ns2
<3> sounds like your router isn't forwarding the packets, or your server is discarding them, or you never receive them because your isp blocks it.
<5> hmm
<3> if the nameserver is within the zone to be served then the parent will need glue.
<5> TCP/UDP?
<3> yes.
<5> ok
<6> dns report only finds the old servers
<5> yeah..
<5> twkm: where can I do the glue record.. ive looked through my regisrar.. do i have to contact them?
<3> yes.
<5> hmm ok
<5> so just setup a glue record for ns1 + ns2
<5> and just give them the ISP?
<5> IP*
<3> yes -- though it is sad that you will have two nameservers that are actually one.
<5> yea
<5> mm
<5> ok so what if i did this then
<6> get a friend to host your slave name server
<5> setup the primary/ns1 on this machine
<7> don't they hae an option that they will provide the 2. ns ?
<5> yeah archivist: i can do that
<5> can someone advise me on setting up a slave name server for a domain?
<5> I have full dns access to another machine
<3> or even get one of the providers in the topic setup as a secondary.
<5> guys?
<5> say I have ns1.seadoo4tec.net running off this machine.. as a master
<5> and say I have access to dns servers in differnet cities etc.. whats the best way to set them up?
<3> add them as a slave.
<5> yeah, can you advise on how to set that up?
<3> i use an editor.
<5> yeah, ok so on the other servers
<3> on the slave i edit the configuration to say "you are now a slave for zone x from masters y and z".
<5> setup a zone for seadoo4tec.net ?
<3> just what i type depends on the nameserver being used.
<5> ok 1 sec
<5> ill setup a zone record for it?



<5> seadoo4tec.net
<5> on the other servers?
<3> likewise i tend to have to edit the configuration on the master(s) to say "you now have slaves y and z, for zone x".
<3> usually you make a configuration entry, not a zone record.
<5> hmm
<5> these dns servers arent just for this domain name though
<5> so I cant really edit the named.conf etc
<3> then you don't have "full dns access".
<3> have the person there that does add your zone to their named.conf.
<5> yeah I do have full dns access.. but will it affect any of the other dns zones on here?
<3> i don't see how it could.
<5> ok
<5> alright
<5> can you guide me through it?
<5> ok im guessing start at the named.conf
<5> yes?
<3> indeed.
<5> ok
<3> i take it you've never read the arm.
<5> yeah.. unfortunately :(
<5> ok so locate the zone pointer in here for seadoo4tec.net ?
<5> zone "seadoo4tec.net" {
<5> type slave;
<5> file "/var/named/seadoo4tec.net.zone";
<5> look right?
<3> you need to name at least one master.
<3> masters { 1.2.3.4; ...; };
<5> lol
<5> i'm confused
<5> ok so on the actuall machine where the dns is running off
<5> thats master atm
<5> zone "seadoo4tec.net" {
<5> type master;
<5> file "seadoo4tec.net.zone";
<5> };
<5> thats the main dns server record
<3> masters use only data from the file.
<5> ok
<5> so leave my main on one master
<3> slaves cache data into the file for quicker startup, but in theory only use data from a baster.
<3> err, master.
<5> what should I set my next name server on
<5> slave
<5> or another master?
<3> either.
<5> do I use the same zone file on each server?
<3> you don't need to copy the file, the slave will make it when it fetches data from the named master.
<5> ok so make it a slave then?
<5> which
<5> twkm: should I make them all master or just 1 master and 2 slave?
<5> or what
<3> that's for you to decide.
<5> does it matter twkm ?
<3> if you make it a master you have to arrange to copy the zone data file whenever it changes.
<8> hello all.. i'm having a heck of a time setting up a sub-domain
<8> i've read several how-tos, but i just cant get it to work right
<6> ! just add an A record
<9> ?
<8> hmmm... this is strange
<8> i did add the A record and it didnt work initially
<8> after some dig'ing ... my master dns doesn't "answer" correctly
<8> but the slave does...
<8> i use the slave as my main dns coz its closer
<9> you want a subdomain, no?
<8> yeah
<9> why do you fiddle with A records then?
<9> ah, you don't wanna delegate it seems, ok
<8> yeah, our dns machines can handle it
<8> me thinks i got it...
<8> strange, had to add the zone to named.conf
<9> yep
<9> you named it "zone". not think about it :)
<9> *now
<8> =)


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #dns
or
Go to some related logs:

unmask mod_suphp
#mysql
#fedora
+compviz +glx
how evil eat this kitten
#mysql
#mysql
silvalynin
#fedora
#perl



Home  |  disclaimer  |  contact  |  submit quotes