SlideShare a Scribd company logo
1 of 2
EoIP TUNNEL - MIKROTIK
KANTOR KEPARAT BANDUNG
Asumsi :
IP Gateway WAN = 10.10.10.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP )
IP WAN = 10.10.10.11/29 ( Sesuaikan Dengan IP yang diberikan ISP )
IP DNS1 = 10.10.10.25 ( Sesuaikan Dengan Primary DNS ISP )
IP DNS2 = 10.10.10.35 ( Sesuaikan Dengan Secondary DNS ISP )
IP LAN = 15.15.15.1/24 ( Sesuaikan Dengan IP LAN )
IP TUNNELLING = 7.7.7.1/24 ( IP Terserah )
ID TUNNEL = 1 ( ID Tunnel Bersifat Unix )
Setting PC-Router KANTOR KEPARAT BANDUNG
[bego@KEPARAT-BDG] > /interface set ether1 name=WAN
[bego@KEPARAT-BDG] > /interface set ether2 name=LAN
[bego@KEPARAT-BDG] > /interface eoip add name=EoIP-TUN remoteaddress=20.20.20.11 tunnel-id=1
[bego@KEPARAT-BDG] > /ip address add address=7.7.7.1/24 interface=EoIP-TUN
[bego@KEPARAT-BDG] > /ip address add address=10.10.10.11/29 interface=WAN
[bego@KEPARAT-BDG] > /ip address add address=15.15.15.1/24 interface=LAN
[bego@KEPARAT-BDG] > /ip route add gateway=10.10.10.10
[bego@KEPARAT-BDG] > /ip route add dst-address=25.25.25.0/24 gateway=7.7.7.2
[bego@KEPARAT-BDG] > /ip dns set primary-dns=10.10.10.25 secondarydns=10.10.10.35
[bego@KEPARAT-BDG] > /ip dns set allow-remote-requests=yes
KANTOR KEPARAT JAKARTA
Asumsi :
IP Gateway WAN = 20.20.20.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP )
IP WAN = 20.20.20.11/29 ( Sesuaikan Dengan IP yang diberikan ISP )
IP DNS1 = 20.20.20.25 ( Sesuaikan Dengan Primary DNS ISP )
IP DNS2 = 20.20.20.35 ( Sesuaikan Dengan Secondary DNS ISP )
IP LAN = 25.25.25.1/24 ( Sesuaikan Dengan IP LAN )
IP TUNNELLING = 7.7.7.2/24 ( IP Terserah )
ID TUNNEL = 1 ( ID Tunnel Bersifat Unix )
Setting PC-Router KANTOR KEPARAT JAKARTA
[bego@KEPARAT-JKT] > /interface set ether1 name=WAN
[bego@KEPARAT-JKT] > /interface set ether2 name=LAN
[bego@KEPARAT-JKT] > /interface eoip add name=EoIP-TUN remoteaddress=10.10.10.11 tunnel-id=1
[bego@KEPARAT-JKT] > /ip address add address=7.7.7.2/24 interface=EoIP-TUN
[bego@KEPARAT-JKT] > /ip address add address=20.20.20.11/29 interface=WAN
[bego@KEPARAT-JKT] > /ip address add address=25.25.25.1/24 interface=LAN
[bego@KEPARAT-JKT] > /ip route add gateway=20.20.20.10
[bego@KEPARAT-JKT] > /ip route add dst-address=15.15.15.0/24 gateway=7.7.7.1
[bego@KEPARAT-JKT] > /ip dns set primary-dns=20.20.20.25 secondarydns=20.20.20.35
[bego@KEPARAT-JKT] > /ip dns set allow-remote-requests=yes

IPIP TUNNEL - MIKROTIK
KANTOR KEPARAT BANDUNG
Asumsi :
IP Gateway WAN = 10.10.10.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP )
IP
IP
IP
IP
IP

WAN = 10.10.10.11/29 ( Sesuaikan Dengan IP yang diberikan ISP )
DNS1 = 10.10.10.25 ( Sesuaikan Dengan Primary DNS ISP )
DNS2 = 10.10.10.35 ( Sesuaikan Dengan Secondary DNS ISP )
LAN = 15.15.15.1/24 ( Sesuaikan Dengan IP LAN )
TUNNELLING = 7.7.7.1/24 ( IP Terserah )

