> For the complete documentation index, see [llms.txt](https://docs-fr.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-fr.docbits.com/overview-and-basics/architecture/docbits-infor-on-premise-customer.md).

# DocBits Infor sur le client sur site

Pour envoyer des données au client Infor sur site, nous proposons deux méthodes : Site à Site avec IPsec ou [WatchDog](https://github.com/Fellow-Consulting-AG/docbits/blob/fr/readme/overview-and-basics/architecture/broken-reference/README.md)

Envoi de données au client Infor sur site

Pour envoyer des données à un client Infor sur site, nous proposons deux méthodes : VPN Site-à-Site avec IPsec.

## Configuration du VPN Site-à-Site IPsec (Internet Protocol Security)

### Pour un VPN site-à-site IPsec, vous devez configurer et ouvrir les ports suivants :

1\. Port UDP 500 : Utilisé pour l'échange de clés Internet (IKE) phase 1 et phase 2.

2\. Port UDP 4500 : Utilisé pour le passage à travers NAT (NAT-T), permettant au trafic VPN de passer à travers les dispositifs de traduction d'adresses réseau (NAT).

## Accès à Infor OS

• URL d'authentification : <https://inforos.CustomerXYZad.net/>

• URL de données : <https://inforos.CustomerXYZad.net:7443/>

## Résumé :

Pour configurer un VPN site-à-site IPsec, assurez-vous que les ports et protocoles ci-dessus sont configurés et ouverts.

Utilisez les URL fournies pour accéder à Infor OS pour l'authentification et les données.


---

# 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-fr.docbits.com/overview-and-basics/architecture/docbits-infor-on-premise-customer.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.
