ルータはDHCPを再提供しません

ルータはDHCPを再提供しません

これは「設計通り」なのか、それともネットギアのルーターのバグなのか疑問です。ルーターにAPが接続されています(EoP経由)。ルーターのSSIDに接続してIPを取得し、切断してAPのSSIDに接続しても、IPを取得できません。私は数多くのAPを試しました。

AP で TCPDUMP を実行すると、ルータが以前に発行した IP の ARP 要求で DHCP Discover に応答していることがわかります。

これは正常ですか?

10:44:45.086801 IP (tos 0x0, ttl 255, id 52143, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from 24:e3:14:1f:47:1d (oui Unknown), length 300, xid 0xdb47d999, secs 2, Flags [none] (0x
    0000)
              Client-Ethernet-Address 24:e3:14:1f:47:1d (oui Unknown)
              Vendor-rfc1048 Extensions
                Magic Cookie 0x63825363
                DHCP-Message Option 53, length 1: Discover
                Parameter-Request Option 55, length 7:
                  Subnet-Mask, Classless-Static-Route, Default-Gateway, Domain-Name-Server
                  Domain-Name, Option 119, Option 252
                MSZ Option 57, length 2: 1500
                Client-ID Option 61, length 7: ether 24:e3:14:1f:47:1d
                Lease-Time Option 51, length 4: 7776000
                Hostname Option 12, length 11: "Adams-Phone"
                END Option 255, length 0
                PAD Option 0, length 0, occurs 15
10:44:45.107653 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.3 tell 192.168.0.1, length 46

関連情報