grabber link rapidshare | download | Trik Download | mp3-college | Lingua | Random Teks | my community | visitor


September 26, 2009

config hotspot lewat proxy mt

Filed under: network, mikrotik

Konfigurasi NAT + HOTSPOT

Code:

/ip firewall nat add chain=dstnat src-address-list="IP Lokal" protocol=tcp dst-port=80 in-interface=Interface Lokal action=redirect to-ports=8888

–> NAT u/ HotSpot <–
/ip firewall nat add action=redirect chain=dstnat comment="NAT Proxy HotSpot" disabled=no dst-port=80 hotspot=from-client,auth in-interface=HotSpot protocol=tcp src-address-list="IP HotSpot" to-ports=8888

Update!!!
Waspada dan patut diperhatikan, pada saat setting konfigurasi di IP HotSpot user profile, jangan di centang "transparent proxy", klient tetep bisa jalan dan terkena proxy tapi di NAT, rule tidak terkena paket.

mikrotik load balance

Filed under: network, mikrotik

Load Balancing nth buat Mikrotik Ver 3.xx dan 2.9xx
Sebelumnya saya minta maaf dulu yach kalo seandainya REPOST

cara load balancing atau pun cara mengabungkan 2 line speedy.
disini saya ingin membagikan contoh load balancing nth yang saya pakai di server saya

berikut contohnya buat mikrotik versi 3.xx  :

Ip Modem 01 : 192.168.1.1 interface=speedy1
IP Modem 02 : 192.168.2.1 interface=speedy2
IP Local : 10.18.92.1 interface=Local

Setting Buat Mangle

/ip firewall mangle
add chain=prerouting action=mark-connection new-connection-mark=speedy-1
passthrough=yes connection-state=new in-interface=Local nth=2,1 comment="" disabled=no

add chain=prerouting action=mark-routing new-routing-mark=speedy-1 passthrough=no
in-interface=Local connection-mark=speedy-1 comment="" disabled=no
 
add chain=prerouting action=mark-connection new-connection-mark=speedy-2
passthrough=yes connection-state=new in-interface=Local nth=1,1 comment="" disabled=no

add chain=prerouting action=mark-routing new-routing-mark=speedy-2 passthrough=no
in-interface=Local connection-mark=speedy-2 comment="" disabled=no

Setting NAT

/ip firewall nat
add chain=srcnat action=masquerade out-interface=speedy1
add chain=srcnat action=masquerade out-interface=speedy2
add chain=srcnat action=masquerade src-address="10.18.92.0/24"

Setting Routenya

/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10
routing-mark=speedy-1 comment="" disabled=no

add dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=255 target-scope=10
routing-mark=speedy-2 comment="" disabled=no
 
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10
comment="primary connection" disabled=no

Berikut scripting Load Balancing dengan konfigurasi 2 Line untuk Mikrotik versi 2.9.27
Sesuaikan IP masing-masing interface menurut network kita.

Note : 10.11.90.1 = IP Local
192.168.1.1 = IP Modem Speedy 1
192.168.2.1 = IP Modem Speedy 2

/ ip address
add address=10.11.90.1/24 network=10.11.90.0 broadcast=10.11.90.255
interface=local comment="" disabled=no

add address=192.168.1.254/24 network=192.168.1.0 broadcast=192.168.1.255
interface="Internet" comment="" disabled=no

add address=192.168.2.254/24 network=192.168.2.0 broadcast=192.168.2.255
interface="Speedy" comment="" disabled=no

/ ip firewall mangle
add chain=prerouting in-interface=local connection-state=new nth=1,1,0
action=mark-connection new-connection-mark=santaria1 passthrough=yes
comment="Load Balancing Client" disabled=no

add chain=prerouting in-interface=local connection-mark=santaria1
action=mark-routing new-routing-mark=santaria1 passthrough=no comment="" disabled=no

add chain=prerouting in-interface=local connection-state=new nth=1,1,1
action=mark-connection new-connection-mark=santaria2 passthrough=yes comment="" disabled=no

add chain=prerouting in-interface=local connection-mark=santaria2
action=mark-routing new-routing-mark=santaria2 passthrough=no comment="" disabled=no

/ ip firewall nat
add chain=srcnat out-interface="Internet" action=masquerade comment="" disabled=no
add chain=srcnat out-interface="Speedy" action=masquerade comment="" disabled=no

/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.2.1 scope=255 target-scope=10 routing-mark=santaria1 comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 routing-mark=santaria2 comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 comment="primary connection" disabled=no

@ www.forummikrotik.com

September 11, 2009

menambah emoticon di chatbox facebook

Filed under: internet

Facebook Chat emoticons

