I am trying to connect my hexPOE lite to a laptop and a security camera without connecting to the internet. I’ve tried setting up a bridge network, creating a dhcp server using that bridge, and putting the ports where the laptop and camera are connected onto that bridge network. The server will not hand out any leases and the gateway is not pingable on the laptop. Any help is greatly appreciated.
Thank you both for the replies for your suggestions. I perhaps jumped the gun on posting this to the forum as I was able to get it to work. My solution to the problem was
Reset the router with no default config
Create a bridge network and add all ports to the bridge
Assign IP address/24 to bridge interface
Create an I.P. address space for the network.
Create a DHCP server on the bridge.
After doing the steps listed above I was able to get the router to start handing out IP addresses. Thank you again for the replies.
EDIT: I changed step 3 to reflect mkx’s suggestion below
Bullet #3 is completely unnecessary in your case. If DHCP client was to receive a lease (from another DHCP server in same ethernet network), then other devices, connected to bridged ports, would as well. Since you need DHCP server I’m assuming there is no other DHCP server available, so bullet #3 should instead read “assign IP address/24 to bridge interface”.