SlideShare a Scribd company logo
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com












MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                   Copyright © Mochammad Taufiq
                                       m_taufiq_2005@yahoo.com









    auto eth0
    iface eth0 inet static
          address 200.100.11.2
          netmask 255.255.255.192
          network 200.100.11.0
          broadcast 200. 100. 11.63
          gateway 200.100.11.1

    auto eth1
    iface eth1 inet static
          address 192.168.0.1
          netmask 255.255.255.0
          network 192.168.0.0
          broadcast 192.168.0.255




MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                      Copyright © Mochammad Taufiq
                                          m_taufiq_2005@yahoo.com




Chain POSTROUTING (policy ACCEPT)

target       prot opt source                destination

MASQUERADE    all   --   192.168.0.0/24      anywhere
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.2 192.168.0.10;
  option domain-name-servers ns.skull.net;
  option domain-name "skull.net";
  option routers 192.168.0.1;
  option broadcast-address 192.168.0.255;
  default-lease-time 600;
  max-lease-time 7200;
}



      subnet 192.168.0.0 netmask 255.255.255.0


      range 192.168.0.2 192.168.0.10;



      option domain-name-servers ns.skull.net;

      option domain-name "skull.net";

      option routers 192.168.0.1;
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com



      option broadcast-address 192.168.0.255;

      default-lease-time 600; dan   max-lease-time 7200;




INTERFACES=""




host ws-03 {
   hardware ethernet 08:00:07:26:c0:a5;
   fixed-address 192.168.0.4;
}
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com








MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                     Copyright © Mochammad Taufiq
                                         m_taufiq_2005@yahoo.com




    Reading package lists... Done
    Building dependency tree... Done
    Suggested packages:
       bind9-doc
    The following NEW packages will be installed:
       bind9
    0 upgraded, 1 newly installed, 0 to remove       and   0   not
    upgraded.
    Need to get 0B/289kB of archives.
    ……





MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                          Copyright © Mochammad Taufiq
                                              m_taufiq_2005@yahoo.com




    zone “skull.net” {
    type master;
    file “/etc/bind/db.skull.zone”;
    };




    zone “0.168.192.in-addr.arpa” {
    type master;
    file “/etc/bind/db.skull.rev”;
    };









    $TTL 86400
    $ORIGIN skull.net.
    @       IN      SOA        ns.skull.net. admin.skull.net. (
                                              2007020109   ;serial
                                              1H           ;refresh
                                              15M          ;retry
                                              1W           ;expire
                                              1D )         ;minimum
                   IN     NS         ns.skull.net.
                   IN     MX    10   mail.skull.net.
    ns             IN     A          192.168.0.1
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                               Copyright © Mochammad Taufiq
                                                   m_taufiq_2005@yahoo.com

        server              IN    CNAME         ns
        www                 IN    CNAME         ns
        mail                IN    CNAME         ns
        ftp                 IN    CNAME         ns
        proxy               IN    CNAME         ns
        secure              IN    CNAME         ns


        ws-01               IN      A     192.168.0.2
        ws-02               IN      A     192.168.0.3
        ws-03               IN      A     192.168.0.4









    @            IN         SOA    ns.skull.net. admin.skull.net. (
                                                        2007020109    ;serial
                                                        1H           ;refresh
                                                        15M          ;retry
                                                        1W           ;expire
                                                        1D )          ;minimum
                            IN     NS        ns.skull.net.


    1     IN          PTR   ns.skull.net.
    2     IN          PTR   ws-01.skull.net.
    3     IN          PTR   ws-02.skull.net.
    4     IN          PTR   ws-03.skull.net.
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                       Copyright © Mochammad Taufiq
                                           m_taufiq_2005@yahoo.com





             IN   NS      ns.skull.net.



    ns       IN    A      192.168.0.1
    ws-01    IN    A      192.168.0.2
    ws-02    IN    A      192.168.0.3
    ws-03    IN    A      192.168.0.4





    server   IN   CNAME         ns
    www      IN   CNAME         ns
    mail     IN   CNAME         ns
    ftp      IN   CNAME         ns
    proxy    IN   CNAME         ns
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                                 Copyright © Mochammad Taufiq
                                                     m_taufiq_2005@yahoo.com




    1          IN    PTR      ns.skull.net
    2          IN    PTR      ws-01.skull.net.
    3          IN    PTR      ws-02.skull.net.
    4          IN    PTR      ws-03.skull.net.







    IN         MX    10       mail.skull.net.




         zone “slave.skull.net” IN (
               type slave;
               file “/etc/bind/slave.skull.zone”;
               master {
               192.168.0.1;
               };
         ) ;
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                         Copyright © Mochammad Taufiq
                                             m_taufiq_2005@yahoo.com




