# Interfaces de Rede

Nas configurações de interfaces de rede, podemos realizar as seguintes configurações:

* Conexões do tipo Ethernet;&#x20;
* Conexões do tipo VLAN;
* Conexões do tipo PPPoE;
* Conexões do tipo Agregação;
* Conexões do tipo Ponte (bridge).

<div><figure><img src="/files/gJyYM66A0ralsWMhIzVg" alt="Conexão tipo Ponte"><figcaption><p>Conexão tipo Ponte</p></figcaption></figure> <figure><img src="/files/Fj9TyoPyxqGIzt8XMm20" alt=""><figcaption><p>Conexão tipo Agregação</p></figcaption></figure> <figure><img src="/files/ZndrtyCqU9suL8cmY9vu" alt=""><figcaption><p>Conexão tipo VLAN</p></figcaption></figure> <figure><img src="/files/PTzAUKcELORNvSyQO2s1" alt=""><figcaption><p>Conexão tipo PPPoE</p></figcaption></figure> <figure><img src="/files/Jjz7kZoYC1i6za2dhhot" alt=""><figcaption><p>Conexão tipo Ethernet</p></figcaption></figure></div>

{% hint style="info" %}
Sempre é necessário criar uma conexão do tipo **Ethernet** antes de criar os outros tipos de conexões.
{% endhint %}

### Zonas

Sempre durante a criação de uma conexão de rede, precisamos definir a zona na qual ela ira trabalhar. Isso está diretamente relacionado com as configurações de **Regras de Firewall.**

As Zonas existentes para configuração são as seguintes:

* WAN -> Utilizada para configuração dos links de Internet.
* LAN  -> Utilizada para configuração das redes internas e/ou MPLS.
* DMZ -> Utilizada para configuração de redes isolados e mais expostas.&#x20;
* Visitantes -> Utilizada para configuração de redes sem fio.&#x20;
* Cluster -> Utilizada somente para ambientes com cluster de firewall.&#x20;

### Configurando interfaces de rede

#### Conexões Ethernet

Conexões do tipo *Ethernet* são as principais na hora da criação de um ambiente do zero.&#x20;

#### Conexões VLAN

Conexões do tipo *VLAN* são utilizadas normalmente em ambientes que precisam de segmentação de redes de forma lógica.&#x20;

#### Conexões PPPoE

Conexões do tipo *PPPoE* são utilizadas por links de Internet. Antes de criar uma conexão desse tipo é necessário criar primeiro uma conexão *Ethernet.* A conexão *PPPoE* sempre ficará atrelada a uma conexão *Ethernet*.&#x20;

#### Conexões Ponte

Conexões do tipo *Ponte* são muito utilizadas em ambientes que possuem Máquinas Virtuais configuradas no módulo de [Virtualização](/administracao/servicos/virtualizacao.md). Assim como as conexões *PPPoE*, elas também precisam estar associada a uma conexão *Ethernet*.&#x20;

#### Conexões Agregação

Conexões do tipo *Agregação* são utilizadas para disponibilidade do ambiente. Utilizadas para "unir" duas placas de rede física em uma única forma de comunicar. Recomendada a leitura da [documentação da RedHat](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/configuring-network-bonding_configuring-and-managing-networking) sobre configuração de rede.

{% hint style="info" %}
Saiba como configurar de forma mais otimizada o seu ambiente com os nossos treinamentos.&#x20;

Acesse nosso [Ambiente de Certificação](https://www.itflex.com.br/certificacao)
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=04xipJQwNh8>" %}
Vídeo do nosso Canal @itflexciberserguranca
{% endembed %}


---

# Agent Instructions: 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://guia-fwflex.itflex.com.br/administracao/sistema/conexoes/interfaces-de-rede.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.
