EdgeRouter - Ubiquiti Device Discovery
Overview
Readers will learn how to use and modify the Ubiquiti Device Discovery feature.
Table of Contents
The Ubiquiti Device Discovery Feature
The discovery feature allows Ubiquiti devices to be discovered by the Ubiquiti Device Discovery tool. The feature also allows the EdgeRouter to discover other nearby Ubiquiti devices on the network. This feature consists of two services which are both enabled by default:
-
ubnt-discover
Controls whether the EdgeRouter is able to discover nearby Ubiquiti devices. -
ubnt-discover-server
Controls whether the EdgeRouter is discoverable by other nearby devices.
Disabling Device Discovery
The EdgeRouter will not be discoverable by WAN clients if firewall policies from the Basic Setup wizard are applied.
Device Discovery relies on UDP/TCP port 10001. Probes to these ports can be blocked by adding firewall policies or by disabling the feature entirely.
The default WAN firewall policies added by the Basic Setup wizard will block all probes to UDP/TCP port 10001 and will prevent the EdgeRouter from being discoverable on the WAN. See our How to Create a WAN Firewall Rule article for more information on the default WAN firewall policies.
Follow the steps below to disable the ubnt-discover-server and ubnt-discover services.
To disable the ubnt-discover service globally or on a single interface, add the following commands:
configure set service ubnt-discover disable
set service ubnt-discover interface <interface-name> disable commit ; save
To globally disable the ubnt-discover-server service, add the following commands:
configure set service ubnt-discover-server disable commit ; save
Find other nearby devices and verify the status of the service with the following commands:
show ubnt discover [detail]
show ubnt discover-server
Related Articles
EdgeRouter - How to Create a WAN Firewall Rule
EdgeRouter - Beginners Guide to EdgeRouter
EdgeRouter - Configuration and Operational Mode
Intro to Networking - How to Establish a Connection Using SSH