From the webserver that contains the repo, do
$ ssh root@ddd55q03 -R 80:localhost:80
then, at the linux server create a repo /etc/yum.repos.d/myrepo.repo:
[myrepo]
name=OEL $releasever – $basearch
baseurl=http://localhost/cobbler/ks_mirror/OUL6U2-x86_64/
enabled=1
metadata_expire=6h
gpgcheck=0