Server_Access_Guide
Server_Access_Guide
Example: http://192.168.1.100
3. Log in using:
- Username: maxoli, Password: @maxoli
- Username: mmeli, Password: @mmeli
- Username: talente, Password: @talente
3. Log in using:
- Username: maxoli, Password: @maxoli
- Username: mmeli, Password: @mmeli
- Username: talente, Password: @talente
4. Test commands:
- ls (List files)
- put <file> (Upload a file)
- get <file> (Download a file)
- bye (Exit FTP)
## 4. TELNET Server
3. Log in using:
- Username: maxoli, Password: @maxoli
- Username: mmeli, Password: @mmeli
- Username: talente, Password: @talente
4. Test commands:
- ls (List files)
- pwd (Print working directory)
- logout (Exit session)
2. Access servers:
- HTTP: http://<server-ip>
- FTP: ftp <server-ip>
- SMTP: telnet <server-ip> 25
- TELNET: telnet <server-ip>
## 7. Troubleshooting
- Check logs:
- Apache: /var/log/apache2/error.log
- FTP: /var/log/vsftpd.log
- SMTP: /var/log/mail.log
- TELNET: /var/log/xinetd.log