搭建區域網YUM倉庫

2022-09-11 02:48:12 字數 1607 閱讀 7857

環境:

yum倉庫    192.168.1.221

客戶端     192.168.1.245

一.建立yum倉庫目錄,安裝createrepo軟體

~]# yum install createrepo -y

二.初始化repodata索引檔案

#目錄下會生成repodata並還會生成子檔案repomd.xml和幾個壓縮包

三.提供yum服務

#可以用apache或nginx提供web服務,但用python的http模組更簡單,適用於內網環境

#可以通過瀏覽器訪問本機ip檢視

四.可以自己新增想要的rpm包

五.映象yum源

#同步epel源

#新增加了包更新一下yum倉庫

#複製本地rpm-key到新yum庫

六.客戶端配置

#操作前先將/etc/yum.repos.d/的repo檔案全部備份到別的目錄下

~]# cd /etc/yum.repos.d/

yum.repos.d]# vim local.repo#手動建立local.repo

[local]

name=local

baseurl=

enabled=1

gpgcheck=0

yum.repos.d]# vim centos-base.repo#手動建立centos-base.repo

[base]

name=os

baseurl=/repodata/os/

gpgcheck=1

gpgkey=/repodata/rpm-gpg-key-centos-6

enabled=0

[updates]

name=updates

baseurl=/repodata/updates/

gpgcheck=1

gpgkey=/repodata/rpm-gpg-key-centos-6

enabled=0

[extras]

name=extras

baseurl=/repodata/extras/

gpgcheck=1

gpgkey=/repodata/rpm-gpg-key-centos-6

enabled=0

#重建yum資料庫快取

構建區域網YUM倉庫

yum repolist loaded plugins fastestmirror loading mirror speeds from cached hostfile base mirrors.aliyun.com extras mirrors.aliyun.com updates mirrors...

區域網搭建

區域網 local area network,lan 是在乙個區域性的地理範圍內 如乙個學校 工廠和機關內 一般是方圓幾千公尺以內,將各種計算機,外部裝置和資料庫等互相聯接起來組成的計算機通訊網。區域網在我們日常生活中非常常見,小到家庭大到公司企業都會使用到區域網,本文通過思科模擬器進行有線區域網和...

搭建區域網YUM伺服器

系統環境 root elain centos cat etc issue centos release 5.5 final root elain centos uname a linux elain 2.6.18 194.el5 1 smp fri apr 2 14 58 14 edt 2010 x...