> For the complete documentation index, see [llms.txt](https://docs.foundryosd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.foundryosd.com/troubleshooting/network.md).

# Network and Foundry Connect

## No adapter detected

**Likely causes:** unsupported hardware, missing Windows PE driver, disabled adapter, or device firmware setting.

**Actions:** verify firmware state, test another supported adapter, and rebuild media with the required WinPE driver.

## Ethernet link is unavailable

Check the cable, switch port, link status, and 802.1X requirements. A physical link can exist before authentication succeeds.

## Waiting for DHCP

Confirm that the deployment VLAN provides DHCP and that authentication or network-access control completed. Record the adapter, link, IPv4, and gateway status displayed by Foundry Connect.

## Wi-Fi network is not visible

Refresh networks, confirm the SSID is in range, and verify that the wireless adapter and Windows PE driver support the network.

## Wi-Fi authentication fails

Verify the passphrase or provisioned profile, enterprise certificate chain, time-sensitive certificate validity, and authentication method.

## Network is connected but deployment cannot continue

The local connection may be ready while DNS, proxy policy, or required Internet endpoints remain unavailable. Test the same network path with the organization’s approved diagnostic process.


---

# 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://docs.foundryosd.com/troubleshooting/network.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.
