Skip to main content

Posts

cisco

Konfigurasi di switch  conf t int fa 0/1 switchport port-security maximum 2 ex no sh conf t int fa 0/1 switchport port-security violation re switchport port-aging time switchport port-security mac address 111.23ff.34356gf switchport-port security sticky untuk mac address juga switch conf t
Recent posts

Cisco dhcp

laptop conf t service dhcp ip dhcp pool pool1 network 192.168.1.0 255.255.255.0 default-rrouter 192.168.1.1 dns-server 8.8.8.8 exit dhcp excluded-address ? ip dhcp excluded-address 192.168.1.2 192.168.1.10 int gigabitEthernet 0/0/0 no sh ip address 192.168.1.1 255.255.255.0 masuk ke PC trs cek ip di dekstop dengan dhcp

Cisco etherchannel

CISCO (PAKET TRACER MO T)

  switch yang tengah : en conf t int fa0/1 sw mo t switch 1: en conf t vlan 10 name kubinar_satu ex int fa0/1 sw mo acc sw acc vlan 10 int fa0/4 sw mo t switch 2: en conf t vlan 10 name kubinar_satu sw mo acc sw acc vlan 10 int fa0/1 sw mo t di setiap PC ditambahin IP (static mode)

Konfigurasi DNS SERVER

 

IF-CLAUSE Lyrics

1. Beyonce-If i were a boy (If-Clause Type 3) 2. Maggie Lindermann-Pretty Girl (If-Clause Type 0 ) 3. SZA-Nobody Gets Me (If-Clause Type 2) 4. Anne Marie-Ciao Adios (If-Clause Type 0) 5. Shawn Mendes-There's Nothing Holding Me Back (If-Clause Type 2) 6. Justin Bieber-Ghost (If-Clause Type 1) 7. Daniel Caesar-Best Part (If-Clause Type 0) 8. Lewis capaldi-Before you go (If-Clause Type 3) 9. Justin Bieber-Anyone (If-Clause Type 0) 10. Selena Gomez-Back to you (If-Clause Type 2) 11. Justin Bieber-I would (If-Clause Type 2 ) 12. Calum Scott-You are the reason (If-Clause Type 2)

GLUSTERFS-SERVER REPLICATED

hostname  nano /etc/hosts ip dan hostname Jalankan step dibawah ini pada node1 & node2 Install repo yang dibutuhkan: yum -y install epel-release yum -y install yum-priorities yum -y install centos-release-gluster Install GlusterFS yum -y install glusterfs-server gluster* Jalankan GlusterFS systemctl enable glusterd.service systemctl start glusterd.service Jalankan step dibawah ini pada node1 Buat koneksi antara node1 dengan node2 gluster peer probe node2(IP add) Jika sudah coba check apakah node2 sudah terhubung ke node1 dengan perintah dibawah gluster peer status Hasilnya Number of Peers: 1 Hostname: node2 Uuid: bcdd0750-f850-4c16-95b5-5873b4e18666 State: Peer in Cluster (Connected) Selanjutnya kita akan membuat share vol dengan nama nostra dengan 2 replica atau 2 server, yaitu node1 & node2 pada folder /mnt/data gluster volume create nostra replica 2 transport tcp node1:/mnt/data node2:/mnt/data force Jika sudah start volume yang kita buat gluster volume start nostra Unt...