Page 28 of 38

Re: Linux PowerPC Server Software

Posted: Tue Oct 26, 2021 3:08 pm
by xeno74
freeIPA replication part2:

Image

Re: Linux PowerPC Server Software

Posted: Wed Oct 27, 2021 2:25 am
by xeno74
freeIPA client installation in a Rocky Linux docker container:
  1. Create a container from the Rocky Linux image (deploy):

    Code: Select all

    docker run -it --name freeipa-server-rocky2 --sysctl net.ipv6.conf.all.disable_ipv6=0 --hostname freeipa-server-rocky2.a-eon.tld --dns=192.168.178.21 -p 53:53/udp -p 53:53 -p 80:80 -p 443:443 -p 389:389 -p 636:636 -p 88:88 -p 464:464 -p 88:88/udp -p 464:464/udp -p 123:123/udp -v /Users/christian/freeipa-server-container-data:/data:Z -d rockylinux/rockylinux
    
  2. Access to the container:

    Code: Select all

    docker exec -it --user root freeipa-server-rocky2 /bin/bash
  3. Code: Select all

    dnf module info idm:DL1
  4. Code: Select all

    yum module enable idm:DL1
  5. Code: Select all

    yum distro-sync
  6. Code: Select all

    yum module install idm:DL1/client
  7. Code: Select all

    ipa-client-install --no-ntp --no-nis
Stop the container: docker ps -a and docker stop ID (For example: docker stop 4333350fd351)

Start the container again:
  1. Code: Select all

    docker start 4333350fd351
  2. Code: Select all

    docker exec -it --user root freeipa-server-rocky2 /bin/bash

Re: Linux PowerPC Server Software

Posted: Wed Oct 27, 2021 3:27 pm
by xeno74
freeIPA BIND DNS: add a reverse zone

Image

Re: Linux PowerPC Server Software

Posted: Fri Oct 29, 2021 2:05 pm
by xeno74
freeIPA replication part3:

Image

Re: Linux PowerPC Server Software

Posted: Sat Oct 30, 2021 7:02 pm
by xeno74
freeIPA replication topology and kerberos:

Image

Re: Linux PowerPC Server Software

Posted: Fri Nov 12, 2021 4:18 pm
by xeno74
freeIPA: add user account

Image

Re: Linux PowerPC Server Software

Posted: Sun Nov 14, 2021 3:04 pm
by xeno74
freeIPA: add stage user account:

Image

Re: Linux PowerPC Server Software

Posted: Wed Nov 17, 2021 3:35 pm
by xeno74
OpenSSH Public User Key Authentication

Image

Re: Linux PowerPC Server Software

Posted: Sat Nov 20, 2021 2:19 pm
by xeno74
freeIPA: Managing Hosts, Host Groups, and Services

Image

Re: Linux PowerPC Server Software

Posted: Tue Nov 23, 2021 5:47 pm
by xeno74
Bridge-only network part2:

Image