> For the complete documentation index, see [llms.txt](https://cookiebunker.gitbook.io/cookiebunker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cookiebunker.gitbook.io/cookiebunker/dma/km-box/km-box-net-setup.md).

# KM Box Net Setup

{% stepper %}
{% step %}

### Connect the KM Box

* **Port #1** → Connect to your **second PC** using the included USB cable.
* **Port #2** → Connect to your **main PC** using the included USB cable.
* **Port #3 or #4** → Connect your **keyboard or mouse** (either port works).<br>

  <div align="left" data-with-frame="true"><figure><img src="/files/7edc5bb435cdac845fa89c85e15985a3746a90db" alt="" width="375"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Configure Network Settings

1. Open **Control Panel** and go to **Network and Internet**.\\<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/13037551449072f56d76d5c289accbd47c9a69eb" alt="" width="349"><figcaption></figcaption></figure></div>
2. Click **Network and Sharing Center**.<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/8efee1601a4af889e2964835b3cc50b715068dc0" alt="" width="350"><figcaption></figcaption></figure></div>
3. Click **Change adapter settings**.<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/b917bee1afb7c09b969ae35d5cba0f990e091e17" alt="" width="349"><figcaption></figcaption></figure></div>
4. Locate the **KM Box network adapter**.
   * If it’s not showing, unplug and replug the KM Box.<br>

     <div align="left" data-with-frame="true"><figure><img src="/files/57c686bf6cd0db939af585b37cb558ba2caa81ea" alt="" width="351"><figcaption></figcaption></figure></div>
5. Right-click the adapter and select **Properties**.
6. Select **Internet Protocol Version 4 (TCP/IPv4)** and make sure it’s **enabled**.<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/7ec468f4a2cbe91cfab72b10ee160ea3d5f85ddd" alt="" width="349"><figcaption></figcaption></figure></div>
7. Click **Properties**.<br>

   <div align="left" data-with-frame="true"><figure><img src="/files/27490c620568532526a38d96bb4f61adf066e910" alt="" width="349"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Assign a Static IP Address

* Select **Use the following IP address** and enter:

  <div align="left" data-with-frame="true"><figure><img src="/files/855e7fb7d7638ec534852b2cbb78987b693ef56e" alt="" width="358"><figcaption></figcaption></figure></div>

  * **IP Address:** `192.168.2.100`
  * **Subnet Mask:** `255.255.255.0`

  <div align="left" data-with-frame="true"><figure><img src="/files/15261c5f11d147c780d6b2723636080fe90b1817" alt="" width="359"><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

### Save & Finish

* Close all dialog boxes.
* Your KM Box is now ready to use.
  {% endstep %}
  {% endstepper %}

***

### ✅ You're Done

{% hint style="success" %}
Your KM Box Net is now setup and ready to use!
{% endhint %}


---

# 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://cookiebunker.gitbook.io/cookiebunker/dma/km-box/km-box-net-setup.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.
