faq обучение настройка
Текущее время: Вт авг 26, 2025 18:12

Часовой пояс: UTC + 3 часа




Начать новую тему Ответить на тему  [ Сообщений: 21 ]  На страницу 1, 2  След.
Автор Сообщение
СообщениеДобавлено: Вт сен 18, 2007 11:57 
Не в сети

Зарегистрирован: Сб дек 20, 2003 08:11
Сообщений: 728
Откуда: Rosnet, Комсомольск-на-Амуре
Сегодня решил пустить прошивку 5.00-B25 для 3526 на поле боя. На узле уже стоял 3526-ой с 4-ой прошивкой. ЗАдачи у него были следующие:

1. Маршрутизация мультикаста.
2. Блокировка НетБиоса и ДШСП (если только это не наши сервера).

Вобщем взял другой 3526 залил на него 5.00-B25 настроил анналогично существующему и поставил в сеть. Единственное что меня смутило при применении настроек IGMP Snooping выскочило окошко "Fail !" хотя настройки сохранились.

Поэтому проверил первым делом как ходит трафик от нашего мультикаст сервера... запустил снифер и присел... коммутатор как хаб шлёт через себя мультикаст во все порты. :((

Вопрос куда рыть?

_________________
D-Link User: DGS-3612G, DES-3350SR, DES-3526, DES-3028, DES-3010G, DES-1210-28, DES-2110, DWL-900AP+, DWL-1000AP+, DWL-1040AP+, DWL-2100AP, DI-634M, DWL-G520M, DWL-G650M, DWL-G650, DAS-3248, DSL-300T, DSL-500T, DSL-504T, DMC-920, DCS-2101, DCS-910.


Последний раз редактировалось Pritorius Вт сен 18, 2007 14:39, всего редактировалось 1 раз.

Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт сен 18, 2007 12:05 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт май 13, 2005 15:49
Сообщений: 20616
Откуда: D-Link, Moscow
Я Вам почтой ответил.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт сен 18, 2007 14:28 
Не в сети

Зарегистрирован: Сб дек 20, 2003 08:11
Сообщений: 728
Откуда: Rosnet, Комсомольск-на-Амуре
По мультиксту всё тип-топ моя ошибочка была :(

Теперь по НетБиосу точнее по автоматическим фильтрам.

Фильтр блокирует входящий НетБиос трафик на порт указанный в настройках. Тоесть сам клиент подключённый к этому порту спокойно по нетбиосу смотрит шары остальных. Это есть в корне не правильно!!!!

Нужно блокировать исходящий НетБиос трафик с порта а лучше в обе стороны!

Честно как применить режим который создаёт правила в текущей прошивке даже ума не приложу :( он бесполезен!

Меня в своё время очень спасали такие правила:

Код:
# ACL

create access_profile ip tcp dst_port_mask 0xFFFF profile_id 1
config access_profile profile_id 1 add access_id 1 ip tcp dst_port 135 port 1 deny
config access_profile profile_id 1 add access_id 2 ip tcp dst_port 135 port 2 deny
config access_profile profile_id 1 add access_id 3 ip tcp dst_port 135 port 3 deny
config access_profile profile_id 1 add access_id 4 ip tcp dst_port 135 port 4 deny
config access_profile profile_id 1 add access_id 5 ip tcp dst_port 135 port 5 deny
config access_profile profile_id 1 add access_id 6 ip tcp dst_port 135 port 6 deny
config access_profile profile_id 1 add access_id 7 ip tcp dst_port 135 port 7 deny
config access_profile profile_id 1 add access_id 8 ip tcp dst_port 135 port 8 deny
config access_profile profile_id 1 add access_id 9 ip tcp dst_port 135 port 9 deny
config access_profile profile_id 1 add access_id 10 ip tcp dst_port 135 port 10 deny
config access_profile profile_id 1 add access_id 11 ip tcp dst_port 135 port 11 deny
config access_profile profile_id 1 add access_id 12 ip tcp dst_port 135 port 12 deny
config access_profile profile_id 1 add access_id 13 ip tcp dst_port 135 port 13 deny
config access_profile profile_id 1 add access_id 14 ip tcp dst_port 135 port 14 deny
config access_profile profile_id 1 add access_id 15 ip tcp dst_port 135 port 15 deny
config access_profile profile_id 1 add access_id 16 ip tcp dst_port 135 port 16 deny
config access_profile profile_id 1 add access_id 17 ip tcp dst_port 135 port 17 deny
config access_profile profile_id 1 add access_id 18 ip tcp dst_port 135 port 18 deny
config access_profile profile_id 1 add access_id 19 ip tcp dst_port 135 port 19 deny
config access_profile profile_id 1 add access_id 20 ip tcp dst_port 135 port 20 deny
config access_profile profile_id 1 add access_id 21 ip tcp dst_port 135 port 21 deny
config access_profile profile_id 1 add access_id 22 ip tcp dst_port 135 port 22 deny
config access_profile profile_id 1 add access_id 23 ip tcp dst_port 135 port 23 deny
config access_profile profile_id 1 add access_id 24 ip tcp dst_port 135 port 24 deny
config access_profile profile_id 1 add access_id 25 ip tcp dst_port 135 port 25 deny
config access_profile profile_id 1 add access_id 26 ip tcp dst_port 135 port 26 deny

create access_profile ip tcp dst_port_mask 0xFFFF profile_id 2
config access_profile profile_id 2 add access_id 1 ip tcp dst_port 139 port 1 deny
config access_profile profile_id 2 add access_id 2 ip tcp dst_port 139 port 2 deny
config access_profile profile_id 2 add access_id 3 ip tcp dst_port 139 port 3 deny
config access_profile profile_id 2 add access_id 4 ip tcp dst_port 139 port 4 deny
config access_profile profile_id 2 add access_id 5 ip tcp dst_port 139 port 5 deny
config access_profile profile_id 2 add access_id 6 ip tcp dst_port 139 port 6 deny
config access_profile profile_id 2 add access_id 7 ip tcp dst_port 139 port 7 deny
config access_profile profile_id 2 add access_id 8 ip tcp dst_port 139 port 8 deny
config access_profile profile_id 2 add access_id 9 ip tcp dst_port 139 port 9 deny
config access_profile profile_id 2 add access_id 10 ip tcp dst_port 139 port 10 deny
config access_profile profile_id 2 add access_id 11 ip tcp dst_port 139 port 11 deny
config access_profile profile_id 2 add access_id 12 ip tcp dst_port 139 port 12 deny
config access_profile profile_id 2 add access_id 13 ip tcp dst_port 139 port 13 deny
config access_profile profile_id 2 add access_id 14 ip tcp dst_port 139 port 14 deny
config access_profile profile_id 2 add access_id 15 ip tcp dst_port 139 port 15 deny
config access_profile profile_id 2 add access_id 16 ip tcp dst_port 139 port 16 deny
config access_profile profile_id 2 add access_id 17 ip tcp dst_port 139 port 17 deny
config access_profile profile_id 2 add access_id 18 ip tcp dst_port 139 port 18 deny
config access_profile profile_id 2 add access_id 19 ip tcp dst_port 139 port 19 deny
config access_profile profile_id 2 add access_id 20 ip tcp dst_port 139 port 20 deny
config access_profile profile_id 2 add access_id 21 ip tcp dst_port 139 port 21 deny
config access_profile profile_id 2 add access_id 22 ip tcp dst_port 139 port 22 deny
config access_profile profile_id 2 add access_id 23 ip tcp dst_port 139 port 23 deny
config access_profile profile_id 2 add access_id 24 ip tcp dst_port 139 port 24 deny
config access_profile profile_id 2 add access_id 25 ip tcp dst_port 139 port 25 deny
config access_profile profile_id 2 add access_id 26 ip tcp dst_port 139 port 26 deny

create access_profile ip tcp dst_port_mask 0xFFFF profile_id 3
config access_profile profile_id 3 add access_id 1 ip tcp dst_port 445 port 1 deny
config access_profile profile_id 3 add access_id 2 ip tcp dst_port 445 port 2 deny
config access_profile profile_id 3 add access_id 3 ip tcp dst_port 445 port 3 deny
config access_profile profile_id 3 add access_id 4 ip tcp dst_port 445 port 4 deny
config access_profile profile_id 3 add access_id 5 ip tcp dst_port 445 port 5 deny
config access_profile profile_id 3 add access_id 6 ip tcp dst_port 445 port 6 deny
config access_profile profile_id 3 add access_id 7 ip tcp dst_port 445 port 7 deny
config access_profile profile_id 3 add access_id 8 ip tcp dst_port 445 port 8 deny
config access_profile profile_id 3 add access_id 9 ip tcp dst_port 445 port 9 deny
config access_profile profile_id 3 add access_id 10 ip tcp dst_port 445 port 10 deny
config access_profile profile_id 3 add access_id 11 ip tcp dst_port 445 port 11 deny
config access_profile profile_id 3 add access_id 12 ip tcp dst_port 445 port 12 deny
config access_profile profile_id 3 add access_id 13 ip tcp dst_port 445 port 13 deny
config access_profile profile_id 3 add access_id 14 ip tcp dst_port 445 port 14 deny
config access_profile profile_id 3 add access_id 15 ip tcp dst_port 445 port 15 deny
config access_profile profile_id 3 add access_id 16 ip tcp dst_port 445 port 16 deny
config access_profile profile_id 3 add access_id 17 ip tcp dst_port 445 port 17 deny
config access_profile profile_id 3 add access_id 18 ip tcp dst_port 445 port 18 deny
config access_profile profile_id 3 add access_id 19 ip tcp dst_port 445 port 19 deny
config access_profile profile_id 3 add access_id 20 ip tcp dst_port 445 port 20 deny
config access_profile profile_id 3 add access_id 21 ip tcp dst_port 445 port 21 deny
config access_profile profile_id 3 add access_id 22 ip tcp dst_port 445 port 22 deny
config access_profile profile_id 3 add access_id 23 ip tcp dst_port 445 port 23 deny
config access_profile profile_id 3 add access_id 24 ip tcp dst_port 445 port 24 deny
config access_profile profile_id 3 add access_id 25 ip tcp dst_port 445 port 25 deny
config access_profile profile_id 3 add access_id 26 ip tcp dst_port 445 port 26 deny

create access_profile ip udp dst_port_mask 0xFFFF profile_id 4
config access_profile profile_id 4 add access_id 1 ip udp dst_port 135 port 1 deny
config access_profile profile_id 4 add access_id 2 ip udp dst_port 135 port 2 deny
config access_profile profile_id 4 add access_id 3 ip udp dst_port 135 port 3 deny
config access_profile profile_id 4 add access_id 4 ip udp dst_port 135 port 4 deny
config access_profile profile_id 4 add access_id 5 ip udp dst_port 135 port 5 deny
config access_profile profile_id 4 add access_id 6 ip udp dst_port 135 port 6 deny
config access_profile profile_id 4 add access_id 7 ip udp dst_port 135 port 7 deny
config access_profile profile_id 4 add access_id 8 ip udp dst_port 135 port 8 deny
config access_profile profile_id 4 add access_id 9 ip udp dst_port 135 port 9 deny
config access_profile profile_id 4 add access_id 10 ip udp dst_port 135 port 10 deny
config access_profile profile_id 4 add access_id 11 ip udp dst_port 135 port 11 deny
config access_profile profile_id 4 add access_id 12 ip udp dst_port 135 port 12 deny
config access_profile profile_id 4 add access_id 13 ip udp dst_port 135 port 13 deny
config access_profile profile_id 4 add access_id 14 ip udp dst_port 135 port 14 deny
config access_profile profile_id 4 add access_id 15 ip udp dst_port 135 port 15 deny
config access_profile profile_id 4 add access_id 16 ip udp dst_port 135 port 16 deny
config access_profile profile_id 4 add access_id 17 ip udp dst_port 135 port 17 deny
config access_profile profile_id 4 add access_id 18 ip udp dst_port 135 port 18 deny
config access_profile profile_id 4 add access_id 19 ip udp dst_port 135 port 19 deny
config access_profile profile_id 4 add access_id 20 ip udp dst_port 135 port 20 deny
config access_profile profile_id 4 add access_id 21 ip udp dst_port 135 port 21 deny
config access_profile profile_id 4 add access_id 22 ip udp dst_port 135 port 22 deny
config access_profile profile_id 4 add access_id 23 ip udp dst_port 135 port 23 deny
config access_profile profile_id 4 add access_id 24 ip udp dst_port 135 port 24 deny
config access_profile profile_id 4 add access_id 25 ip udp dst_port 135 port 25 deny
config access_profile profile_id 4 add access_id 26 ip udp dst_port 135 port 26 deny

create access_profile ip udp dst_port_mask 0xFFFF profile_id 5
config access_profile profile_id 5 add access_id 1 ip udp dst_port 139 port 1 deny
config access_profile profile_id 5 add access_id 2 ip udp dst_port 139 port 2 deny
config access_profile profile_id 5 add access_id 3 ip udp dst_port 139 port 3 deny
config access_profile profile_id 5 add access_id 4 ip udp dst_port 139 port 4 deny
config access_profile profile_id 5 add access_id 5 ip udp dst_port 139 port 5 deny
config access_profile profile_id 5 add access_id 6 ip udp dst_port 139 port 6 deny
config access_profile profile_id 5 add access_id 7 ip udp dst_port 139 port 7 deny
config access_profile profile_id 5 add access_id 8 ip udp dst_port 139 port 8 deny
config access_profile profile_id 5 add access_id 9 ip udp dst_port 139 port 9 deny
config access_profile profile_id 5 add access_id 10 ip udp dst_port 139 port 10 deny
config access_profile profile_id 5 add access_id 11 ip udp dst_port 139 port 11 deny
config access_profile profile_id 5 add access_id 12 ip udp dst_port 139 port 12 deny
config access_profile profile_id 5 add access_id 13 ip udp dst_port 139 port 13 deny
config access_profile profile_id 5 add access_id 14 ip udp dst_port 139 port 14 deny
config access_profile profile_id 5 add access_id 15 ip udp dst_port 139 port 15 deny
config access_profile profile_id 5 add access_id 16 ip udp dst_port 139 port 16 deny
config access_profile profile_id 5 add access_id 17 ip udp dst_port 139 port 17 deny
config access_profile profile_id 5 add access_id 18 ip udp dst_port 139 port 18 deny
config access_profile profile_id 5 add access_id 19 ip udp dst_port 139 port 19 deny
config access_profile profile_id 5 add access_id 20 ip udp dst_port 139 port 20 deny
config access_profile profile_id 5 add access_id 21 ip udp dst_port 139 port 21 deny
config access_profile profile_id 5 add access_id 22 ip udp dst_port 139 port 22 deny
config access_profile profile_id 5 add access_id 23 ip udp dst_port 139 port 23 deny
config access_profile profile_id 5 add access_id 24 ip udp dst_port 139 port 24 deny
config access_profile profile_id 5 add access_id 25 ip udp dst_port 139 port 25 deny
config access_profile profile_id 5 add access_id 26 ip udp dst_port 139 port 26 deny

create access_profile ip udp dst_port_mask 0xFFFF profile_id 6
config access_profile profile_id 6 add access_id 1 ip udp dst_port 445 port 1 deny
config access_profile profile_id 6 add access_id 2 ip udp dst_port 445 port 2 deny
config access_profile profile_id 6 add access_id 3 ip udp dst_port 445 port 3 deny
config access_profile profile_id 6 add access_id 4 ip udp dst_port 445 port 4 deny
config access_profile profile_id 6 add access_id 5 ip udp dst_port 445 port 5 deny
config access_profile profile_id 6 add access_id 6 ip udp dst_port 445 port 6 deny
config access_profile profile_id 6 add access_id 7 ip udp dst_port 445 port 7 deny
config access_profile profile_id 6 add access_id 8 ip udp dst_port 445 port 8 deny
config access_profile profile_id 6 add access_id 9 ip udp dst_port 445 port 9 deny
config access_profile profile_id 6 add access_id 10 ip udp dst_port 445 port 10 deny
config access_profile profile_id 6 add access_id 11 ip udp dst_port 445 port 11 deny
config access_profile profile_id 6 add access_id 12 ip udp dst_port 445 port 12 deny
config access_profile profile_id 6 add access_id 13 ip udp dst_port 445 port 13 deny
config access_profile profile_id 6 add access_id 14 ip udp dst_port 445 port 14 deny
config access_profile profile_id 6 add access_id 15 ip udp dst_port 445 port 15 deny
config access_profile profile_id 6 add access_id 16 ip udp dst_port 445 port 16 deny
config access_profile profile_id 6 add access_id 17 ip udp dst_port 445 port 17 deny
config access_profile profile_id 6 add access_id 18 ip udp dst_port 445 port 18 deny
config access_profile profile_id 6 add access_id 19 ip udp dst_port 445 port 19 deny
config access_profile profile_id 6 add access_id 20 ip udp dst_port 445 port 20 deny
config access_profile profile_id 6 add access_id 21 ip udp dst_port 445 port 21 deny
config access_profile profile_id 6 add access_id 22 ip udp dst_port 445 port 22 deny
config access_profile profile_id 6 add access_id 23 ip udp dst_port 445 port 23 deny
config access_profile profile_id 6 add access_id 24 ip udp dst_port 445 port 24 deny
config access_profile profile_id 6 add access_id 25 ip udp dst_port 445 port 25 deny
config access_profile profile_id 6 add access_id 26 ip udp dst_port 445 port 26 deny
disable cpu_interface_filtering


И сеть спала спокойно :) сейчас же сниферы сходят сума :(

_________________
D-Link User: DGS-3612G, DES-3350SR, DES-3526, DES-3028, DES-3010G, DES-1210-28, DES-2110, DWL-900AP+, DWL-1000AP+, DWL-1040AP+, DWL-2100AP, DI-634M, DWL-G520M, DWL-G650M, DWL-G650, DAS-3248, DSL-300T, DSL-500T, DSL-504T, DMC-920, DCS-2101, DCS-910.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт сен 18, 2007 14:43 
Не в сети

Зарегистрирован: Сб дек 20, 2003 08:11
Сообщений: 728
Откуда: Rosnet, Комсомольск-на-Амуре
Ну и последнее так сказать мой бзик... лично мне исключительно не понравилось новое изображение 3526 в верхнем фрейме веб-интерфеса. Складывается ощущение что программисту достался новый монитор с офигительным разрешением и он совсем забыл что остальные программисты сидят за маленькими мониторами с разрешением максимум 1024х768 и новой картинки 3526 у них будет видно только на 70%. ДА и картинка простите за выражение верх уродства.

Лично мне нравилась картинка в последних ревизиях 4-ой прошивке да и в началной бете 5-той она же была. Смысла менять на тот кошмар я не вижу :(

_________________
D-Link User: DGS-3612G, DES-3350SR, DES-3526, DES-3028, DES-3010G, DES-1210-28, DES-2110, DWL-900AP+, DWL-1000AP+, DWL-1040AP+, DWL-2100AP, DI-634M, DWL-G520M, DWL-G650M, DWL-G650, DAS-3248, DSL-300T, DSL-500T, DSL-504T, DMC-920, DCS-2101, DCS-910.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Вт сен 18, 2007 21:04 
Не в сети

Зарегистрирован: Ср мар 16, 2005 20:17
Сообщений: 207
Откуда: Трехгорный
Вебинтерфейс лечится навсегда командой через телнет - disable web


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 15:11 
Не в сети

Зарегистрирован: Пн дек 11, 2006 11:46
Сообщений: 432
Откуда: Etherway, Чебоксары
Господа DLINKовцы может все таки отвечать в форуме, частенько мы сталкиваемся с похожими проболемами и засыпать вас письмами какой смысл? мб проше писать решение по проблеме на форуме.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 15:15 
Не в сети

Зарегистрирован: Сб дек 20, 2003 08:11
Сообщений: 728
Откуда: Rosnet, Комсомольск-на-Амуре
Ну ладно на Делинковцев наезжать. Лично мои отношения с ними всегда складывались очень дружественно и конструктивно, и вместе мы всегда находили общее решение любых проблем. Я так понимаю ответят когда будет что ответить, а если нечего ответить зачем разводить флуд :wink:.

Тем более здесь обсуждение бета прошивки и шьём мы свои железки ей на свой страх и риск. 8)

_________________
D-Link User: DGS-3612G, DES-3350SR, DES-3526, DES-3028, DES-3010G, DES-1210-28, DES-2110, DWL-900AP+, DWL-1000AP+, DWL-1040AP+, DWL-2100AP, DI-634M, DWL-G520M, DWL-G650M, DWL-G650, DAS-3248, DSL-300T, DSL-500T, DSL-504T, DMC-920, DCS-2101, DCS-910.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 17:55 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
shicoy писал(а):
Господа DLINKовцы может все таки отвечать в форуме, частенько мы сталкиваемся с похожими проболемами и засыпать вас письмами какой смысл? мб проше писать решение по проблеме на форуме.


Для решения некоторых проблем порой нужны схемы сети, конфигурационные файлы и дополнительная информация, поэтому мы и переходим на переписку по email, проще. Решение проблемы можно написать после решения таковой.

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 17:57 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
2 Pritorius > Я занимаюсь данной проблемой.

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 18:45 
Не в сети

Зарегистрирован: Пн сен 18, 2006 15:43
Сообщений: 54
Откуда: Tambov
А можно мне 25ую, а то у меня только 12ая есть. В ней при добавление через CLI untagged vlan на порт, где уже есть этот vlan, телнет сейсия подвисала?!


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 19, 2007 18:56 
Не в сети

Зарегистрирован: Ср мар 16, 2005 20:17
Сообщений: 207
Откуда: Трехгорный
Bigarov Ruslan писал(а):
shicoy писал(а):
Господа DLINKовцы может все таки отвечать в форуме, частенько мы сталкиваемся с похожими проболемами и засыпать вас письмами какой смысл? мб проше писать решение по проблеме на форуме.


Для решения некоторых проблем порой нужны схемы сети, конфигурационные файлы и дополнительная информация, поэтому мы и переходим на переписку по email, проще. Решение проблемы можно написать после решения таковой.


Просто все сводится к простой схеме :
1. Пользователь открывает тему вот мол такая проблема
2. Вы ему - перезвоните или напишите и пришлите схему, конфиги
3. Он вам звонит и шлет, а в форуме только - спасибо за помощь!
И все! Это у вас накапливается столько материала из него нужно делать обобщения и помещать в FAQ как живые примеры как строятся сети на оборудовании Длинк, как работают технологии, какие могут быть проблемы и пути их решения.
Я бы с удовольствием залез бы в чужую сеть для перинятия опыта - посмотреть что и как кто делает!
Хотелось бы более профессионального обмена мнениями на форуме.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Чт сен 20, 2007 09:00 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт янв 21, 2005 11:52
Сообщений: 11212
Откуда: D-Link, Moscow
2 T_IgorWW > А зачем усложнять? Мы стараемся более оперативно решить проблему без затягивания, если таковая есть. И кто Вам мешает создать пост с вопросами как лучше реализовать ту или иную схему!?

_________________
С уважением,
Бигаров Руслан.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 26, 2007 14:18 
Не в сети

Зарегистрирован: Вт авг 14, 2007 12:51
Сообщений: 57
Откуда: Одесса
Абсолютно согласен с T_IgorWW, кроме вопросов , информации кто с какой прошивкой и благодарностей в темах почти ничего нет.......

Вариантов 2:
1. либо решать все на форуме, что якобы "медленнее чем по телефону или мэлу"
2. либо отписывать в теме ЧТО ЖЕ БЫЛО на самом деле.....

не охота на чужие грабли наступать ;)

А вопросы и задачи как я погляжу у все одни и те же....

_________________
"Каждый выбирает по себе: женщину, религию, дорогу..."


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 26, 2007 15:19 
Не в сети
Сотрудник D-LINK
Сотрудник D-LINK

Зарегистрирован: Пт май 13, 2005 15:49
Сообщений: 20616
Откуда: D-Link, Moscow
Предложение хорошее, но в силу ускорения решения проблем это не всегда возможно. Хорошо было если бы Вы сами вкратце описывали как резюме решение проблемы.


Вернуться наверх
 Профиль  
 
 Заголовок сообщения:
СообщениеДобавлено: Ср сен 26, 2007 16:17 
Не в сети

Зарегистрирован: Пн дек 11, 2006 11:46
Сообщений: 432
Откуда: Etherway, Чебоксары
Как вариант, если у вас есть проблема, вы ее описываете в форуме, после общения с поддержкой, отписываете путь ее решения (если удалось).
Конечно это требует лишних телодвижений от пользователя, но не таким ли способом создаются комунити?


Вернуться наверх
 Профиль  
 
Показать сообщения за:  Сортировать по:  
Начать новую тему Ответить на тему  [ Сообщений: 21 ]  На страницу 1, 2  След.

Часовой пояс: UTC + 3 часа


Кто сейчас на форуме

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 38


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
Русская поддержка phpBB