5450 ?              Ssl      0:00 /usr/sbin/named -u bind
5484 pts/3         R+       0:00 grep bind




 > set type=any
 > skull.net
 Server:          192.168.0.1
 Address:         192.168.0.1#53

 skull.net
         origin = ns.skull.net
         mail addr = admin.skull.net
         serial = 2007031109
         refresh = 3600
         retry = 900
         expire = 604800
         minimum = 86400
 skull.net        nameserver = ns.skull.net.




 Server:     192.168.0.1
 Address:    192.168.0.1#53

 Name:       ns.skull.net
 Address:    192.168.0.1




 Server:          192.168.0.1
 Address:         192.168.0.1#53

 1.0.168.192.in-addr.arpa           name = ns.skull.net.
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                 Copyright © Mochammad Taufiq
                                     m_taufiq_2005@yahoo.com




Enter password: passwordbaru




;extension=mysql.so


extension=mysql.so
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




NameVirtualHost 192.168.0.1:80
<VirtualHost 192.168.0.1:80>
        ServerAdmin webmaster@skull.net
        ServerName www.skull.net
        DocumentRoot /var/www/skullnet

        ScriptAlias /cgi-bin/ /var/www/cgi-bin/
        <Directory "/var/www/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews
+SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn,
error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On
</VirtualHost>
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                        Copyright © Mochammad Taufiq
                            m_taufiq_2005@yahoo.com




<?
phpinfo();
?>
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




creating selfsigned certificate
replace it with one signed by a certification authority (CA)

enter your ServerName at the Common Name prompt

If you want your certificate to expire after x days call this
programm
with -days x
Generating a 1024 bit RSA private key
..................................++++++
..........................++++++
writing new private key to '/etc/apache2/ssl/apache.pem'
-----
You are about to be asked to enter information that will be
incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished
Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [GB]:ID
State or Province Name (full name) [Some-State]:Jawa Barat
Locality Name (eg, city) []:Padalarang
Organization Name (eg, company; recommended) []:SKULL
Organizational Unit Name (eg, section) []:
server name (eg. ssl.domain.tld; required!!!)
[]:secure.skull.net
Email Address []:pick@skull.net




NameVirtualHost 192.168.0.1:443
<VirtualHost 192.168.0.1:443>
        SSLEngine ON
        SSLOptions +FakeBasicAuth +ExportCertData
+CompatEnvVars +StrictRequire
        SSLCertificateFile /etc/apache2/ssl/apache.pem
        ServerName secure.skull.net
        ServerAdmin webmaster@skull.net
        DocumentRoot /var/www/skullnet
</VirtualHost>
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com




                            Listen 443
.
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                          Copyright © Mochammad Taufiq
                                              m_taufiq_2005@yahoo.com




tcp    0    0 0.0.0.0:21          0.0.0.0:*           LISTEN      -




Connected to ftp.skull.net.
220 (vsFTPd 2.0.4)
Name (ftp.skull.net:pick): pick
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwx------    3 1000    1000          4096 Sep 27 13:25 mail
drwxr-xr-x    2 1000    1000          4096 Sep 27 13:09 public_html
drwx------    4 1000    1000          4096 Sep 27 13:16 xxx
226 Directory send OK.
ftp>
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                  Copyright © Mochammad Taufiq
                      m_taufiq_2005@yahoo.com




