====== Secure Gateway ======
===== Parancssor =====
* QoS: https://help.ubnt.com/hc/en-us/articles/216787288-EdgeRouter-Quality-of-Service-QoS-
* QoS VoIP-hez: https://help.ubnt.com/hc/en-us/articles/205198380-EdgeRouter-Quality-of-Service-for-Voice-Over-IP-QoS-for-VoIP-
* config.gateway.json: https://help.ubnt.com/hc/en-us/articles/215458888-UniFi-How-to-further-customize-USG-configuration-with-config-gateway-json
Minden beállítást a dobozra történő SSH-zás és a ''configure'' parancs kiadása után lehet elvégezni.
===== DNS Forwarder =====
* https://robpickering.com/working-around-incomplete-ubiquiti-unifi-security-gateway-dns-service/
* https://help.ubnt.com/hc/en-us/articles/115010913367-EdgeRouter-DNS-Forwarding-Explanation-Setup-Options
* https://kallelilja.com/2018/03/dns-request-routing-configuraiton-unifi/
* https://community.ubnt.com/t5/UniFi-Routing-Switching-Feature/Support-for-DNS-host-records-and-domain-forwarding/idi-p/1351965
* https://community.ui.com/questions/Modify-USG-dns-forwarding-options-with-JSON/1fb6d3a9-1572-41c3-a179-4699decc4435#answer/2bc3583d-9b19-496d-8ec0-c0cc5636388c
* Jelenlegi beállítások lekérdezése:
show service dns forwarding options
# vagy
mca-ctrl -t dump-cfg
* Új felvétele:
set service dns forwarding options host-record=server,192.168.0.10
* Meglévő törlése beállítások lekérdezése:
delete service dns forwarding options host-record=server,192.168.0.10
* Ugyanez a **controller** beállításaiban:
{
"service": {
"dns": {
"forwarding": {
"options": [
"ptr-record=1.155.168.192.in-addr.arpa,SecurityGateway",
"host-record=unifi,192.168.155.50",
"host-record=server,192.168.0.10"
]
}
}
}
}
===== Adopt URL kézi beállítása =====
* https://help.ui.com/hc/en-us/articles/204909754-UniFi-Layer-3-Adoption-for-Remote-UniFi-Controllers#8