Monday, February 15, 2016

Koneksi antar LAN di Mikrotik

Koneksi antar LAN di Mikrotik


  1. ##Cara Menggabungkan 2 LAN Network agar bisa ping, share folder data menggunakan Mikrotik##
  2.  
  3. 1. Bismillah
  4. 2. Copy paste command dbawah ini di New Terminal > Login Winbox > Pilih Menu New Terminal
  5.  
  6. /interface ethernet
  7. set 1 name=ether2-IP1
  8. set 2 name=ether3-IP2
  9.  
  10. /ip address
  11. add address=192.168.1.1/24 disabled=no interface=ether2-IP1 network=192.168.1.0
  12. add address=192.168.2.1/24 disabled=no interface=ether3-IP2 network=192.168.2.0
  13.  
  14.  
  15. /ip firewall nat
  16. add action=masquerade chain=srcnat disabled=no out-interface=ether2-IP1
  17. add action=masquerade chain=srcnat disabled=no out-interface=ether2-IP2
 

source: http://installjaringan.com/index.php?My_Daily_Note:Tips_seputar_IT:Koneksi_antar_LAN_di_Mikrotik

Monday, February 01, 2016

Visual Basic Chart Control Activation

VB2010 Chart control requires  .NET Framework 4.0.
To determine what .NET Framework version your application uses, follow these steps:
1.  
1. Right click the  Solution explorer  
2. Select Properties  
3. In Properties select Compile  
4. Click the Advanced Compile Options button
5. There is a drop down for Target framework  
6. It needs to be set to 4.0 framework for the charts, drop down for selecting 4.0 framework.