1 / 12

Membuat Mirroring Server dan Network Install Server

Membuat Mirroring Server dan Network Install Server. Persiapan Mirroring. Alternatif service yang harus disediakan Apache2 FTP Rsync. Installasi. # apt-get install apache2 proftpd rsync. Persiapan Network Install Server. Service yang dibutuhkan: DHCP Server TFTP Server. Install.

fauna
Download Presentation

Membuat Mirroring Server dan Network Install Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Membuat Mirroring Serverdan Network Install Server

  2. Persiapan Mirroring • Alternatif service yang harus disediakan • Apache2 • FTP • Rsync

  3. Installasi • # apt-get install apache2 proftpd rsync

  4. Persiapan Network Install Server • Service yang dibutuhkan: • DHCP Server • TFTP Server

  5. Install • # apt-get install dhcp3-server tftp-hpa

  6. DEBMIRROR

  7. Installasi # apt-get install debmirror

  8. Buat folder penampung • # mkdir /home/media/repo-9.10

  9. Buat script mirror • # vim /usr/local/bin/mirrorbuild.sh atau script bisa didownload di http://mirror.eepis-its.edu/~idris/debmirror.sh

  10. Ubah mode • # chmod -Rf 777 /usr/local/bin/mirrorbuild.sh • # chown -Rf root.root /home/media/repo-9.10 • # chmod -Rf 571 /home/media/repo-9.10

  11. Keyring • # mkdir /home/media/mirrorkeyring # gpg --no-default-keyring --keyring /home/media/mirrorkeyring/trustedkeys.gpg --import /usr/share/keyrings/ubuntu-archive-keyring.gpg

  12. Jalankan • # mirrorbuild.sh

More Related