It's a pppoe connection.
The ip address is changed almost every time i start the computer.
Can i set up bind9 with this ip(not static/broadband ip address)?
If it's possible then must i make/register a domain name to map that domain
name with that dynamic ip address?
options {
directory "/etc/bind";
allow-query { localhost; };
allow-recursion { 127.0.0.1; };
listen-on { ; };
allow-transfer { none; };
auth-nxdomain yes;
};
why are allow-query ,allow-recursion, liste
>From /etc/bind/named.conf
forwarders {
212.27.53.252;
212.27.54.252;
};
listen-on {
192.168.0.1;
127.0.0.1;
};
What do these lines do?
http://www.unfreeze.net/?p=84
Thank you.
___
bind-users mailing list
bind-us
What's the main difference between zone and domain?
It's confusing to me,I'm searching though,i got once,"zone is a portion of
domain".
Can someone give example to clear things up?
___
bind-users mailing list
bind-users@lists.isc.org
https://l
I want to set-up dns server ,where to start from?
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users
5 matches
Mail list logo