Pak Roy Suryo Kok Bisa
Filed under: Berita, Video | 8 Comments »
Filed under: Berita, Video | 8 Comments »
Tutorial sederhana ( hanya 3 langkah ) ini sangat bermanfaat bagi RT/RW net atau warnet yang ingin melakukan optimalisasi bandwidth dengan melakukan queue traffic download dari file-file tertentu.
Sudah menjadi masalah klasik ketika bandwidth warnet / RT/RW net harus habis karena ada salah satu client/user rakus bandwidth melakukan downloading .
Tentunya dengan simpe queue sederhana hal ini [...]
Filed under: Mikrotik, Router | 11 Comments »
GAMAS SPEEDY Area Jakarta Pusat dan Area Jakarta Utara Intermiten akibat attack in progress by SOC tks Suratmin by suratmin at 03/24/2008 14:08:08]
regard
Filed under: Security, Speedy | No Comments »
2 interface adsl modem
we make part off traffic to alocate 2 line adsl
link 1 adsl speedy for internet accses
link 1 adsl speedy for games online accses
local area activity
local mRTg
Adsl Line 1 For Speedy 1 Net Access
Adsl Line 1 For Speedy 1 Games Online Access
Filed under: Mikrotik, Router, Speedy | 21 Comments »
SPEEDY
q Internet Putus
o Browse ke situs lokal : ke www.plasa.com ༯span> ok/not ok
ke www.detik.com ༯span> ok/not oko Browse ke situs luar : ke www.yahoo.com ༯span> ok /not ok
ke www.network-tools.com ༯span> ok/not oko Ping ke situs lokal : ke www.plasa.com ༯span> ok/not ok
ke www.detik.com ༯span> ok/not oko Ping ke situs luar : ke [...]
Filed under: Speedy | No Comments »
Ada banyak faktor yang akan menyebabkan kecepatan menjadi pelan. Pada dasarnya ada empat (4) wilayah masalah yang menyebabkan masalah pada kecepatan, yaitu,
PC anda / network di LAN anda.
Jaringan di Telkom
Jaringan di ISP ke Internet
Jaringan di tujuan anda di Internet.
Gangguan di sisi Telkom biasanya terjadi jika tone telepon terdengar normal akan tetapi sambungan PPP pada ADSL [...]
Filed under: Advisories, Speedy, Virus | 2 Comments »
Belakangan ini sering terjadi serangan Distributed Denial of Service (DDOS) di jaringan ADSL Speedy. Serangan ini berbentuk banyak paket menuju modem ADSL kita tanpa kita minta. Bahasa “hacker”-nya teknik serangan ini di kenal sebagai “flooding“ atau banjir paket. Serangan ini sering datangnya dari negara lain, yang pernah terdeteksi dari Belgia dll.
[...]
Filed under: Advisories, Speedy, Virus | 3 Comments »
“OpenDNS protects millions of people a day across hundreds of thousands of schools, businesses and homes as they navigate the Internet. We block phishing sites and give you the power to block adult sites, proxies and individual domains.” Konfigurasinya sangat sederhana. Edit /etc/resolv.conf
# vi /etc/resolv.conf
Pastikan isinya
nameserver 208.67.222.222 [...]
Filed under: Linux, Router | 1 Comment »
Beberapa hal yang membuat tagihan Speedy Limited anda membengkak. Beberapa diantaranya adalah,
Virus, Trojan, Malware, Spyware.
Serangan dari Internet, seperti, flooding
Situs gambar & multimedia, seperti, youtube
Situs peer-to-peer, seperti, rapidshare
Game online
Direct Movie Banner
Voice Chat
Video Chat
Googling Image
source = http://opensource.telkomspeedy.com/wiki/index.php/Hal_yang_membuat_tagihan_Speedy_Limited_Membengkak
Filed under: Speedy | 2 Comments »
ID WAN Port Address Type protocol IP address(es) Port(s) Status Modify 1 prior to W2 dest IP to WAN ALL 0.0.0.0-255.255.255.255 1-1000 Enabled 2 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 1001-3127 Enabled 3 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 3128 Enabled 4 prior to W1 source IP from LAN [...]
Filed under: Router | 1 Comment »
FO converter ngadat jadi banyak kerjaan. wew sakit deh kepala. link Fo
putus untuk LINK :
- LUBUK BUAYA-LUBUK ALUNG
- LUBUK ALUNG PARIAMAN
-LUBUK ALUNG - PAUH KAMBA
-PARIAMAN - NARAS
di reset ok dan koneksi speedy kembali normal.
weleh2 keliling2 bikin capek badan. heheh
regard
Filed under: About Me | 2 Comments »
[root@www /etc]# uname -a
Linux www 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux
[root@www /etc]#
Download of source portsentry on /usr/local/src
cd /usr/local/src
from http://optusnet.dl.sourceforge.net/sourceforge/sentrytools/portsentry-1.3.tar.gz
with linux command
wget http://optusnet.dl.sourceforge.net/sourceforge/sentrytools/portsentry-1.2.tar.gz
Filed under: Linux, Router | 2 Comments »
Block porn site with Enable OpenDNS: Unix/Linux IPCop firewall
1. Log in as root and run setup.
If you are using the IPCop firewall application on a Linux computer, these instructions (contributed by a user, including screenshots taken with a digital camera) may come in handy. Please let us know if these need [...]
Filed under: Linux, Router | No Comments »
Block porn site with Enable OpenDNS: Unix/Linux BIND.
1. Find the BIND configuration file that contains the options statement.
If /etc/bind/named.conf.options exists on your system, it probably contains the options statement. Otherwise, look for it in /etc/named.conf, /etc/bind/named.conf, or /etc/namedb/named.conf.
The options statement resembles this:
options {
…
};
2. Inside the options statement, add a forwarders [...]
Filed under: Linux, Router | No Comments »
Blocking Porn Site With Open DNS dnsCache
1. Create a non-empty file named /etc/dnscache/env/FORWARDONLY.
2. Replace the contents of /etc/dnscache/root/servers/@ with the OpenDNS servers, one per line.
208.67.222.222
208.67.220.220
3. Restart dnscache.
source = opendns.com
Filed under: Linux, Router | No Comments »
Siapkan MySQL Server
# apt-get install mysql-server libmysqlclient15-dev
# apt-get install libphp-adodb
# apt-get install libgd2-xpm libgd2-xpm-dev
# apt-get install php5-mysql
# apt-get install php5-gd
# apt-get install php5-curl
# apt-get install php-image-graph php-image-canvas php-pear
Siapkan Password Root untuk MySQL
mysql
mysql> SET PASSWORD FOR root@localhost=PASSWORD(’password’);
Instalasi SER
Install SER
# apt-get install ser
# apt-get install ser-mysql-module
Restart SER
# /etc/init.d/ser restart
Siapkan /etc/profile
# vi /etc/profile
Pastikan ada parameter SIP_DOMAIN
export [...]
Filed under: Linux, Router | 1 Comment »
Secara sederhana ENUM adalah penggunaan Nomor Telepon di Internet. Konsep ENUM dapat di baca di Implementasi ENUM.
ENUM Server pada dasarnya DNS Server, dapat di konfigurasi dengan
Instalasi BIND (DNS Server)
Implementasi ENUM Server dengan mengedit file database BIND untuk masing-masing ENUM
Agar call di astersik dapat mengenal ENUM, kita perlu mengedit
File /etc/asterisk/enum.conf - memberitahukan domain [...]
Filed under: Linux, Router | 1 Comment »
Instalasi Asterisk di Ubuntu hanya dengan menjalankan
# apt-get install asterisk
Aktifkan Interface Web
Edit /etc/asterisk/http.conf
# vi /etc/asterisk/http.conf
Pastikan
enabled=yesenablestatic=yesbindaddr=0.0.0.0
; bindaddr=127.0.0.1
Akses ke Web Lihat Status HTTP Server Asterisk
http://ip-address-asterisk-server:8088/asterisk/httpstatus
Filed under: Linux, Router | No Comments »
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO [...]
Filed under: Mikrotik, Router, Warnet | 44 Comments »
klick bagian wan dan setting modem yang di setting cuma VPI/VCI. masukan user name serta password. selanjutnya connection type ppoellc. buat rekan di bali vpi dan vcinya
B. Sumatra, Jawa Barat, Jawa Tengah, Jawa Timur, Bali, Kalimantan, Sulawesi
1. Untuk DSLAM buatan ZTE (ZhongXing Telecommunication Equipment Co Ltd)(China)
Encapsulation = PPPoE • VPI = 8 • VCI = [...]
Filed under: Speedy | No Comments »
Purpose
For MPLS to run on the routers in your network, you must enable MPLS and the Resource Reservation Protocol (RSVP), configure an interior gateway protocol (IGP) and Border Gateway Protocol (BGP) to run over the relevant interfaces, and configure each interface with the following:
Basic IP information
MPLS support
In addition, you must configure [...]
Filed under: Juniper, Router | No Comments »
11140xxxxxxx@telkom.net
Circuit 2/2 vlan-id 461 pppoe 18339
Internal Circuit 2/2:1023:63/6/2/11275
Current port-limit unlimited
ip address 125.162.xxxxx (applied)
ip access-group in security (applied from sub_default)
dns primary 203.130.193.74 (applied from sub_default)
dns secondary 202.134.0.155 (applied from sub_default)
#sh dot1 coun 2/2 vlan-id 461 pppoe 18339 sub
Circuit: 2/2 vlan-id 461 pppoe 18339, Internal id: 6/2/11275, Subscriber Index: 331915651
packets sent [...]
Filed under: ADSL/SDSL, Warnet | 1 Comment »