I configured my Neutrino device as a router, using “sysctl -w net.inet.ip.forwarding=1”. Works fine.
From (en0) 192.168.178.42, I send a message to (en1) 10.227.3.41, and …42 gets a reply.
From (en0) 192.168.178.42, I send a message to (en1) 10.227.3.255, and …42 gets NO reply, even though …41 is configured to reply to broadcast messages. Apparently, behind en1, I checked that with Wireshark, there’s no outgoing telegramm to 10.227.3.255.
Is there any chance to configure Neutrino to forward IP broadcast messages ? If yes, howto ?
I browsed the knowledge base for ifconfig and for sysctl. but I could not find anything helpful.