Is it somehow possible to use Xinetd (or any other solution) to listen to incoming Packets for an IP Adress which is not assigned to an interface, and start up a daemon (like Xinetd) does?
So my Linux Machine is the default GW, all Packets are sent to it. I would like to recognize specific packets with a destination IP, which is not bound to an interface and react to it (start up a daemon)
Thanks!