Lab 9 Connecting Internet with MikroTik Routerboard
- Tabel Addressing
Table Addressing
No
|
Device
|
IP Address
|
Netmask
|
Gateway
|
DNS
|
1
|
Routerboard
|
Ether1 : 192.168.1.2
Ether2 : 18.18.18.1
|
255.255.255.0/24
255.255.255.0/24
|
192.168.1.1
192.168.1.1
|
202.43.178.245
202.43.178.245
|
2
|
PC/Laptop
|
18.18.18.2
|
255.255.255.0/24
|
18.18.18.1
|
18.18.18.1
|
- Tujuan
Purpose
- Dapat mengetahui pengertian Internet, dan NAT.
Can know the meaning of Internet, and NAT. - Dapat mengetahui cara konfigurasi Internet dengan MikroTik Routerboard.
Can figure out how to configure the internet with MikroTik Routerboard.
- Konsep Dasar
Basic Concept
Internet (Interconnection Networking) adalah seluruh jaringan komputer yang saling terhubung dengan menggunakan standar sistem global TCP/IP sebagai protocol pertukaran paket untuk melayani miliaran pengguna di seluruh dunia.
Internet (Interconnection Networking) is an entire network of computers connected together by using the global system standard TCP / IP as a protocol packet exchanges to serve billions of users worldwide.
NAT adalah pengalihan suatu alamat IP ke alamat yang lain. Dan apabila suatu paket dialihkan dengan NAT pada suatu link, maka pada saat ada paket kembali dari tujuan maka link ini akan mengingat darimana asal dari paket Itu, sehingga komunikasi akan berjalan seperti biasa.
NAT is the transfer of an IP address to another address. And if a packet routed by NAT on a link, so when there are packets back of the goal then this link will remember where the origin of the package was, so the communication will run as usual.
Internet (Interconnection Networking) is an entire network of computers connected together by using the global system standard TCP / IP as a protocol packet exchanges to serve billions of users worldwide.
NAT adalah pengalihan suatu alamat IP ke alamat yang lain. Dan apabila suatu paket dialihkan dengan NAT pada suatu link, maka pada saat ada paket kembali dari tujuan maka link ini akan mengingat darimana asal dari paket Itu, sehingga komunikasi akan berjalan seperti biasa.
NAT is the transfer of an IP address to another address. And if a packet routed by NAT on a link, so when there are packets back of the goal then this link will remember where the origin of the package was, so the communication will run as usual.
- Bahan-bahan
Materials
- MikroTik Routerboard.
MikroTik Routerboard. - Kabel UTP.
UTP Cable. - Switch.
Switch.
- Aplikasi WinBox.
WinBox Application.
- Langkah-langkah
Steps
- Langkah pertama, agar routerboard bisa connect ke internet, tambahkan IP Address di ether1 pada routerboard, dengan perintah seperti pada gambar.
The first step, in order routerboard can connect to the Internet, add the IP Address in ether1 on routerboard, with a command like in the picture.
- Kemudian tambahkan juga IP Address untuk ether2 pada routerboard, dengan perintah seperti pada gambar.
Then also add IP Address to ether2 on routerboard, with a command like in the picture.
- Setelah itu masukkan gateway dengan perintah > ip route add gateway=”192.168.1.1”
Then enter the gateway with the command> ip route add gateway = "192.168.1.1"
- Masukkan juga DNS nya, dengan perintah seperti pada gambar, dan pada allow-remote-requests ubah menjadi yes.
Enter the DNS also his, with a command like in the picture, and the allow-remote-change requests to yes.
- Lakukan “ping google.com” jika berhasil maka routerboard sudah bisa terhubung ke internet.
Do a "ping google.com" if successful it routerboard can already connect to the internet.
- Setelah itu masukkan firewall nat/membuat translasi alamat IP dari routerboard untuk digunakan client. Dengan perintah seperti pada gambar.
After that enter the firewall nat / create IP address translation of routerboard to use the client. With the command as shown.
- Beralih ke client. Atur IP untuk Gateway, dan DNS-nya dengan memasukkan IP Address ether2.
Turning to the client. Set IP Gateway, and DNS her to enter the IP Address ether2.
- Tes ping ke ether2 routerboard dari client, jika berhasil maka client sudah terhubung ke routerboard.
Routerboard ether2 ping test from the client, if successful, then the client is connected to routerboard.
- Tes ping ke google, jika berhasil maka client sudah bisa terhubung ke internet.
Ping test to google, if successful then the client was able to connect to the internet.
- Dan tes melalui web browser, kalau berhasil berarti client sudah dapat terhubung ke internet dari koneksi routerboard.
And tests via a web browser, if successful means clients are able to connect to the internet from a connection routerboard.
Terima kasih. Semoga Bermanfaat ! dan Mohon maaf apabila ada penulisan kata yang salah.
Thanks. Hope it's useful ! and Sorry, if there is a mispelled word.
Comments
Post a Comment