User Tools

Site Tools


freeipa

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
freeipa [2025/02/20 04:25] khorvathfreeipa [2025/06/12 18:31] (current) – removed khorvath
Line 1: Line 1:
-====== FreeIPA ====== 
  
-===== Running in a Container ===== 
- 
-Below is an example of a docker command to run the interactive server install: 
-<code> 
-podman run -p "10.0.5.2:53:53" -p "<external port>:53:53/udp" -p 80:80 -p 443:443 -p 389:389 -p 636:636 -p 88:88 -p 88:88/udp -p 464:464 -p 464:464/udp -p 123:123/udp -p 8443:8443 -p 8080:8080 -ti -h lan.example.com --name freeipa-master -v /containers/freeipa:/data:Z docker.io/freeipa/freeipa-server:almalinux-9 ipa-server-install -r LAN.EXAMPLE.COM --no-ntp --allow-zone-overlap 
-</code> 
- 
-Note that I've opened two additional ports - 8080 and 8443. This is necessary for the Dogtag CA and installation will fail if they are not opened. 
- 
-I've also forwarded port 53/udp specifically to the external IP to avoid conflicting with Aardvark-DNS. 
freeipa.1740025525.txt.gz · Last modified: by khorvath