> Great idea !
> I didn't know it could be possible to run several instances of xinetd, each
> binded to a specific IP address.
> Is this specific to xinetd or does openbsd-inetd also support this feature ?
> Anyway, I'll check this in openbsd-inetd doc myself and (hopefully) report
> my findings here.

xinetd will let you do multiple bindings of a single port, with a
single instance of xinetd running.

You would define two service entries in the config file, with the
same service name, different ids (e.g. "tftp1" and "tftp2"),
and different "bind" addresses (one for each interface).  Each
service entry would then run a different server program, or the
same server program with different server_args.

As far as I know, standard BSD (and Linux) inetd doesn't have
this capability.


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to