Linux配置本地网络YUM源

配置环境:

系统版本:

[[email protected] ~]# cat /etc/issue

Red Hat Enterprise Linux Server release 5.8 (Tikanga)

Kernel \r on an \m

系统32位:

[[email protected] ~]# getconf LONG_BIT

32

YUM源服务器,IP:192.168.2.1

YUM客户端,IP:192.168.2.2

一、配置本地YUM源服务器:

挂在光盘:

[[email protected] ~]# mkdir /var/ftp/rhel5

[[email protected] ~]# mount /dev/cdrom /media/

mount: block device /dev/cdrom is write-protected,mounting read-only

将光盘中所有的文件复制到本地/var/ftp/rhel5

[[email protected] ~]# cp -rf /media/* /var/ftp/rhel5/

查看复制内容大小:

[[email protected] ~]# du -sh /var/ftp/rhel5/

3.3G   /var/ftp/rhel5/

安装vsftp服务:

[[email protected] Server]# rpm -ivhvsftpd-2.0.5-24.el5.i386.rpm

warning: vsftpd-2.0.5-24.el5.i386.rpm: Header V3 DSAsignature: NOKEY, key ID 37017186

Preparing...   ############################################[100%]

1:vsftpd      ############################################[100%]

启动vsftp服务

[[email protected] ~]# service vsftpd start

Starting vsftpd for vsftpd: [  OK  ]

重启vsftp服务

[[email protected] ~]# service vsftpd restart

Shutting down vsftpd: [  OK  ]

Starting vsftpd for vsftpd: [  OK  ]

安装createrepo插件:

[[email protected] Server]# rpm -ivhcreaterepo-0.4.11-3.el5.noarch.rpm

warning: createrepo-0.4.11-3.el5.noarch.rpm: Header V3DSA signature: NOKEY, key ID 37017186

Preparing...   ###########################################[100%]

1:createrepo  ###########################################[100%]

[[email protected]]# createrepo –v /va/ftp/rhel5
[[email protected]]# createrepo –g /var/ftp/rhel5/Server/repodata//var/ftp/rhel5/Server/

[[email protected]]# createrepo –g /var/ftp/rhel5/VT/repodata/comps-rhel5-vt.xml/var/ftp/rhel5/VT/

二、配置YUM客户端

[[email protected] ~]# vi /etc/yum.repos.d/rhel5.repo

[rhel5]

name=RHEL5.8x32

baseurl=ftp://121.52.215.30/rhel5

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

时间: 2024-11-09 11:48:40

Linux配置本地网络YUM源的相关文章

CentOS 6.* 配置本地网络 yum源

CentOS 6.* 配置本地网络yum源 一台服务时只需要配一个本地的yum源即可:当需要配置多台服务器时,只需要配置1到2台vsftpd的yum源,其它服务器通过ftp连接yum源: 1 基于本地文件的yum源 1.1 下载镜像源 wget -b https://mirrors.aliyun.com/centos/6.10/isos/x86_64/CentOS-6.10-x86_64-bin-DVD1.iso tail -100f wget-log 1.2 挂载iso镜像文件 ll /mnt

oracle linux配置本地光盘yum源

mkdir -p /mnt/cdrom/ mount /dev/sr0 /mnt/cdrom [[email protected] yum.repos.d]# cat local.repo [Server] name=Server baseurl=file:///mnt/cdrom enabled=1 gpgcheck=0 验证yum [[email protected] yum.repos.d]# yum repolist Loaded plugins: langpacks, ulninfo

centos6配置本地光盘yum源、rhel7修改网卡名称为eth0

VMware安装好centos/rhel后要配置的几点(配置本地光盘yum源.修改网卡名称为eth0等) [[email protected] ~]# setenforce 0 [[email protected] ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config [[email protected] ~]# tar zcvf /root/redhat.repo.tgz /etc/yum.repos.d/

[Linux] 024 IP 地址配置和网络 yum 源

1. IP 地址配置 (1) 使用 setup 工具 $ setup ps setup 是 RedHat 系列的功能:一般地,Debian系列没有这个功能 Xubuntu 没有这个功能 (2) 启动网卡 step1 $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 step2 把 ONBOOT = "no" 改为 ONBOOT = "yes" step3 重启网络服务 $ service network restart p

linux 之软件包管理 (四) IP地址配置和网络yum源简介

yum并不一定需要联网,可以使用光盘做为yum源 在red Hat 里面使用yum需要付费,在cent os不需要! 1先使用setup命令: 网络yum源 yum源文件含义:

redhat配置centos网络yum源

方案一: 配置网络yum源rpm -ivh vsftpd-2.2.2-6.el6_0.1.x86_64service vsftpd restartchkconfig --level 35 vsftpd oncd /var/ftp/pub/mkdir yum把上面的挂载点改成/var/ftp/pub/yumvim /etc/yum.repos.d/rhel-source.repo[server]name=serverbaserul=ftp://pub/yum/Server/  #(注意要挂载光驱)

linux配置centos的yum源本地仓库搭建

1.放置iso文件,并挂载iso文件,永久挂载,修改/etc/fstab参考:https://blog.csdn.net/qq_36119192/article/details/82222175#%E4%B8%80%EF%BC%9A%E9%85%8D%E7%BD%AE%E6%9C%AC%E5%9C%B0yum%E6%BA%90或者搜索:Linux配置yum源(本地源和网络源) - 谢公子的博客 2.到该目录/etc/yum.repos.d删除所有文件rm -rf *,并创建base.repo [

在Centos6.5中配置国内网络yum源以及本地yum源

一.本地yum     1.       创建目录.挂载光盘以及安装createrepo [[email protected] ~]# mkdir/mnt/cdrom                  ←用于挂载光盘 [[email protected] ~]# mkdir-vp /yum/localrepo    ←用于存放光盘中的rpm包 mkdir: 已创建目录 "/yum" mkdir: 已创建目录 "/yum/localrepo" [[email prot

linux系统更换网络YUM源

此方法在CentOS6.X版本上测试,其他版本下载对应的版本yum源. #配置之前记得备份好原本的yum文件,避免配置错误难以找回# 网易64位 centos6 yum源 http://mirrors.163.com/.help/CentOS6-Base-163.repo 切换到/etc/yum.repos.d/目录下并查看: [[email protected] ~]$ cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# ll 总用量 2