Как обновить результат команды отображения в одной строке? [дубликат]

Si entiendo bien esto es un problema con dnsmasq,el software ofrece algunas soluciones a su problema :interfaz para forzar la escucha de una interfaz específica, por ejemplo:

interface=lo:10

no -dhcp -interfaz para deshabilitar la distribución de DHCP en esta interfaz, por ejemplo:

no-dhcp-interface=ens256

escucha la dirección -, que parece una interfaz pero especifica una IP vinculante en su lugar, por ejemplo,:

listen-address=10.10.12.12

De la documentación de dnsmasq:

-i, --interface= Listen only on the specified interface(s). 
Dnsmasq automatically adds the loopback (local) interface to the list of 
interfaces to use when the --interface option is used. If no --interface or 

-2, --no-dhcp-interface=
Do not provide DHCP or TFTP on the specified interface, but do provide DNS 
service.

-a, --listen-address=
Listen on the given IP address(es). Both --interface and --listen-address 
options may be given, in which case the set of both interfaces and addresses 
is used. Note that if no --interface option is given, but --listen-address 
is, dnsmasq will not automatically listen on the loopback interface. To 
achieve this, its IP address, 127.0.0.1, must be explicitly given as a -- 
listen-address option.

9
24.08.2018, 12:17
0 ответов

Теги

Похожие вопросы