Setting PC-Router KANTOR KEPARAT BANDUNG
[bego@KEPARAT-BDG] > /interface set ether1 name=WAN
[bego@KEPARAT-BDG] > /interface set ether2 name=LAN
[bego@KEPARAT-BDG] > /interface ipip add name=TUN local-address=10.10.10.11
remote-address=20.20.20.11
[bego@KEPARAT-BDG] > /interface ipip enable TUN
[bego@KEPARAT-BDG] > /ip address add address=7.7.7.1/24 interface=TUN
[bego@KEPARAT-BDG] > /ip address add address=10.10.10.11/29 interface=WAN
[bego@KEPARAT-BDG] > /ip address add address=15.15.15.1/24 interface=LAN
[bego@KEPARAT-BDG] > /ip route add gateway=10.10.10.10
[bego@KEPARAT-BDG] > /ip route add dst-address=25.25.25.0/24 gateway=7.7.7.2
[bego@KEPARAT-BDG] > /ip dns set primary-dns=10.10.10.25 secondarydns=10.10.10.35
[bego@KEPARAT-BDG] > /ip dns set allow-remote-requests=yes
KANTOR KEPARAT JAKARTA
Asumsi :
IP Gateway WAN = 20.20.20.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP )
IP WAN = 20.20.20.11/29 ( Sesuaikan Dengan IP yang diberikan ISP )
IP DNS1 = 20.20.20.25 ( Sesuaikan Dengan Primary DNS ISP )
IP DNS2 = 20.20.20.35 ( Sesuaikan Dengan Secondary DNS ISP )
IP LAN = 25.25.25.1/24 ( Sesuaikan Dengan IP LAN )
IP TUNNELLING = 7.7.7.2/24 ( IP Terserah )
Setting PC-Router KANTOR KEPARAT JAKARTA
[bego@KEPARAT-JKT] > /interface set ether1 name=WAN
[bego@KEPARAT-JKT] > /interface set ether2 name=LAN
[bego@KEPARAT-JKT] > /interface ipip add name=TUN local-address=20.20.20.11
remote-address=10.10.10.11
[bego@KEPARAT-JKT] > /interface ipip enable TUN
[bego@KEPARAT-JKT] > /ip address add address=7.7.7.2/24 interface=TUN
[bego@KEPARAT-JKT] > /ip address add address=20.20.20.11/29 interface=WAN
[bego@KEPARAT-JKT] > /ip address add address=25.25.25.1/24 interface=LAN
[bego@KEPARAT-JKT] > /ip route add gateway=20.20.20.10
[bego@KEPARAT-JKT] > /ip route add dst-address=15.15.15.0/24 gateway=7.7.7.1
[bego@KEPARAT-JKT] > /ip dns set primary-dns=20.20.20.25 secondarydns=20.20.20.35
[bego@KEPARAT-JKT] > /ip dns set allow-remote-requests=yes

More Related Content

What's hot

Huawei cisco command conversion
Huawei cisco command conversionHuawei cisco command conversion
Huawei cisco command conversionjames Omara
 
Cisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsCisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsBootcamp SCL
 
Ios i pv4_access_lists
Ios i pv4_access_listsIos i pv4_access_lists
Ios i pv4_access_listsMohamed Gamel
 
Comandos cisco x huawei
Comandos cisco x huaweiComandos cisco x huawei
Comandos cisco x huaweiandre gomes
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisAsif
 
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2Contoh Soal LKS IT Network 2014 Di Palembang Modul 2
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2Vanidlesky Onibala
 
Spring MVC - Web Forms
Spring MVC  - Web FormsSpring MVC  - Web Forms
Spring MVC - Web FormsIlio Catallo
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopIT Tech
 
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...Mohd Khairulazam
 

What's hot (11)

Huawei cisco command conversion
Huawei cisco command conversionHuawei cisco command conversion
Huawei cisco command conversion
 
Cisco vs. huawei CLI Commands
Cisco vs. huawei CLI CommandsCisco vs. huawei CLI Commands
Cisco vs. huawei CLI Commands
 
Ios i pv4_access_lists
Ios i pv4_access_listsIos i pv4_access_lists
Ios i pv4_access_lists
 
Comandos cisco x huawei
Comandos cisco x huaweiComandos cisco x huawei
Comandos cisco x huawei
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lis
 
Class 1
Class 1Class 1
Class 1
 
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2Contoh Soal LKS IT Network 2014 Di Palembang Modul 2
Contoh Soal LKS IT Network 2014 Di Palembang Modul 2
 
Spring MVC - Web Forms
Spring MVC  - Web FormsSpring MVC  - Web Forms
Spring MVC - Web Forms
 
