> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple/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/wifi-pineapple/faq/establishing-an-internet-connection/configuring-ics-on-windows.md).

# Configuring ICS on Windows

On Windows, Internet Connection Sharing is achieved by using Window's "Network Sharing" feature, by sharing one internet-enabled interface to the WiFi Pineapples.

{% hint style="info" %}
The following guide is designed to work on Windows 11, although the same or similar steps apply to Windows 10/8.1/8/7 too.
{% endhint %}

### Configuring the Internet facing interface

Start by opening the **Network & Internet** settings in the Windows settings application. Scroll down to **Related settings** and click **More network adapter options**.

![](/files/BgpqbyVtEmN0n9W6EYg7)

In the new window, **right-click the Internet facing adapter, and select "Properties".** In this guide, the Internet facing adapter is the interface named **Ethernet**.

Once you're in the properties window, select the **Sharing** tab, and then check the box to allow other users to connect. Then, **select the WiFi Pineapple adapter** and click **OK**.

![](/files/1x9bEH6LqHJ8Wqc1AoVw)

Next, configure the WiFi Pineapple adapter by **right clicking and selecting "Properties".** In the new window, select the text that says **Internet Protocol Version 4 (TCP/IPv4)** and select **Properties**.

![](/files/2CRTpKwX5JPbDmUYZCWT)

Finally, set the adapters IP settings as follows:

* IP Address: **172.16.42.42**
* Subnet Mask: **255.255.0.0**
* Default Gateway: **Blank**
* Preferred DNS: **8.8.8.8**
* Alternate DNS: **8.8.4.4**

![](/files/00SeAZPO5X3vleY18a6u)

{% hint style="info" %}
You may set your own preferred and alternate DNS servers if desired, but Google's DNS is recommended.
{% endhint %}

After clicking **OK** to save the settings, your WiFi Pineapple will now be able to access the internet through the USB-C interface connected to your computer.

![](/files/83pWwkN658Qt7FcsYPv4)


---

# 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://documentation.hak5.org/wifi-pineapple/faq/establishing-an-internet-connection/configuring-ics-on-windows.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.