PORT    Keterangan
 25       SMTP
110       POP3
143        IMAP
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com



































MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com






MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                     Copyright © Mochammad Taufiq
                                         m_taufiq_2005@yahoo.com




protocols = imap pop3




pop3_uidl_format = %08Xv%08Xu




#disable_plaintext_auth = yes




disable_plaintext_auth = no




default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                              Copyright © Mochammad Taufiq
                                  m_taufiq_2005@yahoo.com




# http_port 3128




http_port 3128
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                              Copyright © Mochammad Taufiq
                                  m_taufiq_2005@yahoo.com




# cache_mem 8 MB




cache_mem 16 MB




  #cache_mgr webmaster




  cache_mgr webmaster@skull.net




# cache_dir ufs /var/spool/squid 100 16 256




cache_dir ufs /cache 2000 16 256




#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                     Copyright © Mochammad Taufiq
                                         m_taufiq_2005@yahoo.com

      acl   SSL_ports port 443 563
      acl   Safe_ports port 80           #   http
      acl   Safe_ports port 21           #   ftp
      acl   Safe_ports port 443 563      #   https, snews
      acl   Safe_ports port 70           #   gopher
      acl   Safe_ports port 210          #   wais
      acl   Safe_ports port 1025-65535   #   unregistered ports
      acl   Safe_ports port 280          #   http-mgmt
      acl   Safe_ports port 488          #   gss-http
      acl   Safe_ports port 591          #   filemaker
      acl   Safe_ports port 777          #   multiling http
      acl   CONNECT method CONNECT




   acl lan src 192.168.0.0/255.255.255.0




   http_access allow localhost

   # And finally deny all other access to this proxy

   http_access deny all




   http_access allow lan




   http_access allow localhost
   http_access allow lan
   # And finally deny all other access to this proxy
   http_access deny all




   visible_hostname proxy.skull.net




2007/08/03 01:43:39| Creating Swap Directories
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                 Copyright © Mochammad Taufiq
                                     m_taufiq_2005@yahoo.com




acl domain-terlarang dstdomain “/etc/squid/domain-terlarang”
http_access deny domain-terlarang




acl kata-terlarang url_regex -i “/etc/squid/kata-terlarang”
http_access deny kata-terlarang
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                 Copyright © Mochammad Taufiq
                                     m_taufiq_2005@yahoo.com




acl ip-terlarang dst "/etc/squid/ip-terlarang"
http_access deny ip-terlarang




209.247.228.203
209.247.228.201
206.251.29.35
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
               Copyright © Mochammad Taufiq
                   m_taufiq_2005@yahoo.com












MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                     Copyright © Mochammad Taufiq
                                         m_taufiq_2005@yahoo.com




# Batas kecepatan koneksi overall adalah 256 Kbps.
# per-network adalah 64 kbps.
# Sedangkan per-user/host dibatasi 2 Kbps jika digunakan untuk
# download file bertipe exe, mp3, vqf, tar.gz, gz, rpm, zip,
# rar, avi,
# mpeg, mpe, mpg, qt, ram, rm, iso, raw, dan wav.
# Jika tidak, maka
# koneksi perhost HANYA mengikuti aturan per-Network saja.


acl filegede url_regex -i .exe
acl filegede url_regex -i .mp3
acl filegede url_regex -i .vqf
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                      Copyright © Mochammad Taufiq
                                          m_taufiq_2005@yahoo.com

acl filegede url_regex -i .gz
acl filegede url_regex -i .rpm
acl filegede url_regex -i .zip
acl filegede url_regex -i .rar
acl filegede url_regex -i .avi
acl filegede url_regex -i .mpeg
acl filegede url_regex -i .mpe
acl filegede url_regex -i .mpg
acl filegede url_regex -i .qt
acl filegede url_regex -i .ram
acl filegede url_regex -i .rm
acl filegede url_regex -i .iso
acl filegede url_regex -i .raw
acl filegede url_regex -i .wav


