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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to