Script delete queue postfix
Nyebelin klo smtp server lagi buanyak queue, apalagi ada yg sampe ngebom, hehe…
skrip buat delete mailer daemon :
Nyebelin klo smtp server lagi buanyak queue, apalagi ada yg sampe ngebom, hehe…
skrip buat delete mailer daemon :
Perintah dasar
Ada 2 macem perintah, yaitu yg diawali oleh : (titik dua) dan perintah yg langsung pencet2 keyboard aja. Tuk yang pertama, pada akhirnya jadi kaya ngetik perintah dulu dan harus tekan enter tuk menjalankan perintahnya.
Inilah perintah2 dasar yg wajib diketahui:
:w tuk nge-save
:w namafile tuk nge-save ke file baru (save as ..)
:q tuk keluar dari [...]
Misal 125.126.127.128 IP Publik dari ISP dan lokal 192.168.1.0/24
=> ether1 ke ISP
=> ether2 ke lokal
#Setting IP
[malih@Mikrotik]>ip address add address=125.126.127.128/27 interface=ether1
[malih@Mikrotik]>ip address add address=192.168.1.0/24 interface=ether2
#Setting Gateway (menuju ISP)
[malih@Mikrotik]>ip route add gateway=20.30.40.50
#setting DNS
[malih@Mikrotik]>ip dns set primary-dns=20.30.40.50 allow-remote-requests=yes
[malih@Mikrotik]>ip dns set secondary-dns=21.31.41.51 allow-remote-requests=yes
#NAT (untuk forward lokal ke public)
[malih@Mikrotik]>ip firewall nat add chain=srcnat action=masquerade out-interface=ether1
Langkah-langkah membangun PC Router menjadi Bridge :
1. Mempersiapkan 2 Ethernet Card
Pada PC Router minimal akan menggunakan 2 Ethernet (eth0 dan eth1). Karena
untuk memfungsikan bridge, harus menggabungkan beberapa ethernet menjadi 1
perangkat BRIDGE (br0)
2. Mengaktifkan IP Forwarding
# echo 1 > /proc/sys/net/ipv4/ip_forward
3. Menginstall aplikasi bridge-utils
Cek apakah paket pertama terinstall
#dpkg –l | grep postfix
#netstat –nlptu | grep 25
ii postfix 2.1.5-6 A high-performance mail transport agent
ii postfix-doc 2.1.5-6 Postfix documentation
2. Menginstall paket
#apt-get install postfix
Reading Package Lists…
Zabbix merupakan salah satu free-software yang digunakan untuk memonitoring jaringan juga semua infra-struktur di dalamnya. Misalkan trafik jaringan, pembagian BW, kondisi jaringan, dan sebagainya. Kelebihan kita menggunakan zabbix adalah:
• Real-time monitoring
• Menyediakan visualisasi seperti map dan grafik
• Memberikan informasi masalah dengan cepat, misalkan dengan e-mail atau sms.
• Pemilihan jenis dan kondisi laporan misalkan per minggu, [...]
Pertama kita booting dulu pake CD Debian atau jika bisa booting dengan jaringan akan lebih mudah
Lalu lakukan langkah-langkah install Debian seperti yang sudah ada baik dengan CD maupun jaringan terserah.
Pada langkah ke berapa kita akan di minta untuk setting partisi hardisk kita, dari sini berhenti lalu tekan Alt+F2
Akan muncul perintah untuk menekan enter jika [...]
Note: Same deal here as with modems, DON’T use a “win-printer”! If you printer doesn’t support DOS don’t use it with Linux. Also, the utilities we’ll use in this procedure don’t support USB printers (yet).
Setting up printing on a Linux system is actually one of the more complicated setups you’ll encounter. It’s [...]
f you followed our Installation page you already have everything necessary to set up NFS file sharing. Naturally, some file sharing configuration has to be done on both the NFS server and each client. Setting up printer sharing will require a few additional packages and some setup work but we’ll cover that in detail.
As mentioned earlier, the most widely used DNS application is called BIND and installing it is simply a matter of entering the command:
apt-get install bind9
Congratulations! You now have a simple DNS server. Now just change the DNS server settings in the TCP/IP configuration files on the workstations on your LAN [...]
When you’re testing changes to your DNS records things may not act the way you expect them to. What you need is some patience. Most DNS servers cache lookups. If you make a change to a zone record on EasyDNS or dyndns.org, or the IP address you pulled from your ISP changes and ddclient [...]
Finding a single server out of all of the servers on the Internet is like trying to find a single file on drive with thousands of files. In both cases it helps to have some hierarchy built into the directory to logically group things. The DNS “namespace” is hierarchical in the same type of [...]