亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

ubuntu如何配置域名服務器地址

小新
1365
2021-01-16 19:58:10
欄目: 云計算

ubuntu如何配置域名服務器地址

ubuntu配置域名服務器地址的方法:

1.打開終端輸入以下命令進行安裝配置DNS。


sudo apt install bind9


2.修改配置文件“/etc/bind/named.conf.local”,添加正逆解析文件的配置,修改后如下:

//

// Do any local configuration here

//

// Consider adding the 1918 zones here, if they are not used in your

// organization

//include "/etc/bind/zones.rfc1918";

//domain->ip

zone "flovem.home" in {

type master;

file "/var/cache/bind/db.flovem.home";

};

//ip->domain

zone "0.168.192.in-addr.arpa" in {

type master;

file "/var/cache/bind/reverse/db.0.168.192";

};

3.根據第2步中的配置,添加相應的正逆向解析文件,例如:

在/var/cache/bind/目錄下添加文件db.flovem.home:


//正向解析

$TTL 604800

@ IN SOA flovem.home. root.flovem.home. (

2 ; Serial

604800 ; Refresh

86400 ; Retry

2419200 ; Expire

604000) ; Negative Cache TTL

;

; name servers

@ IN NS ns.flovem.home.

@ IN A 192.168.0.102

;ns records

ns IN A 192.168.0.102

;host records

hangzhou IN A 192.168.0.102


在/var/cache/bind/reverse/目錄中添加文件db.0.168.192


//逆向解析

$TTL 604800

@ IN SOA flovem.home. root.flovem.home. (

2 ; Serial Number

604800 ; Refresh

86400 ; Retry

2419200 ; Expire

86400 ); ; Minimum


@ IN NS flovem.home.


66 IN PTR hangzhou.flovem.home.


4.重啟ubuntu使其生效即可。


0
积石山| 拉萨市| 襄城县| 崇信县| 唐河县| 额济纳旗| 磐安县| 焦作市| 金华市| 密山市| 阿克陶县| 苍山县| 丹凤县| 马龙县| 罗城| 巨鹿县| 潍坊市| 临泽县| 汉源县| 玉龙| 和政县| 通化市| 邯郸县| 崇信县| 巴中市| 青阳县| 柳河县| 海兴县| 临夏市| 鹤峰县| 南开区| 丹阳市| 阳春市| 吉安市| 安顺市| 修水县| 白银市| 芜湖县| 章丘市| 南溪县| 昂仁县|