Difference between revisions of "SchoolOnffLine: Instalasi dan Konfigurasi Server Standard"

From OnnoWiki
Jump to navigation Jump to search
Line 134: Line 134:
  
 
  vi /etc/apache2/conf.d/squirrelmail.conf
 
  vi /etc/apache2/conf.d/squirrelmail.conf
   
+
 
 +
  Alias /webmail /usr/share/squirrelmail
 +
 
  
  

Revision as of 12:42, 7 September 2009

su -
cp /etc/resolv.conf /etc/resolv.conf.nawala
apt-get install dhcp3-server postfix apache2 mysql-server libmysqlclient15-dev libphp-adodb \
libgd2-xpm libgd2-xpm-dev php5-mysql php5-gd php5-curl php-pear unzip php5-xmlrpc vsftpd \
libnet-ssleay-perl openssh-server catdoc dnsutils bind9 ntp tinyproxy dansguardian smbfs \
samba vsftpd ubiquity ubiquity-frontend-gtk ubiquity-ubuntu-artwork ubiquity-casper \
dovecot-common dovecot-imapd dovecot-pop3d postfix squirrelmail squirrelmail-decode



MySQL Root: <123456> <123456>
Internet with Smarthost
smtp.telkom.net

cp /etc/squirrelmail/apache.conf /etc/apache2/conf.d/squirrelmail.conf
cp /etc/resolv.conf /etc/resolv.conf.nawala
mkdir /var/data
mkdir /var/data/public
mkdir /var/data/repo
mkdir /var/www/ubuntu
chown -Rf nobody.nogroup /var/data
chmod -Rf 777 /var/data
chown -Rf www-data.www-data /var/www/ubuntu
chmod -Rf 777 /var/www/ubuntu
mv /usr/local/src/tik /var/data
mv /usr/local/src/internetsehat /var/data 
mkdir /home/ftp
chown -Rf root.root /home/ftp
/etc/init.d/vsftpd restart
mkdir /home/ftp/pub
mkdir /home/ftp/pub/repo
chown -Rf ftp.nogroup /home/ftp/pub
cd /usr/local/src/
tar zxvf webmin-1.480.tar.gz 



/usr/sbin/squirrelmail-configure
  2 -> 1 -> sekolah.sch.id  -> S -> Q



vi /etc/dhcp3/dhcpd.conf
ddns-update-style none;
option domain-name "sekolah.sch.id"
option domain-name-servers 192.168.0.254, 203.34.118.10, 203.34.118.12, 208.67.222.222, 208.67.220.220;
default-lease-time   86400; # 24 jam
max-lease-time      172800; # 48 jam
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
       range 192.168.0.30 192.168.0.70;
       option routers 192.168.0.1;
       }

vi /etc/postfix/main.cf
myhostname = sekolah.sch.id
mydestination = sekolah.sch.id, sekolah, localhost.localdomain, localhost
relayhost = smtp.telkom.net
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/16
inet_interfaces = all 



vi /etc/ntp.conf 
server ntp.ubuntu.com
server pool.ntp.org
restrict 192.168.0.0 mask 255.255.255.0 trust
broadcast 192.168.0.255

vi /etc/tinyproxy/tinyproxy.conf
# User nobody
# Group nogroup
User root
Group root
# Port 8888
Port 3128
Allow 127.0.0.1
Allow 192.168.0.0/16
Allow 172.16.0.0/12
Allow 10.0.0.0/8

vi /etc/dansguardian/dansguardian.conf
# UNCONFIGURED - Please remove this line after configuration
# accessdeniedaddress = 'http://YOURSERVER.YOURDOMAIN/cgi-bin/dansguardian.pl'
accessdeniedaddress = 'http://192.168.0.254/cgi-bin/dansguardian.pl'

vi /etc/samba/smb.conf
workgroup = SEKOLAHNET
netbios name = SERVER
security = share
[public]
path = /var/data/public
available = yes
browsable = yes
public = yes
writable = yes
[library]
path = /var/data
available = yes
browsable = yes
public = yes
writable = no

vi /etc/apache2/conf.d/squirrelmail.conf
Alias /webmail /usr/share/squirrelmail



Pranala Menarik