Bismillahirrohmanirrohim
Ini adalah isi file asli proftpd.conf bawaan slackware10
—————proftpd.conf—————————
# This is a basic ProFTPD configuration file.
# It establishes a single server and a single anonymous login.
# It assumes that you have a user/group “nobody” and “ftp”
# for normal/anonymous operation.
ServerName “ProFTPD Default Installation”
#ServerType standalone
ServerType inetd
DefaultServer on
# Port 21 is the [...]
Archive for February, 2008
Setting FTP(ProFTP) sederhana di Slackware 10
Posted in Slackware on February 28, 2008 | Leave a Comment »
Setting DNS(BIND) di Slackware 10
Posted in Slackware on February 28, 2008 | Leave a Comment »
Bismillahirrohmanirrohim
Disini dns(bin) saya taruh pada server proxy yang menggunakan dua lan card ip public eth0 = 61.8.79.122 netmask 255.255.255.248 dan ip local = eth0 172.20.0.1 netmask 255.255.0.0
IP Server yang akan digunakan sbb:
Proxy server = 61.8.79.122 (sebagai ns1)
Mail server = 61.8.79.123 (sebagai ns2)
Web server = 61.8.79.124
Voip server = 172.20.172.172
Mrtg = 61.8.79.122/172.20.0.1
[...]
Samba server dengan User Authentikasi
Posted in Slackware on February 27, 2008 | 1 Comment »
Bismillahirrohmanirrohim
1. Instalasi Samba di:
a. Linux/BSD/Unix (tar.gz)
root@linux:/home/install]# tar zxvf samba-3.0.24.tar.gz
root@linux:/home/install]# cd samba-3.0.24
root@linux:/home/install/samba-3.0.24]# ./configure -–prefix=/usr/local/samba
-–sysconfdir=/etc -–with-automount -–with-quotas -–with-acl-support
root@linux:/home/install/samba-3.0.24]# make && make install
b. Slackware 10.2 (tgz)
Mount CDROM:
root@Slackware10:/# mount /mnt/cdrom/
Instal SAMBA dari CD Installer Slackware 10.2:
root@Slackware10:/# installpkg /mnt/cdrom/slackware/n/samba-3.0.20-i486-2.tgz
Pindah ke direktory /etc/samba:
root@Slackware10:/# cd /etc/samba
Lihat isi direktori /etc/samba:
root@Slackware10:/# ls [...]