I have done everything in module 3 successfully but somehow the log file is not able keep track of the HOST. It is registering the ftp response and commands but not the port information. How to solve this problem?
This is the vsftpd.log file output. ftp connection is running smoothly but HOST: 8081 is not there in this file though the port is 8081 only when checked using netstat command.
Fri Feb 14 20:08:59 2020 [pid 2] CONNECT: Client “127.0.0.1”
Fri Feb 14 20:08:59 2020 [pid 2] FTP response: Client “127.0.0.1”, “220 (vsFTPd 3.0.3)”
Fri Feb 14 20:09:03 2020 [pid 2] FTP command: Client “127.0.0.1”, “USER crio-user”
Fri Feb 14 20:09:03 2020 [pid 2] [crio-user] FTP response: Client “127.0.0.1”, “331 Please specify the password.”
Fri Feb 14 20:09:08 2020 [pid 2] [crio-user] FTP command: Client “127.0.0.1”, "PASS "
Fri Feb 14 20:09:08 2020 [pid 1] [crio-user] OK LOGIN: Client “127.0.0.1”
Fri Feb 14 20:09:08 2020 [pid 3] [crio-user] FTP response: Client “127.0.0.1”, “230 Login successful.”
Fri Feb 14 20:09:08 2020 [pid 3] [crio-user] FTP command: Client “127.0.0.1”, “SYST”
Fri Feb 14 20:09:08 2020 [pid 3] [crio-user] FTP response: Client “127.0.0.1”, “215 UNIX Type: L8”