# Kita buat dulu ACL untuk mendefinisikan file-file di atas
# dengan menggunakan regularexpression.
# Kemudian kita mendefinisikan 2 delay pool untuk
# menampung bandwidth.
# Satu pool masuk dalam kategori class 2 untuk
# mendefinisikan aturan overall
# 256 Kbps dan per-network 64 Kbps.
# Satu pool lainnya masuk kategori class 3
# untuk mendefinisikan aturan tambahan jika
# user mendownload file-file
# yang didefinisikan dalam ACL url_regex dengan
# bandwidth maksimal 2 Kbps.
delay_pools 2
delay_class 1 3
delay_parameters 1 32000/32000 8000/8000 250/250
delay_access 1 allow lan filegede
delay_access 1 deny all
delay_class 2 2
delay_parameters 2 32000/32000 8000/8000
delay_access 2 allow lan
delay_access 2 deny all
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




auth_param basic realm Squid proxy server
auth_param basic program /usr/lib/squid/ncsa_auth
/etc/squid/passwd
auth_param basic credentialsttl 1 hour
auth_param basic children 5

acl login proxy_auth REQUIRED
http_access allow login
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com




[global]
        workgroup = SKULL
        server string = Skull File Server
        passdb backend = tdbsam
        passwd program = /usr/bin/passwd %u
        passwd chat = *EntersnewsUNIXspassword:* %nn
*RetypesnewsUNIXspassword:* %nn .
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                    Copyright © Mochammad Taufiq
                                        m_taufiq_2005@yahoo.com

        passwd chat debug = Yes
        username map = /etc/samba/smbusers
        unix password sync = Yes
        log level = 2
        log file = /var/log/samba/%U%m.log
        max log size = 9216
        name resolve order = wins bcast hosts
        printcap name = CUPS
        add user script = /usr/sbin/useradd -m %u
        delete user script = /usr/sbin/userdel -r %u
        add group script = /usr/sbin/groupadd %g
        delete group script = /usr/sbin/groupdel %g
        add user to group script = /usr/sbin/usermod -G %g %u
        add machine script = /usr/sbin/useradd -s /bin/false/
-d /var/lib/nobody %u
        logon script = scripts/logon.bat
        logon path = %Nprofiles%U
        logon drive = L:
        domain logons = Yes
        preferred master = Yes
        wins support = Yes
        idmap uid = 15000-20000
        idmap gid = 15000-20000
        printing = cups
        print command =
        lpq command = %p
        lprm command =

[Homes]
          comment = Personal Data
          valid users = %S
          read only = No
          browseable = No

[netlogon]
        comment = Network Logon Service
        path = /home/samba/netlogon
        valid users = %U
        admin users = Administrator
        browseable = No

[profiles]
        comment = User profiles
        path = /home/samba/profiles
        valid users = %U
        read only = No
        create mask = 0600
        directory mask = 0700
        browseable = No
        csc policy = disable
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                  Copyright © Mochammad Taufiq
                                      m_taufiq_2005@yahoo.com

[Temporary]
        comment = Temporary Data [All Area]
        path = /home/shares/allusers
        valid users = @users
        force group = users
        read only = No
        create mask = 0660
        directory mask = 0771

[Software]
        comment = Program Coy
        path = /home/shares/program
        create mask = 0660
        directory mask = 0771

[Administrasi]
        comment = Administration Form [All Area]
        path = /home/shares/data/administrasi
        invalid users = bin, daemon, nobody, named, sys, tty,
disk, mem, kmem, users
        valid users = Administrator, ws-01, ws-02, ws-03
        read only = No

[Report]
        comment = Report Form [All Area]
        path = /home/shares/data/report
        invalid users = bin, daemon, nobody, named, sys, tty,
disk, mem, kmem, users
        valid users = Administrator, ws-01, ws-02, ws-03
        read only = No
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                   Copyright © Mochammad Taufiq
                                       m_taufiq_2005@yahoo.com




hosts: files dns




hosts: files wins dns




New SMB password:adminsamba
Retype new SMB password:adminsamba
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
                                      Copyright © Mochammad Taufiq
                                          m_taufiq_2005@yahoo.com




net   use   M:   serverSoftware
net   use   N:   serverAdministrasi
net   use   O:   serverReport
net   use   P:   serverTemporary




New SMB password: ws-01winadmin

Retype new SMB password: ws-01winadmin

Added user ws-01.
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com
MEMBANGUN INTRANET DENGAN LINUX Ubuntu
           Copyright © Mochammad Taufiq
               m_taufiq_2005@yahoo.com

More Related Content

PDF
VPNIPSec site to site
PPTX
High Availability Server Clustering without ILB(Internal Load Balancer) (MEMO)
PDF
Unbreakable VPN using Vyatta/VyOS - HOW TO -
PDF
Tiny Server Clustering using Vyatta/VyOS (MEMO)
PDF
An Easy way to build a server cluster without top of rack switches (MEMO)
PDF
Ubuntu server wireless access point (eng)
PDF
PDF
20141102 VyOS 1.1.0 and NIFTY Cloud New Features
VPNIPSec site to site
High Availability Server Clustering without ILB(Internal Load Balancer) (MEMO)
Unbreakable VPN using Vyatta/VyOS - HOW TO -
Tiny Server Clustering using Vyatta/VyOS (MEMO)
An Easy way to build a server cluster without top of rack switches (MEMO)
Ubuntu server wireless access point (eng)
20141102 VyOS 1.1.0 and NIFTY Cloud New Features

What's hot (15)

PDF
Snort
PDF
Caso de estudio(ccna4)
PDF
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
PPTX
IxVM on CML
PDF
Site to Site VPN CISCO ASA
PDF
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
PDF
How to install OpenStack MITAKA --allinone - cheat sheet -
PDF
EMSC1515104 Shehansuhail
PDF
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
PDF
Keeping your rack cool
PDF
How to train your L3DSR with PBR - MEMO -
PDF
Pf sense 2.0
PDF
Site-to-Site IPSEC VPN Between Cisco ASA and Pfsense
PDF
VYOS & RPKI at the BGP as edge
PDF
L2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICES
Snort
Caso de estudio(ccna4)
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
IxVM on CML
Site to Site VPN CISCO ASA
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
How to install OpenStack MITAKA --allinone - cheat sheet -
EMSC1515104 Shehansuhail
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
Keeping your rack cool
How to train your L3DSR with PBR - MEMO -
Pf sense 2.0
Site-to-Site IPSEC VPN Between Cisco ASA and Pfsense
VYOS & RPKI at the BGP as edge
L2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICES
Ad

Recently uploaded (20)

PDF
Computing-Curriculum for Schools in Ghana
PPTX
Introduction to Building Materials
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Trump Administration's workforce development strategy
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
1_English_Language_Set_2.pdf probationary
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Hazard Identification & Risk Assessment .pdf
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
Computing-Curriculum for Schools in Ghana
Introduction to Building Materials
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Chinmaya Tiranga quiz Grand Finale.pdf
Trump Administration's workforce development strategy
Final Presentation General Medicine 03-08-2024.pptx
Weekly quiz Compilation Jan -July 25.pdf
1_English_Language_Set_2.pdf probationary
Paper A Mock Exam 9_ Attempt review.pdf.
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Hazard Identification & Risk Assessment .pdf
Digestion and Absorption of Carbohydrates, Proteina and Fats
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
Orientation - ARALprogram of Deped to the Parents.pptx
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Unit 4 Skeletal System.ppt.pptxopresentatiom
LDMMIA Reiki Yoga Finals Review Spring Summer
Ad

