by

Cara Setting Akun Venue WMS yang Sudah Memakai Sistem Login WPA di Mikrotik

Langsung Viral dot com – Ini Penampakan nya :

Berikut ini isi File Basic-Config.rsc nya :

# nov/29/2019 12:36:26 by RouterOS 6.45.7
# software id = Y86S-9KTU
#
# model = RBD52G-5HacD2HnD
# serial number = BEEB0A756CD4
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC \
frequency=2462 ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=wms \
supplicant-identity="" unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=\
salira4848 wpa2-pre-shared-key=salira4848
/interface wireless
set [ find default-name=wlan2 ] antenna-gain=5 band=5ghz-a/n/ac disabled=no \
frequency=5765 frequency-mode=superchannel security-profile=wms ssid=\
"WARKOP SALIRA"
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254
add name=dhcp_pool1 ranges=192.168.2.2-192.168.2.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether1 name=dhcp1
add address-pool=dhcp_pool1 disabled=no interface=ether2 name=dhcp2
/ip address
add address=192.168.1.1/24 interface=ether1 network=192.168.1.0
add address=192.168.2.1/24 interface=ether2 network=192.168.2.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=wlan1
add disabled=no interface=wlan2 use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
add address=192.168.2.0/24 gateway=192.168.2.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=wlan2
/system clock
set time-zone-autodetect=no time-zone-name=Asia/Jakarta
/system identity
set name="Warkop Salira"
/system ntp client
set enabled=yes primary-ntp=111.92.175.248 secondary-ntp=130.54.208.201

Comment

Leave a Reply

Your email address will not be published. Required fields are marked *