Page 23 of 37

Re: Linux PowerPC Server Software

Posted: Mon Jun 21, 2021 9:12 pm
by xeno74
xeno74 wrote: Mon Jun 21, 2021 12:00 pm Desktop firewall with iptables:

Image
If your Linux distribution uses his own name server for example the systemd-resolved stub resolver then add the rule "iptables -I INPUT -i lo -j ACCEPT" to your iptables rules.

Re: Linux PowerPC Server Software

Posted: Tue Jun 22, 2021 11:47 am
by xeno74
SSH two-factor authentication:

Image

Re: Linux PowerPC Server Software

Posted: Wed Jun 23, 2021 9:12 pm
by xeno74
Desktop firewall part2:

Image

Re: Linux PowerPC Server Software

Posted: Sun Jun 27, 2021 5:16 pm
by xeno74
Using Samba VFS to Store Windows ACLs

Image

Re: Linux PowerPC Server Software

Posted: Tue Jul 06, 2021 12:40 pm
by xeno74
Routing between a QEMU e5500 guest and a Hyper-V guest:

Image

Re: Linux PowerPC Server Software

Posted: Wed Jul 07, 2021 12:58 pm
by xeno74
Routing between a QEMU e5500 guest and some Hyper-V guests:

Image

Re: Linux PowerPC Server Software

Posted: Thu Jul 08, 2021 12:43 pm
by xeno74
ubuntu MATE 16.04.7 LTS PowerPC with the alpha4 of kernel 5.14 as a domain member in the ADS domain HS21.COM:

Image

Re: Linux PowerPC Server Software

Posted: Tue Jul 13, 2021 12:52 pm
by xeno74
You can use Kerberos with your AmigaOne in a Windows 2019 domain:

Image

Joining a Windows domain with your AmigaOne:

Image

Re: Linux PowerPC Server Software

Posted: Wed Jul 14, 2021 12:21 pm
by xeno74
DFS (Distributed File System):

Image

Image

Re: Linux PowerPC Server Software

Posted: Wed Jul 14, 2021 6:23 pm
by xeno74
Creating Samba domain users:

Code: Select all

samba-tool user create thomas P@ssw0rd \
--must-change-at-next-login \
--home-drive=H: \
--home-directory="\\X5000\november\thomas" \
--profile-path="\\X5000\november\thomas"
Show all Samba domain users:

Code: Select all

samba-tool user list
Show Samba AD-DC configuration including DFS shares:

Code: Select all

cat /etc/samba/smb.conf
Image