Помогите, что делаю не так?.
Имеется des3828 прошивка 3.00.b59. Имеется сервер с поднятыми pptp pppoe dhcp.
Порты des разбиты на 6 vlan.
Маршрут по умолчанию на ip-сервера через 26 порт в который и включен сервер, МАС его сетевухи 00-1b-21-07-b3-75.
На des настроен dhcp_relay.
Айпи адреса раздаются клиентам,по pptp все работает.
Стало необходимо что бы в сети работал и pppoe.
pppoe слушает запросы на той же сетевой карте, что и pptp.
В настройках ориентировался на
http://dlink.ru/technical/faq_hub_switch_75.php
Вот команды
Код:
create access_profile ethernet source_mac FF-FF-FF-FF-FF-FF ethernet_type profile_id 3
config access_profile profile_id 3 add access_id auto_assign ethernet source_mac 00-1B-21-07-B3-75 ethernet_type 0x8863 port 26 permit
config access_profile profile_id 3 add access_id auto_assign ethernet source_mac 00-1B-21-07-B3-75 ethernet_type 0x8864 port 26 permit
create access_profile ethernet destinanion_mac FF-FF-FF-FF-FF-FF ethernet_type profile_id 4
config access_profile profile_id 4 add access_id auto_assign ethernet destinanion_mac FF-FF-FF-FF-FF-FF ethernet_type 0x8863 port 1-24 permit
config access_profile profile_id 4 add access_id auto_assign ethernet destinanion_mac 00-1B-21-07-B3-75 ethernet_type 0x8863 port 1-24 permit
config access_profile profile_id 4 add access_id auto_assign ethernet destinanion_mac 00-1B-21-07-B3-75 ethernet_type 0x8864 port 1-24 permit
??