rinetd

Internet TCP redirection server for forwarding connections

brewmacoslinux
Try with needOr install directly
Source

About

Internet TCP redirection server

Commands

rinetd

Examples

Start rinetd with default configuration file$ rinetd
Start rinetd with custom configuration file$ rinetd -c /etc/rinetd.conf
Forward port 80 to localhost:8080 (add to config file)$ echo '0.0.0.0 80 127.0.0.1 8080' >> /etc/rinetd.conf && rinetd