Имеется Ultra II. Прошивка стоит 2.15 последняя релизная. Для одного из устройств в моей домашней сети( IPTV приставка) необходимо настроить вот такие DHCP опции:
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 опции, но не уверен, что все вот это можно там прописать.
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.
Question
doc_bravn
Добрый день.
Имеется 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 опции, но не уверен, что все вот это можно там прописать.
0 answers to this question
Recommended Posts
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.