ubiquiti:cli:mdns_repeater
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubiquiti:cli:mdns_repeater [2020/12/23 20:37] – created peter | ubiquiti:cli:mdns_repeater [2020/12/23 23:16] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubiquiti - CLI - mDNS Repeater ====== | ====== Ubiquiti - CLI - mDNS Repeater ====== | ||
+ | |||
+ | **Enable Multicast DNS** in the GUI: | ||
+ | |||
+ | * is no substitute for setting the mdns property in the JSON configuration. | ||
+ | * supposedly **enables** the mDNS reflector service, and while this seems to work for a while it does not work all the time. | ||
+ | * Turning on the mDNS repeater by setting the **mdns** property works. | ||
+ | |||
+ | ---- | ||
To use mDNS repeater on the USG. | To use mDNS repeater on the USG. | ||
Line 7: | Line 15: | ||
---- | ---- | ||
- | <file json config.gateway.json> | + | <file json / |
{ | { | ||
" | " | ||
Line 13: | Line 21: | ||
" | " | ||
" | " | ||
+ | " | ||
" | " | ||
" | " | ||
Line 24: | Line 33: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | Syntax: | ||
+ | |||
+ | 'mdns repeater interface xxxxx' where xxxxx is/are the interface(s) mDNS advertisements are from as well as repeat mDNS advertisements to. That means both the source and target interfaces must be added. | ||
+ | |||
+ | |||
+ | Test your .json code using the [[https:// | ||
+ | |||
+ | |||
+ | Once the config.gateway.json file is created or edited: | ||
+ | |||
+ | * In the Controller GUI, navigate to **Devices -> Unifi Security Gateway -> Config -> Force Provision -> Provision**. | ||
+ | |||
+ | Once the USG comes back online you should be all set. | ||
+ | |||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | To identify the interfaces you're interested in using with the mdns repeater, SSH into your USG and run the show interfaces command. You can look at the interface and the corresponding IP address to determine the networks to place the repeater on. The virtual interface numbers should match your VLAN IDs from network setup. | ||
+ | |||
+ | <code bash> | ||
+ | show interfaces | ||
+ | |||
+ | Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down | ||
+ | Interface | ||
+ | --------- | ||
+ | eth0 | ||
+ | eth0.10 | ||
+ | eth0.20 | ||
+ | eth0.33 | ||
+ | eth0.40 | ||
+ | eth0.50 | ||
+ | eth1 | ||
+ | eth2 | ||
+ | eth3 | ||
+ | lo | ||
+ | :: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | SSH tutorial: https:// | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Troubleshooting ===== | ||
+ | |||
+ | Alternate between enabling / disabling some of these settings may work. | ||
+ | |||
+ | |||
+ | Enable IGMP Snooping as it can help with multicast traffic: | ||
+ | |||
+ | * Navigate to **Settings - Networks** and select a network. | ||
+ | * Enable IGMP snooping. | ||
+ | |||
+ | |||
+ | Enable Multicast Enhancement: | ||
+ | |||
+ | * Navigate to **Settings -> Wireless Networks** and select a network. | ||
+ | * Enable **Multicast Enhancement (IGMPv3)**. | ||
+ | |||
+ | |||
+ | Enable MulticastDNS Service: | ||
+ | |||
+ | * Navigate to **Settings -> Services -> MDNS**. | ||
+ | * Enable **Multicast DNS**. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | |||
+ | Ensure Firewall is not blocking: | ||
+ | |||
+ | * Port 5353 is used for Bonjour services/ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
ubiquiti/cli/mdns_repeater.1608755853.txt.gz · Last modified: 2020/12/23 20:37 by peter