On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> Hello!
> 
> 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. I've got ipfw as a firewall.
> 
> Thanks!
> Andrew P.

In something like PF, for instance I have FTP connections forwarding
to FTP-Proxy locally so I use a line like:

rdr on $int_if inet proto tcp from $int_net to any port ftp ->
127.0.0.1 port 8021

I have no idea how you would write that for IPFW however.

-- 
-Tomas Quintero
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to