From 48fdc18cf218b3cbabc27ebc7b43ccb15fb6867e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Aug 2020 12:36:04 -0700 Subject: [PATCH] Update FreeIPA kickstarts for use of 172.16 network Signed-off-by: Adam Williamson --- uploads/freeipa.ks | 2 +- uploads/freeipaclient.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uploads/freeipa.ks b/uploads/freeipa.ks index 199d948..bd10a3a 100644 --- a/uploads/freeipa.ks +++ b/uploads/freeipa.ks @@ -1,7 +1,7 @@ install cdrom bootloader --location=mbr -network --device=link --activate --bootproto=static --ip=10.0.2.100 --netmask=255.255.255.0 --gateway=10.0.2.2 --hostname=ipa001.domain.local +network --device=link --activate --bootproto=static --ip=172.16.2.100 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=ipa001.domain.local lang en_US.UTF-8 keyboard us timezone --utc America/New_York diff --git a/uploads/freeipaclient.ks b/uploads/freeipaclient.ks index d1ed3e2..88aef99 100644 --- a/uploads/freeipaclient.ks +++ b/uploads/freeipaclient.ks @@ -1,7 +1,7 @@ install cdrom bootloader --location=mbr -network --device=link --activate --bootproto=static --ip=10.0.2.101 --netmask=255.255.255.0 --gateway=10.0.2.2 --hostname=client001.domain.local --nameserver=10.0.2.100 +network --device=link --activate --bootproto=static --ip=172.16.2.101 --netmask=255.255.255.0 --gateway=172.16.2.2 --hostname=client001.domain.local --nameserver=172.16.2.100 lang en_US.UTF-8 keyboard us timezone --utc America/New_York