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

# Networking

<h2 align="center">Networking</h2>

<p align="center">Browse the topics below or use the buttons on the right top to contact us!</p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Network Configuration</strong></td><td><a href="/pages/WlwLHN0JzcxIfGHSDbS5">/pages/WlwLHN0JzcxIfGHSDbS5</a></td><td></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-network-wired">:network-wired:</i></h4></td><td><strong>Troubleshooting the Network</strong></td><td><a href="/pages/9wbsIPtpYlMumah3dSSJ">/pages/9wbsIPtpYlMumah3dSSJ</a></td><td><a href="/pages/ZBlleuVSAU0e18MtrnyV">/pages/ZBlleuVSAU0e18MtrnyV</a></td><td><a href="/pages/90p9aG8IbTz3yebAB1zC">/pages/90p9aG8IbTz3yebAB1zC</a></td><td><a href="/pages/dqYNJjdMRJcYfRLzNkXz">/pages/dqYNJjdMRJcYfRLzNkXz</a></td><td></td></tr><tr><td><h4><i class="fa-chart-network">:chart-network:</i></h4></td><td><strong>BGP &#x26; VLANs</strong></td><td><a href="/pages/0Qo7lDV5fNWJkTuFdSS4">/pages/0Qo7lDV5fNWJkTuFdSS4</a></td><td><a href="/pages/xnJXGMOj9KvZ8IlhPWiZ">/pages/xnJXGMOj9KvZ8IlhPWiZ</a></td><td></td><td></td><td></td></tr></tbody></table>

<h3 align="center"><strong>Frequently asked questions</strong></h3>

<details>

<summary>Do you offer DDoS protection?</summary>

Our DDoS protection is at a best-effort level. If you expect to be hit with DDoS attacks, we aren't the right fit for you.

</details>

<details>

<summary>How is bandwidth utilization calculated?</summary>

It's the sum of In+Out.

</details>

<details>

<summary>Do you offer IPv6?</summary>

Yes, we offer a routed /64 IPv6 subnet with all of our services.

</details>

<details>

<summary>Are e-mail ports open?</summary>

On VMs, by default mail ports are closed. You can reach out to us, with a request to open them. On our dedicated servers, the ports are open.

</details>


---

# 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.synteq.com/networking/networking.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.
