Hi, I have a Clarkconnect 4.3 Server as my gateway and I would like to use the ftp server on it to be able to install ClearOS 5.1 over the network. The Clarkconnect 4.3 already has PXE up and working and I can boot the ClearOS installer but I cannot figure out how to set up the filesystem on the ftp server. I have tried to copy the files from the ClearOS install cd to the /var/ftp/ folder on the Clarkconnect server and have enabled the ftp server. I also edited the proftpd.conf file to allow for anonymous logins.
Now when I boot a machine and tell it to install from FTP it prompts me for the hostname or ip address of the ftp server and I give it my ip address of the server.
When I press OK the same window pops back up asking for my ftp server address.
So I press Alt+F3 and look at the debug output.
| Code: |
using FTP site 192.168.1.1
using FTP directory
using FTP password clearos
trying to mount CD device hdc
transferring ftp://192.168.1.1//images/updates.img to a fd
transferring ftp://192.168.1.1//images/product.img to a fd
2065744 kB are available
transferring ftp://192.168.1.1//images/stage2.img to a fd
|
I have tried logging in to FTP from another machine anonymously and I can retrieve the mentioned file fine so I dont believe the ftp server is misconfigured
Any tips on configuring the ftp server for a network install?
Thanks