Sernet: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| + | =preparation= | ||
| + | ==/etc/resolv.conf== | ||
| + | nameserver 192.168.240.200 | ||
| + | search xinux.org | ||
| + | ==/etc/hostname== | ||
| + | gondor.xinux.org | ||
| + | ==/etc/hosts== | ||
| + | 127.0.0.1 localhost | ||
| + | 192.168.240.200 gondor gondor.xinux.org | ||
| + | ==/etc/network/interfaces== | ||
| + | <pre> | ||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | auto eth0 | ||
| + | iface eth0 inet static | ||
| + | address 192.168.240.200 | ||
| + | netmask 255.255.248.0 | ||
| + | gateway 192.168.240.100 | ||
| + | dns-nameservers 192.168.240.200 | ||
| + | dns-search xinux.org | ||
| + | </pre> | ||
=create an account= | =create an account= | ||
https://portal.enterprisesamba.com/ | https://portal.enterprisesamba.com/ | ||
| Zeile 5: | Zeile 27: | ||
deb http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main | deb http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main | ||
deb-src http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main | deb-src http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main | ||
| − | |||
=The SerNet build key= | =The SerNet build key= | ||
wget http://ftp.sernet.de/pub/sernet-samba-keyring_1.4_all.deb | wget http://ftp.sernet.de/pub/sernet-samba-keyring_1.4_all.deb | ||
Version vom 25. Juni 2014, 11:59 Uhr
preparation
/etc/resolv.conf
nameserver 192.168.240.200 search xinux.org
/etc/hostname
gondor.xinux.org
/etc/hosts
127.0.0.1 localhost 192.168.240.200 gondor gondor.xinux.org
/etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.240.200 netmask 255.255.248.0 gateway 192.168.240.100 dns-nameservers 192.168.240.200 dns-search xinux.org
create an account
https://portal.enterprisesamba.com/
add this to /etc/apt/source.list
change USERNAME and ACCESSKEY
deb http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main deb-src http://USERNAME:ACCESSKEY@download.sernet.de/packages/samba/4.1/debian squeeze main
The SerNet build key
wget http://ftp.sernet.de/pub/sernet-samba-keyring_1.4_all.deb dpkg -i sernet-samba-keyring_1.4_all.deb
update
apt-get update
install
apt-get install sernet-samba-ad
provision
samba-tool domain provision