MikroTik 1
Langkah pertama sebelum konfigurasi adalah :
1. Buka
bagian Interface
2. Lalu
double click wlan1
3. Ganti
mode menjadi bridge
4. Atur
nama SSID dan Password sesuai keinginan
5. Lalu
click Enable dan OK
Lalu jika sudah konfigurasi sebagai berikut.
1. /interface
bridge add name=bridge1
2. /interface
bridge port add interface=ether2 bridge=bridge1
3. /interface
bridge port add interface=wlan1 bridge=bridge1
4. /ip
address add address=192.168.1.10/24 interface=ether1
5. /ip
address add address=200.200.1.1/24 interface=bridge1
6. /ip
dns set server=8.8.8.8
7. /ip
route add gateway=192.168.1.1
8. /ip
firewall nat add chain=srcnat out-interface=ether1 action=masquerade
MikroTik 2
Langkah pertama sebelum konfigurasi adalah :
1. Buka
bagian Interface
2. Lalu
double click wlan1
3. Ganti
mode menjadi station
4. Atur
nama SSID dan Password sesuai dengan MikroTik 1
5. Lalu
click Enable dan OK
Lalu jika sudah konfigurasi sebagai berikut.
1. /interface
bridge add name=bridge1
2. /interface
bridge port add interface=ether2 bridge=bridge1
3. /interface
bridge port add interface=wlan1 bridge=bridge1
4. /ip
address add address=200.200.1.2/24 interface=bridge1
5. /ip
dns set server=8.8.8.8
6. /ip
route add gateway=192.168.1.1
7. /ip
firewall nat add chain=srcnat out-interface=bridge1 action=masquerade .

Tidak ada komentar:
Posting Komentar