Для некоторых провайдеров необходимо указать параметры DHCP, чтобы получить доступ к интернету. Сейчас я использую следующие команды:
set interfaces ethernet eth0 dhcp-options client-option "send vendor-class-identifier \"XXXX\";"
set interfaces ethernet eth0 dhcp-options client-option "send user-class \"XXXX\";"
set interfaces ethernet eth0 dhcp-options client-option "send rfc3118-auth XXXX;"
set interfaces ethernet eth0 dhcp-options client-option "request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;"
set interfaces ethernet eth0 dhcp-options global-option "option rfc3118-auth code 90 = string;"
Чтобы использовать роутер UDM, нужно где-то настроить эти параметры.
set interfaces ethernet eth0 dhcp-options client-option "send vendor-class-identifier \"XXXX\";"
set interfaces ethernet eth0 dhcp-options client-option "send user-class \"XXXX\";"
set interfaces ethernet eth0 dhcp-options client-option "send rfc3118-auth XXXX;"
set interfaces ethernet eth0 dhcp-options client-option "request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;"
set interfaces ethernet eth0 dhcp-options global-option "option rfc3118-auth code 90 = string;"
Чтобы использовать роутер UDM, нужно где-то настроить эти параметры.

