[OpenAFS] rxbind for server processes?

Jeffrey Hutzelman jhutz@cmu.edu
Thu, 05 Jan 2006 12:09:24 -0500


On Wednesday, January 04, 2006 07:44:26 PM -0800 Russ Allbery 
<rra@stanford.edu> wrote:

> Jeffrey Hutzelman <jhutz@cmu.edu> writes:
>
>> I can think of ways to redirect traffic coming in on a designated port
>> to different ports depending on the incoming interface.  But what you're
>> trying to do is have multiple independent processes bind to (*,7000) and
>> route the traffic based on the interface it comes in on.
>
> Isn't he just trying to bind each process to specific addresses and port
> 7000?  That's a pretty standard thing to want to do and has a standard
> Unix API.

Yes, but I think he's looking for some sort of magic that will let him do 
it without modifying code.  I know of no such thing.