Showing posts with label modem. Show all posts
Showing posts with label modem. Show all posts
Wednesday, September 20, 2017
Transformer son iPhone en Modem iphone video
Transformer son iPhone en Modem iphone video
download file now
Tuesday, August 22, 2017
Tutorial Setting Blackberry As a Modem in Ubuntu
Tutorial Setting Blackberry As a Modem in Ubuntu
For a Windows users are not necessarily familiar with DM (Desktop Manager). This application is used to backup and restore data from blackberry device, and also to make the Blackberry device as a modem.
For Ubuntu users who want to make the Blackberry device as a modem, dont be discouraged, because it can still use your Blackberry to use as a modem using Berry4all application.
How to install Berry4all in linux ubuntu?
Installation Berry4all in Ubuntu:
- Install dependencies:
sudo apt-get install python python-wxgtk2.8 libusb-dev ppp python-usb libc6-dev g++ gcc make build-essential
- Download and extract application Berry4all
wget https://bitbucket.org/tcolar/berry4all/downloads/bbtether-0.3q.tgz
tar -zxvf bbtether-0.3q.tgz
- Connect Blackberry to Ubuntu. Check the connection with the following command:
lsusb | grep Motion
If the result is like this:Bus 001 Device 020: ID 0fca:8004 Research In Motion, Ltd.
so, your blackberry device has been connected to your Linux Ubuntu operating system. - As a information from Berry4alls site, many providers in Indonesia still not supported, so it will configure manually. In this case, how to configure using provider AXIS in Blackberry Pearl 8120:
Configuration file located in directory /bbtether/conf/cd bbtether/conf/
Then edit file axis and axis-chat
cp generic axis
cp generic-chat axis-chat
For axis file, find the parameter "user" and "password", then input user and password adjust the default setting related provider. And dont forget to replace connect "/usr/sbin/chat -f conf/generic-chat" to connect "/usr/sbin/chat -f conf/axis-chat". The result of configuration is like this:# Generic conf you can modify for "others" providers
# See http://www.berry4all.com/faqs#there_is_no_config_for_my_provider_yet
# On instructions to setup a new provider.
#
# If you do get a new provider working please send me the 2 config files and the name of the provider so I can add it to the standad distribution
# tcolar AT colar DOT net
#460800
115200
noipdefault
defaultroute
#nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
lcp-echo-interval 0
lcp-echo-failure 99
nopcomp
noaccomp
#noauth
nomagic
noccp
crtscts
pap-timeout 20
pap-restart 20
lcp-restart 10
#novj
user "axis"
password "123456"
usepeerdns
#debug debug debug
# does not exist in all pppd versions (osx)
replacedefaultroute
connect "/usr/sbin/chat -f ./conf/axis-chat"
For axis-chat file, edit it like this:# Generic script, you will need to at least replace "wap.voicestream.com" by your provider APN
Note: for CDMA blackberry: OK AT+CGDCONT=1,"IP","APN" replace to OK AT+CRM=1
# here is a good page to find it: http://www.quickim.com/support/gprs-settings.html#USA
TIMEOUT 10
ABORT BUSY
ABORT �NO ANSWER
ABORT ERROR
ABORT "NO DIALTONE"
ABORT VOICE
ABORT RINGING
SAY Starting GPRS connect script
" BBT_OS
OK ATZ
OK AT+CGDCONT=1,"IP","axis"
ABORT NO CARRIER
SAY Dialing�
OK ATD*99#
CONNECT
~p
- Connect:
cd /bbtether
sudo ./berry4all.sh
Choose File > Preferences > Modem, then input providers already didefine previously, for this case is the axis, by pressing Save button.
To connect internet, go to the menu Modem > Connect. The picture below is an example of a successful connection
For to disconnect your internet connection, choose Modem > Disconnect.
download file now
Friday, August 4, 2017
Tutorial Load Balance 2 Modem ISP Menggunakan Metode PCC Mikrotik
Tutorial Load Balance 2 Modem ISP Menggunakan Metode PCC Mikrotik
Load balance 2 modem ISP dengan metode PCC sangat cocok digunakan untuk Owner hotspot yang belum tercover jaringan internet dengan bandwitdh besar, dan metode pcc ini tidak lain dilakukan dengan tujuan : mendistribusikan trafik dari user ke 2 wan atau 2 isp secara merata yang fungsinya : membagi beban koneksi kepada kedua isp tersebut agar seimbang.
Usahakan jika menggunakan metode PCC , antara 2 Modem / WAN ISP sama ( seimbang ) misal : 10Mb dengan 10 Mb, 50 Mb dengan 50 Mb begitu seterusnya. supaya hasil dijamin maksimal.
Topologi Jaringan :

