Teknik melewati MAC ADDRESS filtering
contohnya saya memakai SO backtrack 4 :
# kismet
(opsi)
space
S - untuk men-sort
S - untuk men-sort terhadap SSID
Panah Bawah - Letakan di SSID AP yang kita inginkan.
ENTER - detail AP
C - lihat siapa saja client AP tersebut
Pastikan airmon tidak aktif di WLAN wlan0 (untuk atheros : ath0)
# airmon-ng stop wlan0
Untuk mengubah MAC address dari WLAN di eth1 menjadi sama dengan MAC address client yang diijinkan AP
# ifconfig wlan0 down
# ifconfig wlan0 hw ether 00:16:CF:C1:FA:F5
# ifconfig wlan0 up
atau untuk random MAC address
# macchanger -r wlan0
Don't use V24-Final and V24-SP1 builds on your Broadcom unit
V24-SP1 dated August 2008
BOTH these versions of dd-wrt are VERY buggy and problematic on Broadcom units.
If you have flashed your router with one of these builds...please reflash your router with a Pre-SP2 build located in this directory BEFORE posting any questions.
ftp://dd-wrt.com/others/eko/V24_TNG/svn11296/ for basic G routers.
or
ftp://dd-wrt.com/others/eko/V24_TNG/svn12060/ for wireless N/Dual Radio devices
If you already have dd-wrt installed on your unit you can update to the Pre-SP2 build through the web gui or using the tftp method (found in the peacock sticky linked below)...If you have a virgin unit (OEM Firmware)...consult the wiki for proper flashing instructions for your model.
For proper methods for flashing and for file information about NEWD and VINT, see the Peacock Sticky at the top of this forum...or follow this link http://www.dd-wrt.com/phpBB2/viewtopic.php?t=51486
Actually, that is a GREAT place to start when you are looking for most answers.
If you still have questions...use the Search button and consult the FAQ in the Wiki....if you still haven't found the answer...feel free to ask on the forum.
Lokasi TELKOM Hotspot di Jabotabek
Untuk meningkatkan akses masyarakat terhadap Internet, PT. Telkom telah membangun beberapa titik Hotspot (Akses Internet Tanpa Kabel) khususnya di area-area publik. Warga Jabotabek kini dapat menikmati internet dimana saja dengan adanya layanan Telkom Hotspot ini.
Berikut peta lokasi dimana Anda dapat mengakses layanan Internet baik dengan menggunakan Kartu I-Vas atau Speedy Prepaid maupun yang FREE. Silahkan klik link di bawah ini untuk dapat melihat peta lokasi.
SumberUsing your cheap Dreamhost account as a proxy for Pandora etc
Here is an easy way to access US content websites. The only site this doesn't work with so far is Hulu (they must block some IP's)
You connect to dreamhost using an encrypted SSH tunnel so it's secure and reliable.
You need:
Bitvise Tunnelier
FoxyProxy for Firefox
A Dreamhost hosting account
Step 1
Log into your dreamhost account and make sure you have a user set up for shell access.
Step 2
Install Tunnelier and use your primary domain name, port 22 and the login and password for the shell account user.
Step 3
Under the services tab, set up the proxy option as follows. Now save and name the profile to your desktop.
Step 4
Now install FoxyProxy in firefox and set up a new proxy as follows. Be sure to select socks5.
Now when you want to use the proxy, launch the profile from the desktop and then select the proxy in firefox with FoxyProxy. Done!
Hadiah untuk bembenk, kalo mau proxy user name ama pass email gw yah yah ^_^
Block Port 80 untuk Game Center dengan mikrotik
sekenario
Game center dengan IP 192.168.0.65-78 tidak dapat mengakses http kecuali Ip game di IIX, karena ada user bandel yang sering browsing di game.
pertama masukkan ip addres game di address list dan IP Game IIX
[admin@Config] > ip firewall address-list pr
Flags: X - disabled, D - dynamic
# LIST ADDRESS
0 IpGame 192.168.0.65
1 IpGame 192.168.0.66
2 IpGame 192.168.0.67
3 IpGame 192.168.0.68
4 IpGame 192.168.0.69
5 IpGame 192.168.0.70
6 IpGame 192.168.0.71
7 IpGame 192.168.0.72
8 IpGame 192.168.0.73
9 IpGame 192.168.0.74
10 IpGame 192.168.0.75
11 IpGame 192.168.0.76
12 IpGame 192.168.0.77
13 IpGame 192.168.0.78
14 ;;; Game IIX
Game IIX 202.43.161.0/24
15 Game IIX 202.43.167.0/24
16 Game IIX 202.93.18.0/24
17 Game IIX 202.93.17.0/24
18 Game IIX 202.93.20.0/24
19 Game IIX 202.93.21.0/24
20 Game IIX 202.93.22.0/24
21 Game IIX 122.102.49.0/24
22 Game IIX 122.102.52.0/24
23 Game IIX 76.13.15.0/24
24 Game IIX 202.78.197.0/24
25 Game IIX 202.149.74.0/24
26 Game IIX 202.149.70.0/24
27 Game IIX 207.182.135.0/24
28 Game IIX 203.153.122.0/24
29 Game IIX 68.142.233.0/24
30 Game IIX 212.143.22.0/24
31 Game IIX 202.149.65.0/24
32 Game IIX 206.190.35.0/24
33 Game IIX 202.10.63.0/24
34 Game IIX 202.10.32.0/24
35 Game IIX 209.85.173.0/24
36 Game IIX 202.149.79.0/24
[admin@Config] >
Rule Firewall Filter
[admin@Config] > ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
1 chain=forward protocol=tcp dst-port=80 src-address-list=IpGame dst-address-list=Game IIX
action=accept
2 ;;; blok http 21-24
chain=forward protocol=tcp dst-port=80 src-address-list=IpGame action=drop
Jadi Ip game tidak bisa mengakses http kecuali IP game IIX
oke segitu aja dari saya