Page 10 of 38
Re: Linux PowerPC Server Software
Posted: Wed Jul 29, 2020 5:56 pm
by xeno74
xeno74 wrote: Wed Feb 12, 2020 3:33 pm
openSUSE Tumbleweed PPC64 with iptables and Pure-FTPd:
Passive mode: The FTP client opens the connection to the FTP server via the server port 21. The server tells the client the server port (1024 - 5000).
Re: Linux PowerPC Server Software
Posted: Thu Jul 30, 2020 12:00 pm
by xeno74
vsftpd/TLS with iptables:

Re: Linux PowerPC Server Software
Posted: Thu Jul 30, 2020 2:07 pm
by xeno74
For the passive FTP mode:
Code: Select all
iptables -t filter -I INPUT -p tcp --dport 1024: -j ACCEPT
Re: Linux PowerPC Server Software
Posted: Fri Aug 07, 2020 7:31 pm
by xeno74
Service names and port numbers:

Re: Linux PowerPC Server Software
Posted: Sat Aug 08, 2020 6:18 am
by xeno74
xeno74 wrote: Fri Jul 10, 2020 12:12 pm
Dovecot IMAP and POP3 server on a X5000/40:
If you want the Dovecot output of
ps ax with the username, IP address of the peer and the connection status then set the option
verbose_proctitle = yes in the Dovecot configuration.
Re: Linux PowerPC Server Software
Posted: Thu Aug 20, 2020 1:13 pm
by xeno74
Nmap and Samba:

Re: Linux PowerPC Server Software
Posted: Fri Aug 21, 2020 3:36 pm
by xeno74
Snort (Network Intrusion Detection System NIDS and Network Intrusion Prevention System NIPS):

Re: Linux PowerPC Server Software
Posted: Sat Aug 22, 2020 5:20 pm
by xeno74
OpenVPN nobind and status:

Re: Linux PowerPC Server Software
Posted: Tue Aug 25, 2020 9:28 am
by xeno74
xeno74 wrote: Tue Mar 10, 2020 3:37 pm
A login with an OpenLDAP account:
nullok
The default action of this module is to not permit the user access to a service if their official password is blank. The nullok argument overrides this default.
try_first_pass
Before prompting the user for their password, the module first tries the previous stacked module's password in case that satisfies this module as well.
Re: Linux PowerPC Server Software
Posted: Wed Aug 26, 2020 6:17 pm
by xeno74
Dovecot options:
