Another static network Autoyast issue
Hello, what can be possibly wrong on my Autoyast xml file? I am installing
it into vmware server and network device is everytime being configured with
DHCP instead of static configuration.
It is SLES 10 SP2
......
<ask>
<pathlist config:type="list">
<path>networking,interfaces,0,ipaddr</path>
</pathlist>
<question>Enter the server IP address:</question>
<stage>initial</stage>
<default>172.16.203.1</default>
</ask>
......
<networking>
<dns>
<dhcp_hostname config:type="boolean">false</dhcp_hostname>
<dhcp_resolv config:type="boolean">false</dhcp_resolv>
<domain>here.cz</domain>
<nameservers config:type="list">
<nameserver>172.17.26.26</nameserver>
<nameserver>172.17.24.100</nameserver>
</nameservers>
<searchlist config:type="list">
<search>here.cz</search>
</searchlist>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>static</bootproto>
<device>eth-id-00:0c:29:1e:23:5c</device>
<ipaddr>172.16.203.100</ipaddr>
<name>AMD PCnet - Fast 79C971</name>
<netmask>255.255.0.0</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
<managed config:type="boolean">false</managed>
......
Thank you in advance. JT
|