Настраиваю DES-1228meb1
Код:
Command: show firmware information
Image ID : 1(Boot up firmware)
Version : 2.00.007
Size : 2421372 Bytes
Update Time: 0000/00/00 00:00:00
From : Serial Port(PROM)
User : Unknown
Image ID : 2(Empty)
Настроил dhcp relay и dhcp option 82 на выдачу ip по номеру порта, необходимо запретить клиентам вручную выставлять себе ip
Делаю это так (пример для порта 1):
Код:
create access_profile ip source_ip_mask 255.255.255.255 profile_id 100
config access_profile profile_id 100 add access_id 1 ip source_ip 172.16.0.5 port 1 permit
create access_profile ip source_ip_mask 0.0.0.0 profile_id 101
config access_profile profile_id 101 add access_id 1 ip source_ip 0.0.0.0 port 1 deny
но тогда возникает другая проблема. те у кого пытаются получить автоматический ip его не получают. надо как то разрешить ещё и отправку dhcp запросов. Это можно реализовать?
пробовал так:
Код:
create access_profile ip udp dst_port_mask 0x43 profile_id 99
config access_profile profile_id 99 add access_id 1 ip udp dst_port 67 port 1 permit
не помолго
