Fedora 11
Sponsored Link

BINDインストール2009/06/10

  名前解決を行ってくれる DNS (Domain Name System) サーバーを構築します。 そのために必要なパッケージのインストールです。 bind をインストールします。 ルーターの設定で、TCP と UDP の 53番ポート宛てを通す設定もしておきます。
[root@dlp ~]#
yum -y install bind

Loaded plugins: fastestmirror
Determining fastest mirrors
* fedora: www.ftp.ne.jp
* updates: ftp.riken.jp
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package bind.x86_64 32:9.6.1-0.4.rc1.fc11 set to be updated
--> Processing Dependency: dnssec-conf for package: bind
--> Running transaction check
---> Package dnssec-conf.noarch 0:1.20-2.fc11 set to be updated
--> Processing Dependency: python-dns for package: dnssec-conf
--> Running transaction check
---> Package python-dns.noarch 0:1.6.0-4.fc11 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================
Package
Arch
Version
Repository
Size

===================================================================
Installing:
  bind
x86_64
32:9.6.1-0.4.rc1.fc11
updates
3.4 M

Installing for dependencies:
  dnssec-conf
noarch
1.20-2.fc11
fedora
85 k

  python-dns
noarch
1.6.0-4.fc11
fedora
221 k


Transaction Summary
===================================================================
Install
3 Package(s)

Update
0 Package(s)

Remove
0 Package(s)


Total download size: 3.7 M
Downloading Packages:
(1/3): bind-9.6.1-0.4.rc1.fc11.x86_64.rpm
| 3.4 MB   00:03

(2/3): dnssec-conf-1.20-2.fc11.noarch.rpm
|   85 kB   00:03

(3/3): python-dns-1.6.0-4.fc11.noarch.rpm
|   221 kB   00:03

---------------------------------------------------------
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
   Installing : python-dns
1/3

   Installing : dnssec-conf
2/3

   Installing : bind
3/3


Installed:
   bind.x86_64 32:9.6.1-0.4.rc1.fc11

Dependency Installed:
   dnssec-conf.noarch 0:1.20-2.fc11     python-dns.noarch 0:1.6.0-4.fc11

Complete!
関連コンテンツ