Untuk anda yang mempunyai akun dan suka chatting di Facebook mungkin belum tahu semua daftar Emoticons yang tersedia pada Facebook Chat. Dengan Greasemonkey dan sedikit script kita bisa menambahkan daftar Emoticons pada tampilan Facebook Chat.

Dengan adanya Daftar Emoticon maka anda cukup menandai (klik) Icon yang anda suka untuk dikirimkan pada orang lain, tentu akan membuat anda lebih menikmati ketika chatting dengan pengguna Facebook lain. Trik ini hanya dapat digunakan pada Browser Firefox.

Ikuti langkah di bawah ini untuk mendapatkan Daftar Emoticons pada Facebook Chat :

  • Tutup Halaman Facebook anda pada Browser Firefox
  • Download dan Instal Greasemonkey addon untuk Firefox
  • Jangan lupa restart browser Firefox anda setelah install Greasemonkey addon
  • Sekarang Install Script Ini, agar Greasemonkey dapat menampilkan Facebook Chat Emoticons
  • Buka Facebook dan buka sebuah tampilan chat dengan orang lain, maka sekarang sudah terdapat Daftar Emoticons yang siap anda gunakan

sbr:d60pc Fans Club

Tags :  emoticon facebook  chatting facebook

August 1, 2009

mikrotik - catch ip to address list

Filed under: network, mikrotik

berikut cara untuk mendapatkan suatu ip yang kemudian dimasukkan ke daftar nice list

:foreach i in=[/ip dns cache find] do={
:if ([:find [/ip dns cache get $i name] "rapidshare"] > 0) do={
:log info ("rapidshare: " . [/ip dns cache get $i name] . " (ip address " . [/ip dns cache get $i address] . ")")
/ip firewall address-list add address=[/ip dns cache get $i address] list=rapidshare disabled=no
}
}

July 26, 2009

mikrotik - remote computer dengan Radmin

Filed under: network, mikrotik

pertama siapkan dulu segelas kopi + udud nya :D

- ip publik yang diberikan dari isp —> misal 203.x.x.x

- cari port yang kosong di mikrotik misal : 900x  —> x bisa ditambah jika computer client yang diremote lebih dari 1

- computer client yang sudah terinstal dengan Radmin —> misal 192.168.x.x  dengan menggunakan port default radmin

tambah kan code dibawah ini di mikrotik anda:

ip firewall nat add chain=dstnat dst-address=203.x.x.x dst-port=900x protocol=tcp action=netmap to-addresses=192.168.x.x to-ports=4899

sambil sante ngopi dimana saja, anda bisa meremot pc kantor/warnet darimana aja.selamat mencoba semoga sukses.

(thx 4 mbah)

Tags :  remote mikrotik dengan radmin  remote client dengan mikrotik  ip setting firewall mikrotik

July 20, 2009

WeFi

Filed under: network


WeFi 3.6.0.7 | 5.67MB

WeFi enables reliable connection to Wi-Fi wherever wireless networks are available. Wefi users can move between open Wi-Fi networks automatically, monitor friends’ online status and location, know the proximity of neighboring WeFi users who allow it and chat with them. WeFi hotspot directory will help you find a wireless network to connect to anywhere around the world.

Rapidshare.com (5.67 Mb)

Easy WiFi Radar Pro 1.0.0

Filed under: software, network

Easy WiFi Radar Pro 1.0.0 | 2 MB

Some things in life should be free. Easy WiFi Radar helps you find and connect to open wireless access points with a single mouseclick. It’s WiFi for Dummies. And we’re giving it away for your PC.If you have ever tried to use Windows XP’s built-in connection manager, you know what a hassle it can be to quickly check your mail or browse the web on the go.

You need to browse through a list of access points, find one that you can connect to, manually try to connect to it, confirm the connection and then wait. Even if it says that’s it connected, often it doesn’t open a webpage or you mail will stall. Easy WiFi Radar automates all of this. It’s main goal is to let you get your mail or surf the web without having to go through all of the connection trouble, and without having to pull your creditcard. Just run it and it’ll connect you for FREE to the internet. It doesn’t get easier than this.

Get your mail and browse the web without being charged. The ideal WiFi-tool for frequent travellers and mobile professionals. Easy WiFi Radar will connect to open hotspots automatically and shows you exactly what it is doing in a cool animated radar screen. Access points are represented as green, yellow or red dots. It plays a sound and opens your webbrowser as soons as it succesfully finds a free connection. Works on Windows XP and Windows Mobile, not on Vista.

Homepage
Wifi Radar Home Page

Download (RapidShare)
RapidShare
Mirror (Ziddu):
Ziddu