Router commands
Router commandsRouter commands
Router commands
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
 
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...
Mail server on Ubuntu Server 12.04 (Postfix, Courier, SSL, SpamAssassin, Clam...
 

Similar to IPIP TUNNEL - MIKROTIK KANTOR KEPARAT

Ukk tkj p1 proxy mikrotik2014 2015
Ukk tkj p1 proxy mikrotik2014 2015Ukk tkj p1 proxy mikrotik2014 2015
Ukk tkj p1 proxy mikrotik2014 2015Riza Hafizhuddin
 
ops300 Week8 gre
ops300 Week8 greops300 Week8 gre
ops300 Week8 gretrayyoo
 
SETING DAN KONFIGURASI ROUTERBOARD MIKROTIK RB 750 METODE TEX
SETING DAN KONFIGURASI ROUTERBOARD  MIKROTIK RB 750 METODE TEXSETING DAN KONFIGURASI ROUTERBOARD  MIKROTIK RB 750 METODE TEX
SETING DAN KONFIGURASI ROUTERBOARD MIKROTIK RB 750 METODE TEXKadek Kamastika
 
Load balancing n_fail_over
Load balancing n_fail_overLoad balancing n_fail_over
Load balancing n_fail_overmiissie
 
Ip sec vpn with dynamic routing mikrotik and cisco - mikro-tik wiki
Ip sec vpn with dynamic routing   mikrotik and cisco - mikro-tik wikiIp sec vpn with dynamic routing   mikrotik and cisco - mikro-tik wiki
Ip sec vpn with dynamic routing mikrotik and cisco - mikro-tik wikiHuy Eav
 
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCPKonfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCPWalid Umar
 
Tiny Server Clustering using Vyatta/VyOS (MEMO)
Tiny Server Clustering using Vyatta/VyOS (MEMO)Tiny Server Clustering using Vyatta/VyOS (MEMO)
Tiny Server Clustering using Vyatta/VyOS (MEMO)Naoto MATSUMOTO
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing DaemonAPNIC
 
Zdalna komunikacja sieciowa - zagadnienia sieciowe
Zdalna komunikacja sieciowa - zagadnienia sieciowe Zdalna komunikacja sieciowa - zagadnienia sieciowe
Zdalna komunikacja sieciowa - zagadnienia sieciowe Agnieszka Kuba
 
Huawei AR 150 Series.pptx
Huawei AR 150 Series.pptxHuawei AR 150 Series.pptx
Huawei AR 150 Series.pptxssuser03d8b1
 
Instal dan Konfigurasi MikroTik via VirtualBox #1
Instal dan Konfigurasi MikroTik via VirtualBox #1 Instal dan Konfigurasi MikroTik via VirtualBox #1
Instal dan Konfigurasi MikroTik via VirtualBox #1 YusnarSetiyadi
 
Networking in Gnu/Linux
Networking in Gnu/LinuxNetworking in Gnu/Linux
Networking in Gnu/LinuxAhmed Mekkawy
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default RoutingKishore Kumar
 
Modul 3 Firewalll.ppt
Modul 3 Firewalll.pptModul 3 Firewalll.ppt
Modul 3 Firewalll.pptcemporku
 

Similar to IPIP TUNNEL - MIKROTIK KANTOR KEPARAT (20)

Paket 1 UJIKOM TKJ 2015
Paket 1 UJIKOM TKJ 2015Paket 1 UJIKOM TKJ 2015
Paket 1 UJIKOM TKJ 2015
 
Speedtest
SpeedtestSpeedtest
Speedtest
 
Ukk tkj p1 proxy mikrotik2014 2015
Ukk tkj p1 proxy mikrotik2014 2015Ukk tkj p1 proxy mikrotik2014 2015
Ukk tkj p1 proxy mikrotik2014 2015
 
ops300 Week8 gre
ops300 Week8 greops300 Week8 gre
ops300 Week8 gre
 
SETING DAN KONFIGURASI ROUTERBOARD MIKROTIK RB 750 METODE TEX
SETING DAN KONFIGURASI ROUTERBOARD  MIKROTIK RB 750 METODE TEXSETING DAN KONFIGURASI ROUTERBOARD  MIKROTIK RB 750 METODE TEX
SETING DAN KONFIGURASI ROUTERBOARD MIKROTIK RB 750 METODE TEX
 
Load balancing n_fail_over
Load balancing n_fail_overLoad balancing n_fail_over
Load balancing n_fail_over
 
Mikro tik routeros 6
Mikro tik routeros 6Mikro tik routeros 6
Mikro tik routeros 6
 
Ip sec vpn with dynamic routing mikrotik and cisco - mikro-tik wiki
Ip sec vpn with dynamic routing   mikrotik and cisco - mikro-tik wikiIp sec vpn with dynamic routing   mikrotik and cisco - mikro-tik wiki
Ip sec vpn with dynamic routing mikrotik and cisco - mikro-tik wiki
 
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCPKonfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
Konfigurasi Server Gateway dengan fitur PROXY, WEBSERVER dan DHCP
 
Tiny Server Clustering using Vyatta/VyOS (MEMO)
Tiny Server Clustering using Vyatta/VyOS (MEMO)Tiny Server Clustering using Vyatta/VyOS (MEMO)
Tiny Server Clustering using Vyatta/VyOS (MEMO)
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing Daemon
 
Setting ubuntu server sebagai pc router
Setting ubuntu server sebagai pc routerSetting ubuntu server sebagai pc router
Setting ubuntu server sebagai pc router
 
Zdalna komunikacja sieciowa - zagadnienia sieciowe
Zdalna komunikacja sieciowa - zagadnienia sieciowe Zdalna komunikacja sieciowa - zagadnienia sieciowe
Zdalna komunikacja sieciowa - zagadnienia sieciowe
 
Huawei AR 150 Series.pptx
Huawei AR 150 Series.pptxHuawei AR 150 Series.pptx
Huawei AR 150 Series.pptx
 
Instal dan Konfigurasi MikroTik via VirtualBox #1
Instal dan Konfigurasi MikroTik via VirtualBox #1 Instal dan Konfigurasi MikroTik via VirtualBox #1
Instal dan Konfigurasi MikroTik via VirtualBox #1
 
Networking in Gnu/Linux
Networking in Gnu/LinuxNetworking in Gnu/Linux
Networking in Gnu/Linux
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default Routing
 
Icnd210 s04l01
Icnd210 s04l01Icnd210 s04l01
Icnd210 s04l01
 
Eigrp authentication
Eigrp authenticationEigrp authentication
Eigrp authentication
 
Modul 3 Firewalll.ppt
Modul 3 Firewalll.pptModul 3 Firewalll.ppt
Modul 3 Firewalll.ppt
 

IPIP TUNNEL - MIKROTIK KANTOR KEPARAT

  • 1. EoIP TUNNEL - MIKROTIK KANTOR KEPARAT BANDUNG Asumsi : IP Gateway WAN = 10.10.10.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP ) IP WAN = 10.10.10.11/29 ( Sesuaikan Dengan IP yang diberikan ISP ) IP DNS1 = 10.10.10.25 ( Sesuaikan Dengan Primary DNS ISP ) IP DNS2 = 10.10.10.35 ( Sesuaikan Dengan Secondary DNS ISP ) IP LAN = 15.15.15.1/24 ( Sesuaikan Dengan IP LAN ) IP TUNNELLING = 7.7.7.1/24 ( IP Terserah ) ID TUNNEL = 1 ( ID Tunnel Bersifat Unix ) Setting PC-Router KANTOR KEPARAT BANDUNG [bego@KEPARAT-BDG] > /interface set ether1 name=WAN [bego@KEPARAT-BDG] > /interface set ether2 name=LAN [bego@KEPARAT-BDG] > /interface eoip add name=EoIP-TUN remoteaddress=20.20.20.11 tunnel-id=1 [bego@KEPARAT-BDG] > /ip address add address=7.7.7.1/24 interface=EoIP-TUN [bego@KEPARAT-BDG] > /ip address add address=10.10.10.11/29 interface=WAN [bego@KEPARAT-BDG] > /ip address add address=15.15.15.1/24 interface=LAN [bego@KEPARAT-BDG] > /ip route add gateway=10.10.10.10 [bego@KEPARAT-BDG] > /ip route add dst-address=25.25.25.0/24 gateway=7.7.7.2 [bego@KEPARAT-BDG] > /ip dns set primary-dns=10.10.10.25 secondarydns=10.10.10.35 [bego@KEPARAT-BDG] > /ip dns set allow-remote-requests=yes KANTOR KEPARAT JAKARTA Asumsi : IP Gateway WAN = 20.20.20.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP ) IP WAN = 20.20.20.11/29 ( Sesuaikan Dengan IP yang diberikan ISP ) IP DNS1 = 20.20.20.25 ( Sesuaikan Dengan Primary DNS ISP ) IP DNS2 = 20.20.20.35 ( Sesuaikan Dengan Secondary DNS ISP ) IP LAN = 25.25.25.1/24 ( Sesuaikan Dengan IP LAN ) IP TUNNELLING = 7.7.7.2/24 ( IP Terserah ) ID TUNNEL = 1 ( ID Tunnel Bersifat Unix ) Setting PC-Router KANTOR KEPARAT JAKARTA [bego@KEPARAT-JKT] > /interface set ether1 name=WAN [bego@KEPARAT-JKT] > /interface set ether2 name=LAN [bego@KEPARAT-JKT] > /interface eoip add name=EoIP-TUN remoteaddress=10.10.10.11 tunnel-id=1 [bego@KEPARAT-JKT] > /ip address add address=7.7.7.2/24 interface=EoIP-TUN [bego@KEPARAT-JKT] > /ip address add address=20.20.20.11/29 interface=WAN [bego@KEPARAT-JKT] > /ip address add address=25.25.25.1/24 interface=LAN [bego@KEPARAT-JKT] > /ip route add gateway=20.20.20.10 [bego@KEPARAT-JKT] > /ip route add dst-address=15.15.15.0/24 gateway=7.7.7.1 [bego@KEPARAT-JKT] > /ip dns set primary-dns=20.20.20.25 secondarydns=20.20.20.35 [bego@KEPARAT-JKT] > /ip dns set allow-remote-requests=yes IPIP TUNNEL - MIKROTIK KANTOR KEPARAT BANDUNG Asumsi : IP Gateway WAN = 10.10.10.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP )
  • 2. IP IP IP IP IP WAN = 10.10.10.11/29 ( Sesuaikan Dengan IP yang diberikan ISP ) DNS1 = 10.10.10.25 ( Sesuaikan Dengan Primary DNS ISP ) DNS2 = 10.10.10.35 ( Sesuaikan Dengan Secondary DNS ISP ) LAN = 15.15.15.1/24 ( Sesuaikan Dengan IP LAN ) TUNNELLING = 7.7.7.1/24 ( IP Terserah ) Setting PC-Router KANTOR KEPARAT BANDUNG [bego@KEPARAT-BDG] > /interface set ether1 name=WAN [bego@KEPARAT-BDG] > /interface set ether2 name=LAN [bego@KEPARAT-BDG] > /interface ipip add name=TUN local-address=10.10.10.11 remote-address=20.20.20.11 [bego@KEPARAT-BDG] > /interface ipip enable TUN [bego@KEPARAT-BDG] > /ip address add address=7.7.7.1/24 interface=TUN [bego@KEPARAT-BDG] > /ip address add address=10.10.10.11/29 interface=WAN [bego@KEPARAT-BDG] > /ip address add address=15.15.15.1/24 interface=LAN [bego@KEPARAT-BDG] > /ip route add gateway=10.10.10.10 [bego@KEPARAT-BDG] > /ip route add dst-address=25.25.25.0/24 gateway=7.7.7.2 [bego@KEPARAT-BDG] > /ip dns set primary-dns=10.10.10.25 secondarydns=10.10.10.35 [bego@KEPARAT-BDG] > /ip dns set allow-remote-requests=yes KANTOR KEPARAT JAKARTA Asumsi : IP Gateway WAN = 20.20.20.10 ( Sesuaikan Dengan IP Gateway yang diberikan ISP ) IP WAN = 20.20.20.11/29 ( Sesuaikan Dengan IP yang diberikan ISP ) IP DNS1 = 20.20.20.25 ( Sesuaikan Dengan Primary DNS ISP ) IP DNS2 = 20.20.20.35 ( Sesuaikan Dengan Secondary DNS ISP ) IP LAN = 25.25.25.1/24 ( Sesuaikan Dengan IP LAN ) IP TUNNELLING = 7.7.7.2/24 ( IP Terserah ) Setting PC-Router KANTOR KEPARAT JAKARTA [bego@KEPARAT-JKT] > /interface set ether1 name=WAN [bego@KEPARAT-JKT] > /interface set ether2 name=LAN [bego@KEPARAT-JKT] > /interface ipip add name=TUN local-address=20.20.20.11 remote-address=10.10.10.11 [bego@KEPARAT-JKT] > /interface ipip enable TUN [bego@KEPARAT-JKT] > /ip address add address=7.7.7.2/24 interface=TUN [bego@KEPARAT-JKT] > /ip address add address=20.20.20.11/29 interface=WAN [bego@KEPARAT-JKT] > /ip address add address=25.25.25.1/24 interface=LAN [bego@KEPARAT-JKT] > /ip route add gateway=20.20.20.10 [bego@KEPARAT-JKT] > /ip route add dst-address=15.15.15.0/24 gateway=7.7.7.1 [bego@KEPARAT-JKT] > /ip dns set primary-dns=20.20.20.25 secondarydns=20.20.20.35 [bego@KEPARAT-JKT] > /ip dns set allow-remote-requests=yes