So each gets ip address, ip pool, dhcp-server and dhcp-server-network
Inteface Members
ether2 list=LAN
ether3 list=LAN
ether4 list=LAN
ether5 list=Printer
Firewall Rules forward chain besides most of the forward chain default rules…
add chain=forward action=accept in-interface-list=LAN out-interface-list=WAN (to get internet access for users)
add chain=forward action=accept in-interface-list=LAN out-interface-list=Printer dst-address=IP of printer
add chain=forward action=drop comment=“drop all else” (this has to be your last rule in the forward chain)