From owner-freebsd-questions@FreeBSD.ORG Mon Nov 23 07:04:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFB2106566C for ; Mon, 23 Nov 2009 07:04:38 +0000 (UTC) (envelope-from madhurjf@gmail.com) Received: from mail-px0-f196.google.com (mail-px0-f196.google.com [209.85.216.196]) by mx1.freebsd.org (Postfix) with ESMTP id 18EBC8FC18 for ; Mon, 23 Nov 2009 07:04:37 +0000 (UTC) Received: by pxi34 with SMTP id 34so3783597pxi.8 for ; Sun, 22 Nov 2009 23:04:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=qzr+bgEbawZivDiOz79rvMkgSMJtLe/eyMzuAUOENws=; b=qjOpaTvC8b41mdcvuxI9KtUMe92jYgplULO8dnnSYi8fl3eOmtJpphKnIJWOVDiREB Ryi3xPS7ZMoojIUKj9D5WO7U8biDWHmXitXfxkAg8LV4Cot4aI04XIlN4pdmuIK3nwdF lyjWEPoTNcn3egYjm3pxuJtPu1xhlBl5v/0nY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=C6Rk65JRicngwTq2VrC84BB7hgWmg0kOSn0z7MVJCrW7s0UW/Kfn1aaJq91q8ijObP ovtxvJ5Lqw/SpzjkS/DtC6fA5DIWzh+bCQA5/gcntcM/UtDA4RopEpyh6I7xsUhlUVso OuKtSouxrerkevDftAk10xFETLRpIuxcaJUn4= MIME-Version: 1.0 Received: by 10.141.36.19 with SMTP id o19mr245086rvj.32.1258959877748; Sun, 22 Nov 2009 23:04:37 -0800 (PST) Date: Mon, 23 Nov 2009 12:34:37 +0530 Message-ID: <8d32a6620911222304u3752ab87i2fbd7de838442bd7@mail.gmail.com> From: Madhusudan R To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: xinetd: bind argument X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2009 07:04:38 -0000 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