I have two RHEL v6 machines that live as VMs in VirtualBox. One is a VSFTP Server (192.168.122.50) and serving up under /var/ftp/pub a kf.cfg file.
The ks.cfg has the following permissions
rw--r--r
From another new RHEL v6 VM, I boot off of the DVD install disc and from the Welcome to Red Hat Enterprise Linux 6.5, I select Install or Upgrade an existing system
Press Tab
Enter the following:
linux ks=ftp://192.168.122.50/pub/ks.cfg
I press enter, and it still boots off of the DVD install disc.
I've disabled IPTables on 192.168.122.50 and still no go.
For networking, I'm using Internal Networking and the name of the Network is rhel6, where all of the RHEL6 test vms live.
I don't have ksvalidator installed either, because I wanted to run a check against the ks.cfg file. I'm not sure where the package lives? Because I don't know if it is an issue with the ks.cfg file or a network issue?