0
I'm trying to let my Debian 7 system to listen on port 1815 with netcat
and redirect the incoming traffic to a VacuumFluorecentDisplay.
Iptables are open and I'm using inetd instead of xinetd(came withe the distro).
But i can't get it to work like i want
added the following line to /etc/services
vfd 1815/tcp
vfd 1815/udp
added the following line to /etc/inetd.conf.
vfd stream tcp nowait root /bin/nc "-l 1815 > /dev/ttyS2"
I read your answers and sometimes I think you're the Nicolas Bourbaki of Super User. If you're just one man, all the more kudos to you.
– Kamil Maciorowski – 2019-06-27T17:06:18.583