Jeffrey Hutzelman <[EMAIL PROTECTED]> 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. > I know of no way to do that, and that's the least of your problems if > you're trying to run multiple fileservers on the same machine. This is likely still true. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
