Redirect *:port to ip:port on the same machine?
WMC
wc_fbsd at xxiii.com
Thu May 12 10:30:39 PDT 2005
At 12:56 PM 5/12/2005, you wrote:
>I have a program that binds to ip:port. What are my options, if I want it
>to listen on all interfaces (*:port)? Let's say reconfiguring the program
>and/or running one instance per interface is not possible.
How 'bout:
* Install ports/net/redir
* Config original program to listen on localhost
* Config redir to pass from the other IPs to localhost.
-Wayne
More information about the freebsd-questions
mailing list