Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Deploy DNS server

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

1. Install related components

Yum-y install bind bind-chroot (bind-chroot is optional)

2. Configuration file

① chroot environment:

Vi / etc/named/chroot/etc/named.conf

Options {

Directory "/ var/named/chroot/var/named/"

}

Zone "user.test.com" IN {

Type master

File "user.test.com.zone"

Allow-update {none;}

}

Vi / var/named/chroot/var/named/user.test.com.zone

$TTL 86400

@ IN SOA user.test.com root (

2017070301

1H

10M

7D

1D

)

@ IN NS user.test.com.

User.test.com. IN A 192.168.1.110

② non-chroot environment

Vi / etc/named.conf

Options {

Directory "/ var/named"

}

Zone "user.test.com" IN {

Type master

File "user.test.com.zone"

Allow-update {none;}

}

Vi / var/named/user.test.com.zone

$TTL 86400

@ IN SOA user.test.com root (

2017070301

1H

10M

7D

1D

)

@ IN NS user.test.com.

User.test.com. IN A 192.168.1.110

3. Start the service:

Systemctl start named

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report