Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # data file.yml like this
- # BRIDGE: bridge
- # SSID: MYawesomeAP
- # PASSWORD:
- /caps-man datapath add bridge=bridge client-to-client-forwarding=yes name=datapath1
- # 2.4 ghz
- /caps-man channel add band=2ghz-g/n control-channel-width=20mhz extension-channel=disabled frequency=2412,2437,2462 name=channel2.4
- /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=
- /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
- /caps-man provisioning add action=create-dynamic-enabled hw-supported-modes=g,gn master-configuration=cfg-2.4 name-format=identity
- # 5 ghz
- /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
- /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=
- /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
- /caps-man provisioning add action=create-dynamic-enabled hw-supported-modes=ac,an,a master-configuration=cfg-5 name-format=identity
- /caps-man manager set enabled=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement