Jump to content
  • 0

Настройка DHCP опций в кенетике.


doc_bravn

Question

Добрый день.

Имеется Ultra II. Прошивка стоит 2.15 последняя релизная. Для одного из устройств в моей домашней сети( IPTV приставка) необходимо настроить вот такие DHCP опции:

 

# RT STB DHCP OPTIONS

option space SmartBox;
option SmartBox.upgrade_url code 1 = text;
option SmartBox.middleware_url code 2 = text;
option SmartBox.test_mode code 3 = integer 8;
option SmartBox.test_urls code 4 = text;
option SmartBox.timezone code 5 = text;
option SmartBox.proxy code 6 = text;
option SmartBox.dns code 7 = text;

# SML-5050

class "sml_hi3798mv100" {
match if (option vendor-class-identifier="sml_hi3798mv100");
vendor-option-space SmartBox;
option SmartBox.upgrade_url "norm://233.33.33.33:9999";
option SmartBox.timezone "GMT-3";
option SmartBox.middleware_url "http://stb.smlbox.tk:80/";
option SmartBox.proxy "http://stb.smlbox.tk:80/";
#option SmartBox.middleware_url "http://stb.obox.tk:80/";
#option SmartBox.proxy "http://stb.obox.tk:80/";
}

# Z-123

class "hyb_hi3798mv100" {
match if (option vendor-class-identifier="hyb_hi3798mv100");
vendor-option-space SmartBox;
option SmartBox.upgrade_url "norm://233.33.33.33:9999";
option SmartBox.timezone "GMT-3";
option SmartBox.middleware_url "http://stb.smlbox.tk:80/";
option SmartBox.proxy "http://stb.smlbox.tk:80/";
#option SmartBox.middleware_url "http://stb.obox.tk:80/";
#option SmartBox.proxy "http://stb.obox.tk:80/";
}

 

Есть ли возможность сделать данные настройки на кенетике? Если возможно, то подскажите пожалуйста в какой опции и как нужно настроить. Предполагаю, что часть можно настроить в 43 опции, но не уверен, что все вот это можно там прописать.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...