turris_omnia

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
turris_omnia [2018/02/11 20:33] – [DNS] Fabián Rodríguezturris_omnia [2022/11/13 08:45] (current) Fabián Rodríguez
Line 9: Line 9:
 ===== DNS ===== ===== DNS =====
  
- * Dans **Network > Interfaces > LAN > Edit > DHCP Server > Advanced Settings > DHCP-Options ** changer ''6,$PASSERELLE'' pour ''6,$DNS'' +  * Dans **Network > Interfaces > LAN > Edit > DHCP Server > Advanced Settings > DHCP-Options ** changer ''6,$PASSERELLE'' pour ''6,$DNS'' 
- * Dans **Network > DHCP & DNS > Server Settings > General Settings > DNS forwardings** s'assurer que le champ est vide+  * Dans **Network > DHCP & DNS > Server Settings > General Settings > DNS forwardings** s'assurer que le champ est vide 
 + 
 +===== DHCP ===== 
 + 
 +  * [[https://github.com/GeekVisit/uproot#openwrt---export|Exporter les "lease" DHCP statiques]]: <code>    grep -hnr -A3 "config host" /etc/config/dhcp > static_leases.openwrt</code>