> [main] > cachedir=/var/cache/yum > debuglevel=2 > logfile=/var/log/yum.log > pkgpolicy=newest > distroverpkg=fedora-release > tolerant=1 > exactarch=1 > obsoletes=1 > gpgcheck=1 > proxy=http://172.16.110.12:80/ > proxy_username=DOMAIN\USERNAME > proxy_password=password > retries=1 > timeout=10 > > And yum.repos.d/fedora-extras.repo : > > [extras] > name=Fedora Extras $releasever - $basearch > baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/ > #mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-$releasever > enabled=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras > gpgcheck=1 > > Any ideas on how to get this all to work? > remove the :80 from your proxy specification and see if it starts working. -sv