配置linux yum服务器
首先在服务器上建立yum服务器(参考yum.txt)
配置yum服务器上的匿名ftp默认路径
vi /etc/vsftpd/vsftpd.conf
anonymous_enable=YES #允许匿名用户登录
anon_root=/test #FTP的匿名共享路径(注意该根目录other用户不能有写权限,)
download_enable=YES #允许下载(默认就是如此)
service vsftpd restart
在本地机器上
vi /etc/yum.repos.d/rhel-source.repo
[rhel-source]
name=Red Hat Enterprise Linux $releasever - $basearch - Source
baseurl=ftp://192.168.1.1/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release