Another FTP connection failed
-
I am having an FTP connection issue at the end of my first image. I have gone through the “Troubleshoot FTP” multiple times. All passwords match. Checked .fogsettings. Firewalld is disabled, selinux is permissive. Set chmod to 777 on /images. fs is ext4. I am running 1.5.7 on Fedora 31. I am also new to linux, so I am probably missing something obvious. Thanks in advance.
-
@jlubecki Is the FTP service actually running on your server?
systemctl status vsftpd
I have gone through the “Troubleshoot FTP” multiple times.
Did you do the connection tests from a client machine?
-
@Sebastian-Roth vsftpd is active (running) green. On the server, I did the “ftp://x.x.x.x” in the browser and after I logged in, I did not have the “Index of” displayed. For the client side, I have not figured out how to install FTP through PXE.
-
@jlubecki Just use a normal FTP client software like Filezilla and try connecting to your FOG server using the
fogproject
account. Does that work?