Skip to main content

Routing Static Mikrotik



Lets make a simple routing setup illustrated in image below



Ether1 of Router1 is connected to ISP and will be the gateway of our networks. Router2 is connected to ether2 of Router1 and will act as a gateway for clients connected to it from LAN2. Router1 also connects one client to ether3. Our goal is to create setup so that clients from LAN1 can reach clients from LAN2 and all of them can connect to internet.
Configuration

Lets consider that ISP gave us an address 10.1.1.2/30 and gateway is 10.1.1.1

Router1:
 /ip address add address=10.1.1.2 interface=ether1 add address=172.16.1.1/30 interface=ether2 add address=192.168.1.1/24 interface=ether3
/ip route add gateway=10.1.1.1 add dst-address=192.168.2.0/24 gateway=172.16.1.2


Router2:
 /ip address add address=172.16.1.2/30 interface=ether1 add address=192.168.2.1/24 interface=ether2
/ip route add gateway=172.16.1.1


If you look at configuration then you will see that on Router1 we added route to destination 182.168.2.0/24. It is required for clients from LAN1 to be able to reach clients on LAN2. On Router2 such route is not required since LAN1 can be reached by default route.

Catatan: Lampirkan address yang akan di route

Sumber:
http://wiki.mikrotik.com/wiki/Manual:Simple_Static_Routing

Comments

Popular posts from this blog

Cara Install Seafile di Ubuntu 14.04lts Server 64 bit

Link : https://www.howtoforge.com/tutorial/seafile-ubuntu-14-04/ List of dependencies as described Java Runtime Environment (JRE) Poppler-utils Libreoffice 4.1+ and Python-uno libpython 2.7 Python libraries (make sure python 2.7 is included in this installation, you may verify using the command on the image 1.2, if its already installed, if not then use this command apt-get install python 2.7 and also if you receive an error of "Wheel installs require setuptools >= ...", then you may use this pip install setuptools --no-use-wheel --upgrade). You also need, to install using easy_install pip and pip install boto as seen on the image 1.3 and 1.4 respectively) Run the following command as root user to install the required software: apt-get install openjdk-7-jre poppler-utils libreoffice libreoffice-script-provider-python libpython2.7 python-pip mysql-server python-setuptools python-imaging python-mysqldb python-memcache Now I will check if the installed pyt...

Cara menginstall SSH Debian 7

Langkah... Install, apt-get install openssh-server Konfigurasi, nano /etc/ssh/sshd_config , port 22 --> default, disini kita bisa mengganti port sesuai keinginan kita Restart, service ssh restart Cara aksesnya dengan, ketik di terminal linux, ssh (user/root)@(x.x.x.x-->ip) Sumber: Buku Panduan BLC Telkom 

Cara Redirect Login Hotspot di Mikrotik

Redirect merupakan pengalihan, nah yang dimaksud di mikrotik ini adalah jika kita sudah log in, maka kemana kita akan di arahkan?? Pada umumnya setelah log in maka kita akan di reirect ke status untuk menggantinya maka langkah yang harus dilakukan ialah.. Masuk ke Mikrotik menggunakan ftp maupun ssh Dan cari file alogin di folder hotspot yang akan redirect Masuk ke file alogin dan cari kata redirect Ganti  dan tulis alamat yang akan dituju