Memisahkan 2 LAN dengan 2 Gateway atau lebih dalam satu MIKROTIK
Keterangan :
– ip address gateway 1 = 10.10.10.1
– ip address gateway 2 = 10.11.12.1
– ip address LAN BAWAH = 192.168.2.0/24
– ip address LAN ATAS = 192.168.10.0/24
Address List
1 2 3 4 |
#Address list BAWAH ip firewall address-list add list=LINTAS address=192.168.2.0/24 #Address list ATAS ip firewall address-list add list=LINTAS address=192.168.10.0/24 |