[asterisk-users] OT - How to organize TFTP root directory ?

Dave Platt dplatt at radagast.org
Sat Oct 24 13:59:37 CDT 2009


> 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.




More information about the asterisk-users mailing list