Hi Jasper,

Your pointer has led me to the problem - it seems that the substitution $ip_address no longer works in my kickstart files :(

[root@gcisvlin-cobbler ~]# cobbler system add --name="gcisvlin-ldap" --mac="00:50:56:ac:55:f4" --ip=10.5.100.70 --hostname=gcisvlin-ldap --profile=rhel5-i386 --gateway=10.5.100.1
[root@gcisvlin-cobbler ~]# cobbler system getks --name=gcisvlin-ldap | grep network
network --device eth0 --bootproto static --ip=$ip_address --netmask=255.255.255.0 --gateway=10.5.10.254 --nameserver 10.5.10.20,10.3.10.20 --hostname gcisvlin-ldap
[root@gcisvlin-cobbler ~]# cat /etc/cobbler/ks-rhel5.ks | grep network
network --device eth0 --bootproto static --ip=$ip_address --netmask=255.255.255.0 --gateway=$gateway --nameserver 10.5.10.20,10.3.10.20 --hostname $hostname

What is the "new" substitution for an IP address?

Many thanks,

Alex