Unable to install server via Kickstart
Issue
- Trying to build a new server via Kickstart. We have a Satellite Proxy in our DMZ which connects to a Satellite server.
But i get the following error
Unable to retrieve http://<proxy ip>/ks/dist/ks-rhel-x86_64-server-6-6.5/images/install.img.
I have verified that this is the correct path. From my proxy, as a test, I ran:
wget http://<proxy ip>/ks/dist/ks-rhel-x86_64-server-6-6.5/images/install.img
This worked successfully.
Here is my kickstart file
# Kickstart config file generated by Red Hat Satellite Config Management
# Profile Label : rhidmlp03
# Date Created : 2014-07-07 09:41:58.553272
install
text
network --device=eth0 --bootproto=static --ip=192.168.1.10 --netmask=255.255.255.0 --gateway=192.168.2.2 --nameserver=192.168.1.1 --noipv6
url --url http://10.0.0.1/ks/dist/ks-rhel-x86_64-server-6-6.5
lang en_US
keyboard us
zerombr yes
clearpart --all
bootloader --location mbr --append="rhgb quiet" --md5pass=<snip>
timezone --utc America/Phoenix
rootpw --iscrypted <snip>
selinux --enforcing
reboot
firewall --disabled
%end
and more lines
-
The only machine that is allow to connect to the satellite server that is in the network 10.0.0.x is the machine 192.168.1.2 that is my proxy machine.
-
Why is not working?
Environment
- Red Hat Satellite or Proxy 5.6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.