Skip to main content

Posts

Mikrotik Script for DNSDynamic, DDNS and IP-Change Update

I often use this script to automatically update Dynamic IP on Mikrotik. Condition of dial-up done by Mikrotik, so the modem using Bridge mode, and you've been setting up email on the Tool >> email in your Mikrotik. Download here : And for other dynamic DNS providers please download this script: Script for DDNS and IP-Change DNSDynamic here ______________________________________________________________________________ This article is translated version to English from Bahasa Indonesia by Google. Original post was write by cirebonwifi

Setup VPN Client on Mikrotik Router

For some reason, we want to make the proxy as a VPN client and forward the entire connection from the client to the VPN server Mikrotik. The following are the steps to configure Mikrotik as VPN-Client: IMPORTANT: Don't setup your Mikrotik RouterOS remotely. You have to be connected via the LAN interface, otherwise you will cut the connection (access to the router) and you will not be able to access it remotely any more. 1.Update Router OS on your Mikrotik router to latest version (at least version v5.8 ) 2.Connect to your Mikrotik router via WinBox. 3.Setup the DNS servers manually to Google DNS: IP -> DNS -> Settings -> Servers 8.8.8.8 and  8.8.4.4 4.Write down the default gateway IP address of your Internet provider (ISP) and remove the default-route (Dst. Address = 0.0.0.0/0 routed via your ISP GW) from the routing table. If you don't use DHCP Client please follow the STEP 5. 5.Go to IP -> DHCP Client and disable the "Add Default Ro...

Install SQUID LUSCA Proxy Server Youtube Cache

Many ways to explain how a proxy server built machine. Mostly using Squid package that is placed on your computer unix platform. Although squid can also run on a computer with Windows operating system. But as my favorite to make the proxy server machine is Ubuntu. By default, Squid can not cache dynamic contents such as video on youtube. (CMIIW). Therefore I added Lusca and gave patched to cache videos, especially, on youtube. The following are the steps when installing Lusca on Ubuntu version 11.10. Update & Install SQUID Packages: # apt-get update # apt-get install squid squidclient squid-cgi # apt-get install gcc # apt-get install build-essential # apt-get install sharutils # apt-get install ccze # apt-get install libzip-dev # apt-get install automake1.9 # apt-get install acpid # apt-get install unzip # cd /tmp Download & Install LUSCA Packages: # wget -c http://cirebonwifi.pusku.com/files/LUSCA_HEAD-r14809.tar.gz # tar -xvzf LUSCA_HEAD-r14809.tar.gz #...

Android Programming Tutorials

Want to learn how to make an application / program on the android platform ? You could take time to read this free ebook that can be download   from here

Mikrotik PPTP Client Setup

Here are step by step to setup PPTP Client on Mikrotik. First, create a new PPTP interface by click PPP menu, then add PPTP Client. Please make sure to enter the following data in the fields: On General Tab : Name: Anything you want, but if creating multiple connections it makes sense to name them like "pptp-out1" Max MTU + Max MRU: Set to 1400 On Dial Out tab : Connect To: IP or Host your VPN / PPTP server User: Your VPN account username Password: Your PPTP password. Check "Dial On Demand" to ensure that the connection is being dialed when needed but disconnected. Check "Add Default Route" to ensure correct traffic routing. Allow: Leave all authentication methods checked, as it should be by default already. Leave the "Enabled" checkbox unchecked, we still have to do some things. Click on "OK". Now please go to " IP " tab and select " Firewall " and " NAT ". In "Chain", sele...