Search

Arsip

Tulisan Terakhir

Visitor

  • Curently online 2
  • Total page views 3,457
  • Page views today 26
  • Visitors today 6
  • Visitors yesterday 14
  • Visitors per day 28.05
  • Total Visitors 568

Monthly Archives: Februari 2012

Konfigurasi Mikrotik dasar

Konfigurasi mikrotik dasar

[admin@MikroTik] > ip route pr

# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.3.1 1
1 A S 0.0.0.0/0 192.168.5.1 1\ 192.168.1.2 SPEEDY1    gateway  192.168.1.1
\ 192.168.2.2 SPEEDY2    gateway  192.168.2.1
\ 192.168.0.2/24 )NB : ip modem : 192.168.1.1 & 192.168.2.1

Nat untuk menyambungkan masing masing interface pada mikrotik
[admin@MikroTik]ip firewall nat pr
Flags: X – disabled, I – invalid, D – dynamic

0 chain=srcnat action=masquerade src-address=IP LAN routing-mark=iix dst-address-list=nice out-interface=SPEEDY1
1 chain=srcnat action=masquerade src-address=IP LAN
2 chain=srcnat action=masquerade src-address=IP LAN out-interface=SPEEDY2
3 chain=dstnat action=dst-nat to-addresses=192.168.1.10 to-ports=3128 protocol=tcp src-address=!192.168.1.10 routing-mark=!iix dst-address-list=!game dst-port=80 ( ganti set nat proxy internal yg biasa gw pake )


Continue reading “Konfigurasi Mikrotik dasar” »

Incoming search terms:

  • burst limit mikrotik
  • setting mikrotik dasar
  • burst mikrotik
  • konfigurasi mikrotik
  • bandwidth connection byte mikrotik
  • priority firewall mikrotik
  • perintah dasar konfigurasi mikrotik
  • ada gak mikrotik versi 4 crack
  • pengaturan mikrotik untuk routing marak
  • nice mikrotik

Menambahkan Static Route di Ubiquity

AirOS Manual Scripting

AirOS allow users to add scripts in the /etc/persistent directory of Ubiquiti device.
These scripts can modify configuration by starting additional services and more.

The standard scripts are:

/etc/persistent/rc.prestart
/etc/persistent/rc.poststart
/etc/persistent/rc.prestop
/etc/persistent/rc.poststop

They are called before and after the standard boot and shutdown scripts start or stop services…

Add static route via script

  1. Reboot devices to clean all static routes and access via SSH/Telnet to AirOS device
  2. Create a script /etc/persistent/rc.poststart and write here commands to add static route
  3. Make sure that /etc/persistent/rc.poststart are executable
  4. Check if your script work fine running the command line: ./etc/persistent/rc.poststart
  5. note: the command now start with a “dot” = run the script!
  6. Run the command: cfgmtd -w -p /etc/ to make persistent
  7. Reboot and verify that all it’s working…
  8. Finish….

 

Incoming search terms:

  • static routing ubiquity
  • menambahkan gateway ubnt di ssh
  • airos manual scripting
  • ubnt command telnet
  • static routes ubiquity
  • shutdown ubnt from telnet
  • rc poststart command route ubnt
  • menambahkan static route mikrotik
  • konfigurasi ubiquity
  • configurasi static routing mikrotik