Advertisement
rootplg3544

Limit Shed Hotspot

Jul 16th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. #Coba Bantu Jawab Dikit yoo
  2. 1).Buat IP POOL HOTSPOT sendiri untuk ip address di hotspot
  3. 2).Buat profile hotspot baru dengan IP POOL HOTSPOT yang baru dibuat tadi,trus tentukan jumlah user sharenya tapi jangan mengisi bagian limitasi pada rate limit-nya.
  4. 3).Buat user hotspot menggunakan profile tersebut
  5. 4).trus Buat simple queuee dengan range ip tersebut baru tentukan limit bandwidthnya
  6. 5).Kemudian tarik (drag) dan posisikan queuee yg baru dibuat tadi diposisi paling atas queuee
  7.  
  8. kalau mau pakai script ini saya buatin:
  9. /ip hotspot user profile
  10. add name="hotspot" address-pool="IP POOL HOTSPOT" idle-timeout=none keepalive-timeout=2m status-autorefresh=1m shared-users=3 add-mac-cookie=yes mac-cookie-timeout=3d address-list="" transparent-proxy=yes open-status-page=always advertise=no
  11.  
  12. /ip hotspot user
  13. add disabled=no name=user1 password=user1 profile=hotspot server=hotspot
  14.  
  15. /queue simple
  16. add max-limit=256k/256k name="3 user" target="IP POOL HOTSPOT"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement