This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
bdnog11:netsec:bind-authoritative [2020/01/12 12:48] Muhammad Moinur Rahman |
bdnog11:netsec:bind-authoritative [2020/01/12 15:13] Muhammad Moinur Rahman |
||
---|---|---|---|
Line 20: | Line 20: | ||
) | ) | ||
- | IN NS ns.groupXX.net. | + | @ IN NS ns.groupXX.net. |
ns IN A 192.168.30.X | ns IN A 192.168.30.X | ||
Line 45: | Line 45: | ||
zone "groupYY.net" { | zone "groupYY.net" { | ||
type slave; | type slave; | ||
- | file "/var/named/slave/db.groupYY.net"; | + | file "/etc/named/slave/db.groupYY.net"; |
masters { 192.168.30.YY; | masters { 192.168.30.YY; | ||
}; | }; |