On Mon, Sep 27, 1999 at 01:32:27AM +0200, peter karlsson wrote: > Hi! > > I'm using xinetd because it can bind services to certain network interfaces. > BUT, I'm not able to get it to bind *one* service to *two* interfaces (out > of three). How do I do that? > > I can't specify the service twice (it complains about duplicats),
Use `id' tag - different in any service definition > nor can I have two "interface" lines, or two attributes to "interface". This is socket interface limitation (not only xinetd) you can bind *any* or *one* address only. Mirek