Date: Mon, 23 Nov 2009 12:34:37 +0530 From: Madhusudan R <madhurjf@gmail.com> To: freebsd-questions@freebsd.org Subject: xinetd: bind argument Message-ID: <8d32a6620911222304u3752ab87i2fbd7de838442bd7@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I've a question with regards to the "bind" argument in the xinetd configuration. Can we assign multiple IPs to it like this? service abc { ................ ............... .............. bind = a.b.c.d p.q.r.s ............... ............. ......... } Or like this: service abc { ............ ............ bind = a.b.c.d bind = w.x.y.z .......... .......... } I've seen the first setup work on and off. When it doesn't work, I've edited the file and "re-arranged" the IPs, and it works. At other times, the "same setup" does not work. What am I missing? The xinetd version is 2.3.14 on FreeBSD 7.2. Thanks, Madhu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8d32a6620911222304u3752ab87i2fbd7de838442bd7>