Re: Split DNS(view configuration)

2014-05-20 Thread Techs_Maru
2014-05-20 20:46 GMT+09:00 Tony Finch : > There are two options: > > You can have one view that slaves the zone from the master, and the other > view slaves the zone from the first view. > > Or you can have an authoritative view that slaves the zone from the > master, and a recursive view that has

Re: Split DNS(view configuration)

2014-05-20 Thread Tony Finch
Techs_Maru wrote: > > The mastering server side cannot be touched as this assumption. Ah, I missed that difficulty. > It can solve what I wanted to do by forwarding the zone in the local. > Method of sending notify to other view when source in zone forwarding > origin is confirmed with client-ma

Re: Split DNS(view configuration)

2014-05-20 Thread Tony Finch
Matus UHLAR - fantomas wrote: > On 19.05.14 17:26, Tony Finch wrote: > > You must not share slave zone files between zones. > > ...I don't see point in having files for domains fetched from different > view. That's a reasonably sensible point of view :-) There's also the in-view directive in BIN

Re: Split DNS(view configuration)

2014-05-20 Thread Techs_Maru
2014-05-20 1:26 GMT+09:00 Tony Finch : > I think it is better to use named's built-in root hints, so you don't need > to explicitly configure this. Thank you for your advices. > You must not share slave zone files between zones. > > > }; > > }; > > > The content of internal view is not u

Re: Split DNS(view configuration)

2014-05-20 Thread Matus UHLAR - fantomas
On 19.05.14 17:26, Tony Finch wrote: You must not share slave zone files between zones. ...I don't see point in having files for domains fetched from different view. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this

Re: Split DNS(view configuration)

2014-05-19 Thread Tony Finch
Techs_Maru wrote: > > view"internal" { > recursion yes; > zone "." IN { ... }; I think it is better to use named's built-in root hints, so you don't need to explicitly configure this. > zone "hoge.com" IN { > type slave; > masters { AA

Re: Split DNS(view configuration)

2014-05-19 Thread Techs_Maru
Thank you for reply. I am sorry that I cannot explain that well. is master(Example IP:AAA.AAA.AAA.AAA) config. zone "hoge.com" IN { type master; file "hoge.zone"; notify yes; also-notify {

Re: Split DNS(view configuration)

2014-05-19 Thread Tony Finch
Techs_Maru wrote: > > The zone is forwarded only to "View internal" because it matches it > > internal. > > I want to forward hoge.zone of BIND1 to both hoge.zone that uses View > > configuration of BIND2. I am not sure if I understand exactly what you want. A common way to choose what view t

Re: Split DNS(view configuration)

2014-05-19 Thread Techs_Maru
Sorry,The description was forgotten. BIND1 is Master, and BIND2 is Slave. There is a restriction that cannot make zone of BIND2 Master by manually. 2014-05-19 20:44 GMT+09:00 Techs_Maru : > Hi, > > There is a question though "Split DNS(view configuration)" is used. &

Split DNS(view configuration)

2014-05-19 Thread Techs_Maru
Hi, There is a question though "Split DNS(view configuration)" is used. In the case of the structure such as the following, --- --- The zone is forwarded only to "View internal" because it matches it internal. I want to forward