> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-26-users-guide/advanced-topics/shared-network-settings.md).

# Shared Network Settings

{% hint style="info" %}
**Note:** Shared network settings are available in Parallels Desktop for Mac Pro and Business/Enterprise Editions only.
{% endhint %}

To change the shared networking settings, select the **Network** tab of Parallels Desktop Preferences and click **Shared**. You will see the following window:

<figure><img src="/files/de9S6q4yzZS33egoKCdE" alt="" width="528"><figcaption></figcaption></figure>

In this window, you can make the necessary changes to the settings of the Parallels DHCP servers for IPv4 and IPv6. These servers, enabled by default, automatically assign IP addresses to your virtual machines operating in the shared networking mode. To disable any of these servers, clear the corresponding option.

For more information about configuring shared networking, refer to [**Share Network Access between macOS and Windows**](/landing/pdfm-ug/parallels-desktop-for-mac-26-users-guide/use-windows-on-your-mac/connecting-to-the-internet-or-a-network/sharing-network-access-between-macos-and-windows.md).

### Port Forwarding

{% hint style="info" %}
**Note:** Port forwarding is only available in Parallels Desktop for Mac Pro and Business/Enterprise Editions only.
{% endhint %}

Normally, virtual machines set to operate in the shared networking mode cannot be accessed from external computers. The port forwarding functionality allows computers on your local network and on the Internet to transfer data to any of your virtual machines that use the shared networking mode. The data sent to a specific port on your Mac will be redirected to a specific port of your virtual machine according to the port-forwarding rule.

To add a port forwarding rule:

1. Click the **Add** button (+) below the **Port forwarding rules** list.
2. In the displayed window, do the following:
   * In the **Protocol** field, specify the port type you want to use for establishing network connections. You can choose between the **TCP** or **UDP** port types.
   * In the **Source Port** field, type the number of the incoming port on your Mac.
   * In the **Forward to** section, indicate the name or IP address of the virtual machine you want to connect.
   * In the **Destination Port** field, type the port on the virtual machine to which the data will be transferred.<br>

     <figure><img src="/files/NI3eHtx04tkQ8LZef6dS" alt=""><figcaption></figcaption></figure>
3. Click **OK** to add the rule.

When the rule is added, use the following IP address combination for external connections to your virtual machine: `<you Mac's IP address>:<Incoming port>`.

<figure><img src="/files/cfmlrpGadXomZkzjYvLo" alt="" width="563"><figcaption></figcaption></figure>

To edit a rule, select it in the **Port forwarding rules** list, click the **Edit** button, modify the necessary settings, and click **OK** to apply them.

To remove a port forwarding rule, select it in the **Port forwarding rules** list and click the **Remove** button (-).

To restore the default settings, click **Restore Defaults**.


---

# 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.parallels.com/landing/pdfm-ug/parallels-desktop-for-mac-26-users-guide/advanced-topics/shared-network-settings.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.
