Advertisement
Guest User

Untitled

a guest
Jan 7th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /interface pppoe-client add add-default-route=yes disabled=no interface=ether1 name=pppoe-rds password=xxxx user=xxxx
  2.  
  3. /ip dns
  4. set servers=8.8.8.8,8.8.4.4
  5.  
  6. /system ntp client set enabled=yes server-dns-names=0.ro.pool.ntp.org,1.ro.pool.ntp.org,2.ro.pool.ntp.org
  7.  
  8. /system clock set time-zone-name=Europe/Bucharest
  9. /system identity set name=arha-rm1
  10. /system leds set 0 disabled=yes
  11.  
  12. /ip cloud set ddns-enabled=yes
  13.  
  14. /ip pool set 0 ranges=172.16.1.128-172.16.1.192
  15. /ip address set 0 address=172.16.1.1/24 network=172.16.1.0
  16.  
  17.  
  18. /ip service
  19. set telnet disabled=yes
  20. set ftp disabled=yes
  21. set www port=9280
  22. set ssh port=9222
  23. set api disabled=yes
  24. set api-ssl disabled=yes
  25.  
  26. /caps-man security
  27. add authentication-types=wpa-psk,wpa2-psk encryption=aes-ccm,tkip name=security1 passphrase=xxxx
  28.  
  29. /caps-man interface
  30. add configuration.mode=ap configuration.ssid=dialup-57600 disabled=no l2mtu=1600 mac-address=E4:8D:8C:39:14:F6 master-interface=none name=cap1 radio-mac=E4:8D:8C:39:14:F6 rates.vht-basic-mcs="" rates.vht-supported-mcs="" security=security1
  31.  
  32. /caps-man interface
  33. add configuration.mode=ap configuration.ssid=dialup-57600 disabled=no l2mtu=1600 mac-address=E4:8D:8C:39:14:F6 master-interface=none name=cap1 radio-mac=E4:8D:8C:39:14:F6 rates.vht-basic-mcs="" rates.vht-supported-mcs="" security=security1
  34.  
  35. /caps-man manager
  36. set ca-certificate=auto certificate=auto enabled=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement