Pertama kali yg harus kita lakukan adalah . meng install program “Samba” program ini bisa di install melalui repository atau langsung ke internet.
disini saya mencoba mempraktekkan nya langsung dari internet.
langkah2 nya :
1. langsung saja klik kanan file yg akan anda sharing . lalu pilih share
2. apabila paket samba belum terinstall maka secara otomatis akan muncul proses download , silahkan tunggu sampai selesai. apabila anda tidak mempunyai akses internet anda bisa menginstall melalui repository.
OK ! Langsung aja langkah-langkahnya :
1. Download BT3 VM dan unzip.(kalau mau download VM nya tanya aja sama mbah google ada kok)
2. Pastikan PC/Notebook anda bekerja dengan benar .
3. trus buka terminal dan membuat sebuah direktori di bawah / mnt called HDC :
mkdir / mnt / HDC
4. Sekarang pergi ke tool bar VM > Install VMware Tools.
5. Klik Instal dan akan muncul jendela yang mengatakan bahwa media telah terdeteksi. Pilih Buka di Jendela Baru.
- Persyaratan untuk instalasi yang baik memori 128 mb ,lebih tinggi lebih baik.
disini saya memakai cisco switch catalyst 2900:
Cara Menkonfigurasi Port Cisco Switch :
jefrifm#configure
jefrifm(config)#interface fastEthernet 0/2 [ port mana yg akan di configure]
jefrifm(config-if)#speed 100 [jatah kecepatan dari port tersebut]
jefrifm(config-if)#duplex half [ duplex ]
jefrifm(config-if)#end
jefrifm#
jefrifm#copy running-config startup-config
Configurasi cisco switch catalyst 2900 saat pertma kali & cisco switch sama sekali belum mempunyai IP address :
— System Configuration Dialog —
At any point you may enter a question mark ‘?’ for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets ‘[ ]‘.
Continue with configuration dialog? [yes/no]: y
Enter IP address: 192.168.1.1[ ip address cisco switch]
Enter IP netmask: 255.255.255.240[netmask cisco switch]
Would you like to enter a default gateway address? [yes]: y
IP address of default gateway: 192.168.1.14[gateway cisco switch]
Enter host name [jefrifm]: jefrifm [ hostname cisco switch]
The enable secret is a one-way cryptographic secret used
instead of the enable password when it exists.
Enter enable secret: qwerty [password cisco switch]
Would you like to configure a Telnet password? [yes]: y
Enter Telnet password: qwerty [ password untuk telnet]
Would you like to enable as a cluster command switch? [yes/no]: n
The following configuration command script was created:
ip subnet-zero
interface VLAN1
ip address 192.168.1.1 255.255.255.240
ip default-gateway 192.168.1.14
hostname jefrifm
enable secret 5 $1$.xB9$h8hX3EyUPvY9rIePD7Kq90
line vty 0 15
password qwerty
snmp community private rw
snmp community public ro
!
End
Use this configuration? [yes/no]: y
Building configuration…
[OK]
Use the enabled mode ‘configure’ command to modify this configuration.
Press RETURN to get started.
jefrifm#



