pageTracker._initData(); pageTracker._trackPageview(); } catch(err) {}

Archive for August 7th, 2006

ospfd.conf

! ! Zebra configuration saved from vty !   2006/08/02 18:19:33 ! hostname client01.widianto.org password W0eRowi2j log file /var/log/ospfd.log log stdout VN:F [1.6.8_931]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.8_931]Rating: 0 (from 0 votes)

Leave a Comment

ospfd.conf

! ! Zebra configuration saved from vty !   2006/03/16 17:42:06 ! hostname widianto.org password 8 wE0jN0e19ntDI enable password 8 wE0jN0e19ntDI log stdout VN:F [1.6.8_931]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.8_931]Rating: 0 (from 0 votes)

Leave a Comment

Nice Firewall with iptables

#!/bin/sh # ————————————————— # Copyright (C) 2005 # Last modified by Dani ‘Abah’ Hadimukti : 09-05-2005 # This firewall configuration is suitable for Router. # ————————————————— IPTABLES=/sbin/iptables # Definisi komponen sistem untuk mempermudah perawatan. # —————————————————————————– LOOPBACK_INTERFACE=”lo”                 # Interface Loopback CLASS_D_MULTICAST=”224.0.0.0/4″         # Class D multicast addr VN:F [1.6.8_931]please wait…Rating: 0.0/10 (0 votes cast)VN:F [1.6.8_931]Rating: 0 [...]

Comments (2)

Nice Firewall with PF

#       $OpenBSD: pf.conf,v 1.28 2004/04/29 21:03:09 frantzen Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1 # in /etc/sysctl.conf if packets are to be forwarded between interfaces. #simbol interface ext = “xl0″ int = “xl1″ #simbol ip net = “{ 192.168.0.0/16 }” extip = “202.51.227.17″ [...]

Leave a Comment

Install MRTG

Nama petunjuk-unix-Instruksi untuk menjalankan MRTG 2.9.18pre3 di Unix Box Sinopsis MRTG berbentuk Source Code. Ini artinya anda harus meng-compile sebagian dulu sebelum anda dapat menggunakannya dalam Unix. Instruksi-instruksi ini membantu anda untuk melakukannya. Persiapan Untuk meng-compile dan menggunakan mrtg anda membutuhkan C compiler dan  perl yang telah diinstall di mesin unix anda. Dalam banyak kasus [...]

Leave a Comment