> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/tools-for-sbc-products/mac-ip-detection.md).

# MAC/IP detection

If a module communicates with B3 via TCP/IP, you must know its MAC address to define it in B3. This MAC address is used as the B3 module identifier.

To connect to a module for setup and debugging using Putty or WinSCP you must know its IP address.

If the IP is not known, then it can be detected using network scanners.&#x20;

One of the network scanners that can be used is Advanced IP Scanner that can be downloaded from <https://www.advanced-ip-scanner.com/>.

There is a user guide for the scanner at <https://www.advanced-ip-scanner.com/help/>.

Here are the examples of different types of B3 equipment found by the scanner:

BBO (not SBC product)

<figure><img src="/files/07n7MSAxa3VtAPGmTMwN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BaYtayqrAOUd6PbTJybW" alt=""><figcaption></figcaption></figure>

BBO Buffer

<figure><img src="/files/k8RhaJQmexhaRtTL4t5i" alt=""><figcaption></figcaption></figure>

S2GW

<figure><img src="/files/1yjLZ9qjObu1HP6yqofL" alt=""><figcaption></figcaption></figure>

WPAN-CTRLR (Web Panel)

<figure><img src="/files/JitT7GvZTtqUjc5mtUot" alt=""><figcaption></figcaption></figure>

BBL (not SBC product)

<figure><img src="/files/EcQvfP1Ds4l84VRau8CH" alt=""><figcaption></figcaption></figure>

CG1018 (Relay Box)

<figure><img src="/files/vQ8jNfGG4oO2kvy0hDaJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/tools-for-sbc-products/mac-ip-detection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
