### Einrichtung Client
# /etc/sysconfig/onlineupdate

YAST2_LOADFTPSERVER="no"

# cat /etc/suseservers -> Anpassen auf lokalen YOU-Server
http://volterra.suse.de/download/

### Einrichtung Server

1) Installation rpm

rpm -Uhv youserver.rpm

Konfiguration der YOU-Sourcen in 
/var/lib/YaST2/you/sync/*

hier sind bereits Beispieldateien fr sles8 und Prof. 9.1
hinterlegt.

2) Einrichtung wget 

# /etc/wgetrc
passive_ftp = on

3) Einrichtung Webserver z.B.

Alias /download/ "/var/lib/YaST2/you/mnt/"

<Directory "/var/lib/YaST2/you/mnt">
  Options Indexes +FollowSymlinks MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
</Directory>

