Untuk ingat-ingat saja ...
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.1.2/24 192.168.1.0 internet
[admin@MikroTik] > ip address add address=192.168.0.1/24 interface=wlan1
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.1.2/24 192.168.1.0 internet
1 I 192.168.0.1/24 192.168.0.0 wlan1
[admin@MikroTik] > ip route add gateway=192.168.1.254
[admin@MikroTik] > ip dns set servers=192.168.1.254 allow-remote-request=yes
[adm@MikroTik] > ip firewall nat add chain=srcnat out-interface=internet src-addre
[admin@MikroTik] > ip firewall nat add chain=srcnat out-interface=internet src-address=192.168.0.1/24 action=masquerade
[admin@MikroTik] > ip pool add name=dhcp-pool ranges=192.168.0.2-192.168.0.100
[admin@MikroTik] > ip dhcp-server network add address=192.168.0.1/24 gateway 192.168.0.1
failure: invalid network
[admin@MikroTik] > ip dhcp-server network add address=192.168.0.1/24 gateway=192.168.0.1
failure: invalid network
[admin@MikroTik] > ip dhcp-server network add address=192.168.0.1/24 gateway=192.168.0.1
failure: invalid network
[admin@MikroTik] > ip dhcp-server network add address=192.168.0.0/24 gateway=192.168.0.1
[admin@MikroTik] > ip dhcp-server add interface=wlan1 address-pool=dhcp-pool
[admin@MikroTik] > ip dhcp-server print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 X dhcp1 wlan1 dhcp-pool 10m
[admin@MikroTik] > ip dhcp-server enable 0
[admin@MikroTik] > ip dhcp-server print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 wlan1 dhcp-pool 10m
[admin@MikroTik] > ip hotspot setup
Select interface to run HotSpot on
hotspot interface: wlan1
Set HotSpot address for interface
local address of network: 192.168.0.1/24
masquerade network: yes
Set pool for HotSpot addresses
address pool of network: 192.168.0.2-192.168.0.100
Select hotspot SSL certificate
select certificate: none
Select SMTP server
ip address of smtp server: 0.0.0.0
Setup DNS configuration
dns servers: 192.168.1.254
DNS name of local hotspot server
dns name: portal.cs
Create local hotspot user
name of local hotspot user: admin
password for the user: ******
[admin@MikroTik] >