xinetd: bind argument
Madhusudan R
madhurjf at gmail.com
Mon Nov 23 07:04:38 UTC 2009
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
More information about the freebsd-questions
mailing list