> > > /etc/yum.repos.d/fedora.repo > > To have > > mirrorlist=http://192.168.0.1/fedora/fedora-core-$releasever > > > However, when ever I try to run a command like "yum install vim-enhanced" I am > still downloading my rpm's from the net, not from my LAN repositories. What am I doing > wrong with yum? > > Thanks, > Todd > Instead of using mirrorlist= use baseurl= Another thing to check is on your 192.168.0.1 server, the http access and error logs will be helpful in determining exactly what file yum is trying to get and whether that file actually exists or not. -Mike