> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/packet-squirrel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/packet-squirrel/troubleshooting/faq.md).

# FAQ

## I'M NOT GETTING AN IP ADDRESS FROM THE PACKET SQUIRREL IN ARMING MODE

Make sure you’re plugging your computer into the “Ethernet In” port on left side of the device. This is the LAN port, which will offer the receiving device an IP address via DHCP. The “Ethernet Out” port on the right side of the device is the WAN port, which will seek to obtain an IP address via DHCP.

## MY PACKET SQUIRREL DOESN'T LIGHT UP FOR THE FIRST 10 SECONDS ON BOOT

This is normal, expected behavior. The boot-up process takes 30-40 seconds, at which time the LED will blink green starting at around the 10 second mark.

## IS THE PACKET SQUIRREL GIGABIT?

No, but it will auto negotiate down to 100 Mbps. In most scenarios, like planting it behind a network printer or workstation, it won’t be a bottleneck.

## DOES THE PACKET SQUIRREL DO POE?

No, that wouldn’t fit in its tiny footprint. However, it is powered by USB with an extremely low (120 mA) draw.

## WHAT ARE THE HARDWARE SPECIFICATIONS?

* Atheros AR9331 SoC at 400 MHz MIPS
* 16 MB Onboard Flash
* 64 MB DDR2 RAM
* 2x 10/100 Ethernet Port
* USB 2.0 Host Port
* 4-way payload select switch
* RGB Indicator LED
* Scriptable Push-Button
* Power: USB 5V 120mA average draw
* Dimensions: 50 x 39 x 16 mm
* Weight: 24 grams


---

# 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:

```
GET https://documentation.hak5.org/packet-squirrel/troubleshooting/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
