Advertisement
smithy1208

capsman-test.rsc

Feb 11th, 2022
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # data file.yml like this
  2.  
  3. # BRIDGE: bridge
  4. # SSID: MYawesomeAP
  5. # PASSWORD:
  6.  
  7. /caps-man datapath add bridge=bridge client-to-client-forwarding=yes name=datapath1
  8.  
  9. # 2.4 ghz
  10. /caps-man channel add band=2ghz-g/n control-channel-width=20mhz extension-channel=disabled frequency=2412,2437,2462 name=channel2.4
  11. /caps-man security add authentication-types=wpa2-psk disable-pmkid=yes encryption=aes-ccm group-encryption=aes-ccm group-key-update=10m name=security-MYawesomeAP passphrase=
  12. /caps-man configuration add channel=channel2.4 country=russia4 datapath=datapath1 distance=indoors hw-protection-mode=rts-cts installation=indoor mode=ap name=cfg-2.4 security=security-MYawesomeAP ssid=MYawesomeAP
  13. /caps-man provisioning add action=create-dynamic-enabled hw-supported-modes=g,gn master-configuration=cfg-2.4 name-format=identity
  14.  
  15. # 5 ghz
  16. /caps-man channel add band=5ghz-a/n/ac control-channel-width=20mhz extension-channel=disabled frequency=5180,5200,5220,5240,5260,5280,5300,5320 name=channel5
  17. /caps-man security add authentication-types=wpa2-psk disable-pmkid=yes encryption=aes-ccm group-encryption=aes-ccm group-key-update=10m name=security-MYawesomeAP passphrase=
  18. /caps-man configuration add channel=channel5 country=russia4 datapath=datapath1 distance=indoors hw-protection-mode=rts-cts installation=indoor mode=ap name=cfg-5 security=security-MYawesomeAP ssid=MYawesomeAP
  19. /caps-man provisioning add action=create-dynamic-enabled hw-supported-modes=ac,an,a master-configuration=cfg-5 name-format=identity
  20.  
  21. /caps-man manager set enabled=yes
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement