I'm not sure that the default route is being set in the following situation: Relevant portion of control file: ... </interfaces> <routing config:type="list" > <route> <destination>default</destination> <device>eth0</device> <gateway>192.168.0.1</gateway> <netmask>0.0.0.0</netmask> </route> </routing> </networking> I'm installing using DHCP to initially identify the host (was having trouble with ip=). The client does not use DHCP once it is installed. My config file specifies <BOOTPROTO>static</BOOTPROTO> for all NICs. I'm guessing that DHCLIENT_SET_DEFAULT_ROUTE="yes" is being left in /etc/sysconfig/network/dhcp due to DHCP being available during initial install, and that is also causing the <route> configuration above to not take. I'm going to use a <file_path>/etc/sysconfig/network/routes</file_path> workaround for now. Please let me know if there are any additional Profile Elements not documented at: http://www.suse.com/~nashif/autoinstall/autoyast2/index.html I like autoinstall/autoyast better than ALICE (which I was just recently trying to learn after a successful history with Solaris Jumpstart). I really appreciate Anas' and anyone else's work in creating this. Thanks! John