Modem / WAN 1
IP Address : 192.168.100.1
Netmask 255.255.255.0
Netmask 255.255.255.0
Modem / WAN 2
IP Address 192.168.15.1
Netmask 255.255.255.0
Netmask 255.255.255.0
- Buat IP Addressnya terlebih dahulu

- Buat 2 Nat Mengarah ke WAN 1 dan WAN 2 , Script sample ada di Mode CLI
- Buat Mangle untuk manage input - out put trafict loud balance nya, seperti gambar dibawah :

- Setelah semua rule mangle komplet , arahkankan routing ke WAN 1 dan WAN 2 di IP => Route

Mode CLI
/ip address
add address=192.168.100.18/24 interface=ether1-WAN1 network=192.168.100.0
add address=192.168.15.2/24 interface=ether5-WAN2 network=192.168.15.0
add address=192.168.19.1/24 interface=ether4-ASP_LAN network=192.168.19.0
/ip firewall nat
add chain=srcnat action=masquerade out-interface=ether1-WAN1 comment="" disabled=no
add chain=srcnat action=masquerade out-interface=ether5-WAN22 comment="" disabled=no
/ip firewall mangle
add action=mark-connection chain=input comment=
"Rule Trafict masuk dari WAN 1 dan WAN 2" disabled=yes in-interface=
ether1-WAN1 new-connection-mark=speedy1
add action=mark-connection chain=input disabled=yes in-interface=ether5-WAN2
new-connection-mark=speedy2
add action=mark-routing chain=output comment=
"Rule Trafict Keluar ke masing2 Gateway" connection-mark=speedy1
disabled=yes new-routing-mark=speedy1 passthrough=no
add action=mark-routing chain=output connection-mark=speedy2 disabled=yes
new-routing-mark=speedy2 passthrough=no
add action=mark-connection chain=prerouting comment=
"Rule Ijin Akses dari LAN ke WAN" disabled=yes dst-address-list=!rfc1918
in-interface=ether4-LAN_ASP new-connection-mark=speedy1
per-connection-classifier=both-addresses:2/0
add action=mark-connection chain=prerouting disabled=yes dst-address-list=
!rfc1918 in-interface=ether4-LAN_ASP new-connection-mark=speedy2
per-connection-classifier=both-addresses:2/1
add action=mark-routing chain=prerouting comment=
"Rule Routing Paket data GW1 dan GW2" connection-mark=speedy1 disabled=
yes in-interface=ether4-LAN_ASP new-routing-mark=to_speedy1
add action=mark-routing chain=prerouting connection-mark=speedy2 disabled=yes
in-interface=ether4-LAN_ASP new-routing-mark=to_speedy2
/ip route
## Distribusi koneksi internet ke Modem WAN1
add distance=1 gateway=192.168.100.1 routing-mark=to_speedy1
## Distribusi koneksi internet ke Modem WAN2
add distance=1 gateway=192.168.15.1 routing-mark=to_speedy2
## Default Gateway
add check-gateway=ping distance=1 gateway=192.168.15.1Copy - Paste di New TerminalSource/Reference :
- http://mikrotik.co.id
BACA JUGA : ARTIKEL TENTANG SETTING MIKROTIK DIBAWAH INI :
1. Tutorial Setting Mikrotik dari Awal/Dasar Sampai Terkoneksi Dengan Internet
2. Tutorial Upgrade RouterOS Mikrotik ke Versi Terbaru
3. Tutorial Setting Hotspot Mikrotik
4. Setting Mikrotik Sebagai Bandwitdh Limiter Jaringan Internet
5. Tutorial Manajemen Bandwitdh Sama Rata Secara Otomatis Dengan Metode PCQ Mikrotik
6. Tutorial Cara Meremote Winbox Mikrotik Dari Luar Jaringan
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
7. Cara Mengalihkan Pelanggan Hotspot Mikrotik Yang Expired Ke Halaman Isolir
8. Cara Menghapus (Delete) Log Mikrotik dari Terminal
9. Tutorial Memisahkan Bandwitdh Lokal (iix) dan Internasional (ix) di Mikrotik
10. Menghubungkan Kantor Pusat dengan Kantor Cabang dengan EOIP Mikrotik [VPN]
ARTIKEL MIKROTIK : KUMPULAN TUTORIAL SETTING MIKROTIK LANJUT
download file now
Subscribe to:
Posts (Atom)