DNS - Master and Slave
Nhớ 2k3 có cái kiểu này, mày mò làm theo :D
Thấy nó đúng là đơn giản thật :-j
Đầu tiên là cấu hình master zone trên máy master như bình thường.
Bonus video :D
http://www.mediafire.com/?yq34jfdokyj
---------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------
All my Lab:
Linux Lab -- window and Cisco Lab
to be continued - I will update more.
Thấy nó đúng là đơn giản thật :-j
Đầu tiên là cấu hình master zone trên máy master như bình thường.
zone "hbn.com" INTrên máy slave cấu hình còn dễ hơn :(
{
type master;
file "hbn.db";
};
zone "hbn.com" {Restart lại service
type slave;
file "bak.hbn.com";
masters {192.168.153.100;};
};
Dec 6 23:51:59 localhost named[1792]: client 192.168.153.101#47372: transfer of 'hbn.com/IN': AXFR startedXong.
Dec 6 23:51:59 localhost named[1792]: client 192.168.153.101#47372: transfer of 'hbn.com/IN': AXFR ended
Bonus video :D
http://www.mediafire.com/?yq34jfdokyj
---------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------
All my Lab:
Linux Lab -- window and Cisco Lab
to be continued - I will update more.
Comments