# autoyast registration network error

**URL:** https://forums.suse.com/t/autoyast-registration-network-error/27002
**Category:** SLES Install-Boot
**Created:** [May 6, 2015, 10:20am UTC](https://forums.suse.com/t/autoyast-registration-network-error/27002 "2015-05-06T10:20:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![liebigt](https://avatars.discourse-cdn.com/v4/letter/l/e68b1a/32.png) [@liebigt](https://forums.suse.com/u/liebigt)
#### Post date: [May 6, 2015, 10:20am UTC](https://forums.suse.com/t/autoyast-registration-network-error/27002/1 "2015-05-06T10:20:46Z")

</div>

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/](http://proxy.mydomain.com:3128/)\</ftp\_proxy\>  
\<http\_proxy\>[http://proxy.mydomain.com:3128/](http://proxy.mydomain.com:3128/)\</http\_proxy\>  
\<https\_proxy\>[http://proxy.mydomain.com:3128/](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/](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](http://proxy2.mydomain.com:3128)”’ \>\> /etc/sysconfig/proxy  
echo ‘HTTPS\_PROXY=“[http://proxy2.mydomain.com:3128](http://proxy2.mydomain.com:3128)”’ \>\> /etc/sysconfig/proxy  
echo ‘FTP\_PROXY=“[http://proxy2.mydomain.com:3128](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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex022/uploads/suse/original/2X/5/5012ba89e3ffb5220dac47d5ea0ba032e2fe1cb6.png) [@system](https://forums.suse.com/u/system)
#### Post date: [May 11, 2015, 7:30am UTC](https://forums.suse.com/t/autoyast-registration-network-error/27002/2 "2015-05-11T07:30:14Z")

</div>

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:

- Visit [http://www.suse.com/support](http://www.suse.com/support) and search the knowledgebase and/or check all  
the other support options available.
- You could also try posting your message again. Make sure it is posted in the  
correct newsgroup. ([http://forums.suse.com](http://forums.suse.com))

Be sure to read the forum FAQ about what to expect in the way of responses:  
[http://forums.suse.com/faq.php](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](http://forums.suse.com)
