On Mon, Sep 27, 1999 at 10:18:23PM +0200, peter karlsson wrote: > > > I can't specify the service twice (it complains about duplicats), > > Use `id' tag - different in any service definition > > Well, the problem is that the id number is the port from /etc/services, and > there is only one id per port.
No, there are two different things: - service_name - tag: service - service id - attribute tag: id I'd tested a configuration below before answered you: service telnet { id = tel1 interface = x.x.x.1 [...] } service telnet { id = tel2 interface = x.x.x.89 [...] } > > > This is socket interface limitation (not only xinetd) you can bind *any* or > > *one* address only. > > Okay. Mirek