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

# Binat

BINAT çift yönlü çalışan bir NAT şeklidir. Binat kuralı ile güvenlik duvarı arkasındaki bir makine dışarıya tek bir IP adresi ile çıkar ve dışarıdan bu IP adresi ile erişilebilir.&#x20;

<figure><img src="/files/eMF1dI2dJCT5FJU0PCYQ" alt=""><figcaption></figcaption></figure>

| **Rule**            |                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                | Binat kuralının görevini ifade eden bir isim vermeniz önerilir.                                                                                                                                                                                                                                                                                                   |
| Rule Sort           | Targitas üzerinde Binat kuralları yukarıdan aşağıya doğru değerlendirilir. Eğer bir kuralın tetiklenmesi için gerekli parametreler sağlanırsa o kuralın sonucu gerçekleştirilir ve tetiklenen kuralın aşağısındaki kurallar değerlendirilmez. Bu yapıdan dolayı Binat kurallarının sırası önemlidir. Burada kuralın hangi kuraldan sonra geleceği belirlenebilir. |
| Tag                 | Binat kurallarının gelecekte düzenlenmesini kolaylaştırmak için kuralın kullanım amacı ve kullanıcı grubuyla ilgili bir etiket eklemeniz önerilir.                                                                                                                                                                                                                |
| Use Tag             | Daha önce kullanılmış bir etiket eklemeniz için kullanılabilir.                                                                                                                                                                                                                                                                                                   |
| Vrf-table           | [Broken mention](broken://pages/NDgvBksnIo7D0P0dJpHd) arayüzünde oluşturulan VRF'ler arasında seçim yapılabilir                                                                                                                                                                                                                                                   |
| **Zone**            |                                                                                                                                                                                                                                                                                                                                                                   |
| Source Zone         | Firewall'a gelen trafiğin hangi bölgeden geldiğini belirtir.                                                                                                                                                                                                                                                                                                      |
| Source IP           | Firewall'a gelen paketin IP adresidir. IP adresi, IP grubu veya netmask belirterek bir subnet belirtilebilir.                                                                                                                                                                                                                                                     |
| Destination IP      | Firewall'a ulaşan paketin ulaşmaya çalıştığı IP adresidir.                                                                                                                                                                                                                                                                                                        |
| **Logging Options** |                                                                                                                                                                                                                                                                                                                                                                   |
| Description         | Network yönetimini kolaylaştırmak için oluşturulan Binat kuralının görevini içeren bir açıklama yazılması önerilir.                                                                                                                                                                                                                                               |
| Log                 | Binat kuralı tarafından değerlendirilen paketlerin kayıtlarının tutulması isteniyorsa bu özellik aktifleştirilmelidir.                                                                                                                                                                                                                                            |
| Active              | Binat kuralının çalışması isteniyorsa aktifleştirilmelidir.                                                                                                                                                                                                                                                                                                       |


---

# 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.targitas.com/configuration/firewall/binat.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.
