Advertisement
Guest User

Untitled

a guest
Apr 15th, 2017
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. [admin@Ahmed] > export
  2. # apr/15/2017 19:45:22 by RouterOS 6.38.5
  3. # software id = G3MS-0JST
  4. #
  5. /interface wireless
  6. set [ find default-name=wlan1 ] band=5ghz-a/n disabled=no frequency=5610 \
  7. frequency-mode=superchannel mode=station-bridge rx-chains=0,1 scan-list=\
  8. 5600-5610 ssid=A.Z.O.NeT@Jubaila.07702725284.1 tx-chains=0,1 \
  9. wireless-protocol=nv2-nstreme-802.11
  10. /interface pppoe-client
  11. add add-default-route=yes disabled=no interface=wlan1 name=pppoe-out1 password=\
  12. 1234 user=apple123
  13. /interface wireless security-profiles
  14. set [ find default=yes ] supplicant-identity=MikroTik
  15. /ip pool
  16. add name=dhcp_pool0 ranges=192.168.0.2-192.168.0.254
  17. add name=dhcp ranges=192.168.0.2-192.168.0.254
  18. add name=dhcp_pool2 ranges=192.168.5.1-192.168.5.27,192.168.5.29-192.168.5.254
  19. /ip dhcp-server
  20. add address-pool=dhcp_pool2 disabled=no interface=ether1 name=dhcp1
  21. /tool user-manager customer
  22. set admin access=\
  23. own-routers,own-users,own-profiles,own-limits,config-payment-gw
  24. /ip address
  25. add address=192.168.5.28/24 interface=ether1 network=192.168.5.0
  26. /ip dhcp-server network
  27. add address=192.168.5.0/24 gateway=192.168.5.28
  28. /ip firewall nat
  29. add action=masquerade chain=srcnat src-address=192.168.5.0/24
  30. /system clock
  31. set time-zone-name=Asia/Baghdad
  32. /system identity
  33. set name=Ahmed
  34. /system lcd
  35. set contrast=0 enabled=no port=parallel type=24x4
  36. /system lcd page
  37. set time disabled=yes display-time=5s
  38. set resources disabled=yes display-time=5s
  39. set uptime disabled=yes display-time=5s
  40. set packets disabled=yes display-time=5s
  41. set bits disabled=yes display-time=5s
  42. set version disabled=yes display-time=5s
  43. set identity disabled=yes display-time=5s
  44. set pppoe-out1 disabled=yes display-time=5s
  45. set wlan1 disabled=yes display-time=5s
  46. set ether1 disabled=yes display-time=5s
  47. /system routerboard settings
  48. set init-delay=0s
  49. /tool user-manager database
  50. set db-path=user-manager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement