SlideShare ist ein Scribd-Unternehmen logo
1 von 61
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Caso de estudio(ccna4)
Caso de estudio(ccna4)Caso de estudio(ccna4)
Caso de estudio(ccna4)Irwin Viteri
 
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO) UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO) Naoto MATSUMOTO
 
IxVM on CML
IxVM on CMLIxVM on CML
IxVM on CMLnpsg
 
Site to Site VPN CISCO ASA
Site to Site VPN CISCO ASASite to Site VPN CISCO ASA
Site to Site VPN CISCO ASARahul E
 
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)Naoto MATSUMOTO
 
How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -How to install OpenStack MITAKA --allinone - cheat sheet -
How to install OpenStack MITAKA --allinone - cheat sheet -Naoto MATSUMOTO
 
EMSC1515104 Shehansuhail
EMSC1515104 ShehansuhailEMSC1515104 Shehansuhail
EMSC1515104 ShehansuhailMohomed Shehan
 
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOSบล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOSTũi Wichets
 
Keeping your rack cool
Keeping your rack cool Keeping your rack cool
Keeping your rack cool Pavel Odintsov
 
How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -Naoto MATSUMOTO
 
Site-to-Site IPSEC VPN Between Cisco ASA and Pfsense
Site-to-Site IPSEC VPN Between Cisco ASA and PfsenseSite-to-Site IPSEC VPN Between Cisco ASA and Pfsense
Site-to-Site IPSEC VPN Between Cisco ASA and PfsenseHarris Andrea
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeFaelix Ltd
 
L2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICES
L2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICESL2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICES
L2TP 101 ON-RAMP TO CONSUMING WHOLESALE BROADBAND SERVICESFaelix Ltd
 

Was ist angesagt? (15)

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

Ähnlich wie Build an Intranet with Linux Ubuntu

Membangun server intranet dengan linux
Membangun server intranet dengan linuxMembangun server intranet dengan linux
Membangun server intranet dengan linuxDidit Septiawan
 
Foreman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-DeploymentForeman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-Deploymentyating yang
 
Hacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHARRY CHAN PUTRA
 
2014-4Q-OpenStack-Fall-presentation-public-20150310a
2014-4Q-OpenStack-Fall-presentation-public-20150310a2014-4Q-OpenStack-Fall-presentation-public-20150310a
2014-4Q-OpenStack-Fall-presentation-public-20150310aKen Igarashi
 
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...VirtualTech Japan Inc.
 
Open stack networking_101_part-1
Open stack networking_101_part-1Open stack networking_101_part-1
Open stack networking_101_part-1yfauser
 
CCNA Security - Chapter 2
CCNA Security - Chapter 2CCNA Security - Chapter 2
CCNA Security - Chapter 2Irsandi Hasan
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxjasembo
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pixangelitoh11
 
CloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るCloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るsamemoon
 
CloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るCloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るsamemoon
 
Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2aghacrom
 
Automating Networking! Do I Have to Start at Ground Zero?
Automating Networking! Do I Have to Start at Ground Zero?Automating Networking! Do I Have to Start at Ground Zero?
Automating Networking! Do I Have to Start at Ground Zero?Puppet
 
Hack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to usHack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to usThierry Zoller
 
All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.Thierry Zoller
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network securityThanawan Tuamyim
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on StickHamed Moghaddam
 
Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)NetProtocol Xpert
 
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 TunnelingUNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 TunnelingNaoto MATSUMOTO
 
NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)Netwax Lab
 

Ähnlich wie Build an Intranet with Linux Ubuntu (20)

Membangun server intranet dengan linux
Membangun server intranet dengan linuxMembangun server intranet dengan linux
Membangun server intranet dengan linux
 
Foreman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-DeploymentForeman-and-Puppet-for-Openstack-Audo-Deployment
Foreman-and-Puppet-for-Openstack-Audo-Deployment
 
Hacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guide
 
2014-4Q-OpenStack-Fall-presentation-public-20150310a
2014-4Q-OpenStack-Fall-presentation-public-20150310a2014-4Q-OpenStack-Fall-presentation-public-20150310a
2014-4Q-OpenStack-Fall-presentation-public-20150310a
 
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...
Design and Operation of OpenStack Cloud on 100 Physical Servers - OpenStack S...
 
Open stack networking_101_part-1
Open stack networking_101_part-1Open stack networking_101_part-1
Open stack networking_101_part-1
 
CCNA Security - Chapter 2
CCNA Security - Chapter 2CCNA Security - Chapter 2
CCNA Security - Chapter 2
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
 
CloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るCloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫る
 
CloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫るCloudStackユーザ会〜仮想ルータの謎に迫る
CloudStackユーザ会〜仮想ルータの謎に迫る
 
Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2Expl sw chapter_02_switches_part_2
Expl sw chapter_02_switches_part_2
 
Automating Networking! Do I Have to Start at Ground Zero?
Automating Networking! Do I Have to Start at Ground Zero?Automating Networking! Do I Have to Start at Ground Zero?
Automating Networking! Do I Have to Start at Ground Zero?
 
Hack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to usHack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to us
 
All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 TunnelingUNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
 
NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)
 

Kürzlich hochgeladen

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 

Kürzlich hochgeladen (20)

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 

Build an Intranet with Linux Ubuntu

  • 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