[3.14][hotspot]arp mode "enable" and "replyonly" is bug

arp mode “enable” and “replyonly”
when you set up arp mode “enable” and the hotspot is running OK

when you set up arp mode “replyonly” and the hotspot Failure,but the MT 2.9.x hotspot running OK

I set the mode “replyonly” of attack is to prevent the ARP

:slight_smile: this is bug.
how to fix it???

do you use dhcp-server?..

yes ,i use dhcp-server

hmmm… so check ‘Add ARP for leases’ - all should work fine

thank you,

normal running,no find out problem.

try and try ,but problem is arp mode “enable” and “replyonly”

sorry the bad english,

:slight_smile:

so… does you dhcp server adds ARP entries when interface is in reply-only mode?

/ip dhcp-server lease> pri

ADDRESS MAC-ADDRESS HOS… SERVER RAT… STATUS

0 D 172.0.21.254 00:30:18:A9:FB:43 7A6… DHCP_S… bound
1 D 172.0.21.15 00:E0:61:02:7D:90 http://WWW… DHCP_S… bound
2 D 172.0.21.16 00:0E:A6:81:C9:2D 48f… DHCP_S… bound
3 D 172.0.21.14 00:E0:11:02:14:EC lcl… DHCP_S… bound
4 D 172.0.21.23 00:04:61:FF:FF:FF lzp DHCP_S… bound

adds ARP entries when interface is in reply-only mode

when interface arp mode is ‘reply-inly’:
/ip dhcp-server lease print
/ip arp print

/ip arp print
nothing,blank


/ip dhcp-server lease> pri

ADDRESS MAC-ADDRESS HOS… SERVER RAT… STATUS

0 D 172.0.21.254 00:30:18:A9:FB:43 7A6… DHCP_S… bound
1 D 172.0.21.15 00:E0:61:02:7D:90 http://WWW… DHCP_S… bound
2 D 172.0.21.16 00:0E:A6:81:C9:2D 48f… DHCP_S… bound
3 D 172.0.21.14 00:E0:11:02:14:EC lcl… DHCP_S… bound
4 D 172.0.21.23 00:04:61:FF:FF:FF lzp DHCP_S… bound

/ip dhcp-server export

when the arp mode “enable”
/ip arp pri
d 172.0.21.* mac-address

show the ip-address and hotspot is work

/ip dhcp-server
add address-pool=dhcp_pool1 always-broadcast=yes authoritative=yes
bootp-support=static disabled=no interface=zhong lease-time=1d name=
DHCP_SERVER src-address=172.0.21.1
/ip dhcp-server alert
add alert-timeout=1h disabled=no interface=zhong
/ip dhcp-server config
set store-leases-disk=never
/ip dhcp-server network
add address=172.0.21.0/24 comment=“” dns-server=172.0.21.2 gateway=172.0.21.2
netmask=24

The same configuration, in 2.9.X working very well, not 3.X

should be
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool1 always-broadcast=yes authoritative=yes
bootp-support=static disabled=no interface=zhong lease-time=1d name=
DHCP_SERVER src-address=172.0.21.1

thank you,You really great, you found a solution to the problem ~ ~ ~ :slight_smile: :slight_smile: