Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/administrator-manual/network/dns_dhcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ The system supports scanning only on networks with a maximum netmask of 255.255.

The DHCP relay allows the firewall to forward DHCP requests from clients to an external DHCP server, DHCP relay is not available from the UI, but it\'s possible to configure it from the terminal using `uci`.

- Replace `\<INTERFACE_NAME\>` with the name of the interface where the DHCP relay should listen.
- Replace `\<LOCAL_ADDR\>` with the IP address of the firewall on that interface.
- Replace `\<INTERFACE_NAME\>` with the name of the logical network interface where the destination DHCP server is located.
- Replace `\<LOCAL_ADDR\>` with the IP address of the firewall interface where the DHCP server listens for client requests.
- Replace `\<SERVER_ADDR\>` with the IP address of the upstream DHCP server.

1.Create a new DHCP relay entry :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ Il sistema supporta la scansione solo su reti con una netmask massima di 255.255

L'inoltro DHCP consente al firewall di inoltrare le richieste DHCP dai client a un server DHCP esterno. L'inoltro DHCP non è disponibile dall'interfaccia utente, ma è possibile configurarlo dal terminale utilizzando `uci`.

- Sostituisci `\<INTERFACE_NAME\>` con il nome dell'interfaccia su cui l'inoltro DHCP deve ascoltare.
- Sostituisci `\<LOCAL_ADDR\>` con l'indirizzo IP del firewall su quella interfaccia.
- Sostituisci `\<INTERFACE_NAME\>` con il nome dell'interfaccia di rete logica in cui si trova il server DHCP di destinazione.
- Sostituisci `\<LOCAL_ADDR\>` con l'indirizzo IP dell'interfaccia del firewall su cui il server DHCP ascolta le richieste dei client.
- Sostituisci `\<SERVER_ADDR\>` con l'indirizzo IP del server DHCP a monte.

1. Crea una nuova voce di inoltro DHCP:
Expand Down
Loading