GMT+01:00 Niall O'Reilly :
>
>> At Sat, 3 Jan 2015 19:24:47 +0100,
>> Christian Kette wrote:
>> >
>> > I have found a workaround.
>> > I defined a different zone for every network
>>
>> A simpler solution might be to use a sortlist.
edit your Subject line so it is more specific
> than "Re: Contents of bind-users digest..."
>
>
> Today's Topics:
>
> 1. Re: BIND9 Return different IP address based on subnet
> (Christian Kette)
>2. Re: BIND9 Return different IP address base
lan01" {
> match-clients {192.168.5.0/24;};
> zone "5.168.192.in-addr.arpa" {
> type master;
> file "/etc/bind/db.rev.5.168.192.in-addr.arpa";
> };
> };
> view "int" {
> match-clients {192.168.10.0/24;}
type master;
file "/etc/bind/db.rev.10.168.192.in-addr.arpa";
};
};
But now I get Non-existent domain error (on the raspberry machine) for
- nslookup localhost
- nslookup DEV.home.lan
I don't understand why it can't find neither the localhost nor the
DEV.home
Hello,
I've got a raspberry pi with 5 network interfaces (3 WLAN and
two wired LAN).
Also, I have set up a BIND 9 server. Now I want to give the PI (the
hostname is "DEV") a different IP address for every single interface.
For example: when a client from the network 192.168.2.0/24 loo
Hello,
I've got a raspberry pi with 5 network interfaces (3 WLAN and
two wired LAN).
Also, I have set up a BIND 9 server. Now I want to give the PI (the
hostname is "DEV") a different IP address for every single interface.
For example: when a client from the network 192.168.2.0/24 lo
6 matches
Mail list logo