On 14 April 2014 18:53, Felix Rubio Dalmau wrote:
> it is not actually a pure caching server (at least I didn't wanted it
> to be :S). I have server at home, and the DNS is properly configured at the
> internet. The problem is that my router is not capable to redirect my
> requests to m
Hi Steve,
it is not actually a pure caching server (at least I didn't wanted it
to be :S). I have server at home, and the DNS is properly configured at the
internet. The problem is that my router is not capable to redirect my requests
to my server when they come from the LAN. So, I have
On 14 April 2014 17:02, Felix Rubio Dalmau wrote:
> Maybe this is my problem: I have not created any zone file :s. The only files
> I've created/modified are:
> I thought that when requesting fields that are not available in the local dns
> server, such requests would be forwarded to the forward
Maybe this is my problem: I have not created any zone file :s. The only files
I've created/modified are:
### named.conf.local
include "/etc/bind/rndc.key";
zone "myserver.org" {
type master;
file "/etc/bind/db.myserver.local";
allow-update { key rndc-key; };
};
On 14 April 2014 15:59, Felix Rubio Dalmau wrote:
> What files, exactly? Named.conf.local and named.conf.options is enough?
Yep, and the zone files that you have created that contain the TXT
records you want to query for.
Steve
___
Please visit https:/
What files, exactly? Named.conf.local and named.conf.options is enough?
Felix
On Monday 14 April 2014 14:25:53 Steven Carr wrote:
> On 14 April 2014 14:21, Felix Rubio Dalmau wrote:
> > yes, it is the server I've set up in my local LAN. How can I set it
> > to have these TXT records?
>
On 14 April 2014 14:21, Felix Rubio Dalmau wrote:
> yes, it is the server I've set up in my local LAN. How can I set it
> to have these TXT records?
Post your current config and zone files (use pastebin if they are
larger than a few lines).
Then copy/paste the full host command and it's
Hi Barry,
yes, it is the server I've set up in my local LAN. How can I set it to
have these TXT records?
Thank you,
Felix
On Monday 14 April 2014 08:18:12 Barry S. Finkel wrote:
> Felix Rubio Dalmau wrote:
> > Hi everybody,
> >
> >I have set up a bind9 server, and
Felix Rubio Dalmau wrote:
Hi everybody,
I have set up a bind9 server, and everything works fine except when I try to
request some fields (e.g., TXT) for any server. If I do
host -t txt
I get
has no TXT record
whereas if I do
host -t txt
I got the correc
Hi everybody,
I have set up a bind9 server, and everything works fine except when I try to
request some fields (e.g., TXT) for any server. If I do
host -t txt
I get
has no TXT record
whereas if I do
host -t txt
I got the correct answer from that other server.
10 matches
Mail list logo