Membangun server intranet dengan linux

  • 1. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 2. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 3. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 4. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 5. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 6. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 7. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 8. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 9. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com    
  • 10. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com  auto eth0 iface eth0 inet static address 200.100.11.2 netmask 255.255.255.192 network 200.100.11.0 broadcast 200. 100. 11.63 gateway 200.100.11.1 auto eth1 iface eth1 inet static address 192.168.0.1 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 
  • 11. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE all -- 192.168.0.0/24 anywhere
  • 12. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.2 192.168.0.10; option domain-name-servers ns.skull.net; option domain-name "skull.net"; option routers 192.168.0.1; option broadcast-address 192.168.0.255; default-lease-time 600; max-lease-time 7200; } subnet 192.168.0.0 netmask 255.255.255.0 range 192.168.0.2 192.168.0.10; option domain-name-servers ns.skull.net; option domain-name "skull.net"; option routers 192.168.0.1;
  • 13. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com option broadcast-address 192.168.0.255; default-lease-time 600; dan max-lease-time 7200; INTERFACES="" host ws-03 { hardware ethernet 08:00:07:26:c0:a5; fixed-address 192.168.0.4; }
  • 14. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com  
  • 15. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com Reading package lists... Done Building dependency tree... Done Suggested packages: bind9-doc The following NEW packages will be installed: bind9 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/289kB of archives. …… 
  • 16. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com zone “skull.net” { type master; file “/etc/bind/db.skull.zone”; }; zone “0.168.192.in-addr.arpa” { type master; file “/etc/bind/db.skull.rev”; };  $TTL 86400 $ORIGIN skull.net. @ IN SOA ns.skull.net. admin.skull.net. ( 2007020109 ;serial 1H ;refresh 15M ;retry 1W ;expire 1D ) ;minimum IN NS ns.skull.net. IN MX 10 mail.skull.net. ns IN A 192.168.0.1
  • 17. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com server IN CNAME ns www IN CNAME ns mail IN CNAME ns ftp IN CNAME ns proxy IN CNAME ns secure IN CNAME ns ws-01 IN A 192.168.0.2 ws-02 IN A 192.168.0.3 ws-03 IN A 192.168.0.4  @ IN SOA ns.skull.net. admin.skull.net. ( 2007020109 ;serial 1H ;refresh 15M ;retry 1W ;expire 1D ) ;minimum IN NS ns.skull.net. 1 IN PTR ns.skull.net. 2 IN PTR ws-01.skull.net. 3 IN PTR ws-02.skull.net. 4 IN PTR ws-03.skull.net.
  • 18. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com  IN NS ns.skull.net.  ns IN A 192.168.0.1 ws-01 IN A 192.168.0.2 ws-02 IN A 192.168.0.3 ws-03 IN A 192.168.0.4  server IN CNAME ns www IN CNAME ns mail IN CNAME ns ftp IN CNAME ns proxy IN CNAME ns
  • 19. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com  1 IN PTR ns.skull.net 2 IN PTR ws-01.skull.net. 3 IN PTR ws-02.skull.net. 4 IN PTR ws-03.skull.net.  IN MX 10 mail.skull.net. zone “slave.skull.net” IN ( type slave; file “/etc/bind/slave.skull.zone”; master { 192.168.0.1; }; ) ;
  • 20. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com 5450 ? Ssl 0:00 /usr/sbin/named -u bind 5484 pts/3 R+ 0:00 grep bind > set type=any > skull.net Server: 192.168.0.1 Address: 192.168.0.1#53 skull.net origin = ns.skull.net mail addr = admin.skull.net serial = 2007031109 refresh = 3600 retry = 900 expire = 604800 minimum = 86400 skull.net nameserver = ns.skull.net. Server: 192.168.0.1 Address: 192.168.0.1#53 Name: ns.skull.net Address: 192.168.0.1 Server: 192.168.0.1 Address: 192.168.0.1#53 1.0.168.192.in-addr.arpa name = ns.skull.net.
  • 21. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 22. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com Enter password: passwordbaru ;extension=mysql.so extension=mysql.so
  • 23. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com NameVirtualHost 192.168.0.1:80 <VirtualHost 192.168.0.1:80> ServerAdmin webmaster@skull.net ServerName www.skull.net DocumentRoot /var/www/skullnet ScriptAlias /cgi-bin/ /var/www/cgi-bin/ <Directory "/var/www/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On </VirtualHost>
  • 24. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com <? phpinfo(); ?>
  • 25. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com creating selfsigned certificate replace it with one signed by a certification authority (CA) enter your ServerName at the Common Name prompt If you want your certificate to expire after x days call this programm with -days x Generating a 1024 bit RSA private key ..................................++++++ ..........................++++++ writing new private key to '/etc/apache2/ssl/apache.pem' ----- You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [GB]:ID State or Province Name (full name) [Some-State]:Jawa Barat Locality Name (eg, city) []:Padalarang Organization Name (eg, company; recommended) []:SKULL Organizational Unit Name (eg, section) []: server name (eg. ssl.domain.tld; required!!!) []:secure.skull.net Email Address []:pick@skull.net NameVirtualHost 192.168.0.1:443 <VirtualHost 192.168.0.1:443> SSLEngine ON SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire SSLCertificateFile /etc/apache2/ssl/apache.pem ServerName secure.skull.net ServerAdmin webmaster@skull.net DocumentRoot /var/www/skullnet </VirtualHost>
  • 26. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com Listen 443 .
  • 27. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 28. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN - Connected to ftp.skull.net. 220 (vsFTPd 2.0.4) Name (ftp.skull.net:pick): pick 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. drwx------ 3 1000 1000 4096 Sep 27 13:25 mail drwxr-xr-x 2 1000 1000 4096 Sep 27 13:09 public_html drwx------ 4 1000 1000 4096 Sep 27 13:16 xxx 226 Directory send OK. ftp>
  • 29. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com PORT Keterangan 25 SMTP 110 POP3 143 IMAP
  • 30. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com       
  • 31. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com  
  • 32. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 33. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 34. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 35. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com protocols = imap pop3 pop3_uidl_format = %08Xv%08Xu #disable_plaintext_auth = yes disable_plaintext_auth = no default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
  • 36. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 37. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com # http_port 3128 http_port 3128
  • 38. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com # cache_mem 8 MB cache_mem 16 MB #cache_mgr webmaster cache_mgr webmaster@skull.net # cache_dir ufs /var/spool/squid 100 16 256 cache_dir ufs /cache 2000 16 256 #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8
  • 39. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT acl lan src 192.168.0.0/255.255.255.0 http_access allow localhost # And finally deny all other access to this proxy http_access deny all http_access allow lan http_access allow localhost http_access allow lan # And finally deny all other access to this proxy http_access deny all visible_hostname proxy.skull.net 2007/08/03 01:43:39| Creating Swap Directories
  • 40. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on
  • 41. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com acl domain-terlarang dstdomain “/etc/squid/domain-terlarang” http_access deny domain-terlarang acl kata-terlarang url_regex -i “/etc/squid/kata-terlarang” http_access deny kata-terlarang
  • 42. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com acl ip-terlarang dst "/etc/squid/ip-terlarang" http_access deny ip-terlarang 209.247.228.203 209.247.228.201 206.251.29.35
  • 43. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com   
  • 44. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com # Batas kecepatan koneksi overall adalah 256 Kbps. # per-network adalah 64 kbps. # Sedangkan per-user/host dibatasi 2 Kbps jika digunakan untuk # download file bertipe exe, mp3, vqf, tar.gz, gz, rpm, zip, # rar, avi, # mpeg, mpe, mpg, qt, ram, rm, iso, raw, dan wav. # Jika tidak, maka # koneksi perhost HANYA mengikuti aturan per-Network saja. acl filegede url_regex -i .exe acl filegede url_regex -i .mp3 acl filegede url_regex -i .vqf
  • 45. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com acl filegede url_regex -i .gz acl filegede url_regex -i .rpm acl filegede url_regex -i .zip acl filegede url_regex -i .rar acl filegede url_regex -i .avi acl filegede url_regex -i .mpeg acl filegede url_regex -i .mpe acl filegede url_regex -i .mpg acl filegede url_regex -i .qt acl filegede url_regex -i .ram acl filegede url_regex -i .rm acl filegede url_regex -i .iso acl filegede url_regex -i .raw acl filegede url_regex -i .wav # Kita buat dulu ACL untuk mendefinisikan file-file di atas # dengan menggunakan regularexpression. # Kemudian kita mendefinisikan 2 delay pool untuk # menampung bandwidth. # Satu pool masuk dalam kategori class 2 untuk # mendefinisikan aturan overall # 256 Kbps dan per-network 64 Kbps. # Satu pool lainnya masuk kategori class 3 # untuk mendefinisikan aturan tambahan jika # user mendownload file-file # yang didefinisikan dalam ACL url_regex dengan # bandwidth maksimal 2 Kbps. delay_pools 2 delay_class 1 3 delay_parameters 1 32000/32000 8000/8000 250/250 delay_access 1 allow lan filegede delay_access 1 deny all delay_class 2 2 delay_parameters 2 32000/32000 8000/8000 delay_access 2 allow lan delay_access 2 deny all
  • 46. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com auth_param basic realm Squid proxy server auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd auth_param basic credentialsttl 1 hour auth_param basic children 5 acl login proxy_auth REQUIRED http_access allow login
  • 47. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com [global] workgroup = SKULL server string = Skull File Server passdb backend = tdbsam passwd program = /usr/bin/passwd %u passwd chat = *EntersnewsUNIXspassword:* %nn *RetypesnewsUNIXspassword:* %nn .
  • 48. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com passwd chat debug = Yes username map = /etc/samba/smbusers unix password sync = Yes log level = 2 log file = /var/log/samba/%U%m.log max log size = 9216 name resolve order = wins bcast hosts printcap name = CUPS add user script = /usr/sbin/useradd -m %u delete user script = /usr/sbin/userdel -r %u add group script = /usr/sbin/groupadd %g delete group script = /usr/sbin/groupdel %g add user to group script = /usr/sbin/usermod -G %g %u add machine script = /usr/sbin/useradd -s /bin/false/ -d /var/lib/nobody %u logon script = scripts/logon.bat logon path = %Nprofiles%U logon drive = L: domain logons = Yes preferred master = Yes wins support = Yes idmap uid = 15000-20000 idmap gid = 15000-20000 printing = cups print command = lpq command = %p lprm command = [Homes] comment = Personal Data valid users = %S read only = No browseable = No [netlogon] comment = Network Logon Service path = /home/samba/netlogon valid users = %U admin users = Administrator browseable = No [profiles] comment = User profiles path = /home/samba/profiles valid users = %U read only = No create mask = 0600 directory mask = 0700 browseable = No csc policy = disable
  • 49. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com [Temporary] comment = Temporary Data [All Area] path = /home/shares/allusers valid users = @users force group = users read only = No create mask = 0660 directory mask = 0771 [Software] comment = Program Coy path = /home/shares/program create mask = 0660 directory mask = 0771 [Administrasi] comment = Administration Form [All Area] path = /home/shares/data/administrasi invalid users = bin, daemon, nobody, named, sys, tty, disk, mem, kmem, users valid users = Administrator, ws-01, ws-02, ws-03 read only = No [Report] comment = Report Form [All Area] path = /home/shares/data/report invalid users = bin, daemon, nobody, named, sys, tty, disk, mem, kmem, users valid users = Administrator, ws-01, ws-02, ws-03 read only = No
  • 50. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com hosts: files dns hosts: files wins dns New SMB password:adminsamba Retype new SMB password:adminsamba
  • 51. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com net use M: serverSoftware net use N: serverAdministrasi net use O: serverReport net use P: serverTemporary New SMB password: ws-01winadmin Retype new SMB password: ws-01winadmin Added user ws-01.
  • 52. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 53. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 54. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 55. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 56. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 57. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 58. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 59. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 60. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com
  • 61. MEMBANGUN INTRANET DENGAN LINUX Ubuntu Copyright © Mochammad Taufiq m_taufiq_2005@yahoo.com