autoyast registration network error

We are preparing our sles12 template, and encounter a problem during the autoyast automated installation “registration” step.

Our setup:
VMware Virtualisation
autoint.xml autoyast installation
installationmedium is .iso
autoyast profile over a floppy mount
network setup: static ipv4, with standard gateway + proxy für http/https and ftp.

Configuration

true
<ftp_proxy>http://proxy.mydomain.com:3128/</ftp_proxy>
<http_proxy>http://proxy.mydomain.com:3128/</http_proxy>
<https_proxy>http://proxy.mydomain.com:3128/</https_proxy>
<no_proxy>localhost, 127.0.0.1</no_proxy>
<proxy_password/>
<proxy_user/>

true ... +static ipv4 network ...

After the completion of installation, the machine is able to do the online registration manualy through yast → online registration

I have noticed that the Bash Shell Enviroment which i accessible after the Installation abort, does have network proxy issues.

For that reason i added some proxy settings to /root/.curlrc and /etc/sysconfig/proxy.

			<pre-scripts config:type="list">
		    <script>
                <filename>pre.sh</filename>
                <interpreter>shell</interpreter>
                <source><![CDATA[

#!/bin/sh
touch /root/.curlrc
echo ‘–proxy “http://proxy2.mydomain.com:3128/”’ >> /root/.curlrc

echo “” > /etc/sysconfig/proxy
echo ‘PROXY_ENABLED=“yes”’ >> /etc/sysconfig/proxy
echo ‘HTTP_PROXY=“http://proxy2.mydomain.com:3128”’ >> /etc/sysconfig/proxy
echo ‘HTTPS_PROXY=“http://proxy2.mydomain.com:3128”’ >> /etc/sysconfig/proxy
echo ‘FTP_PROXY=“http://proxy2.mydomain.com:3128”’ >> /etc/sysconfig/proxy
echo ‘GOPHER_PROXY=""’ >> /etc/sysconfig/proxy
echo ‘NO_PROXY=“localhost, 127.0.0.1”’ >> /etc/sysconfig/proxy
]]>


But sadly that did not solve the connection error during registration.

linuxrc was the last straw for me, but the following settings in autoint.xml, dont work yet:


<info_file>

<![CDATA[ # # Don't remove the following line: # start_linuxrc_conf # Nameserver= Netdevice=eth0 NetConfig=static gateway= hostip= netmask= autoyast=floppy domain=mydomain.com hostname= textmode=0 proxy=http://proxy2.mydomain.come:3128 # end_linuxrc_conf # Do not remove the above comment # ]]>
  </info_file>
</init>

Any Ideas that could lead me the way would be very much appreciated.

liebigt,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

Has your issue been resolved? If not, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your SUSE Forums Team
http://forums.suse.com