Qmail
[Top] [All Lists]

Re: multilog-watch, qmail-remote, and "Sorry. Although I'm listed as a b

To: qmail@list.cr.yp.to
Subject: Re: multilog-watch, qmail-remote, and "Sorry. Although I'm listed as a best-preference..."
From: Kyle Wheeler <kyle-qmail@memoryhole.net>
Date: Tue, 5 Jun 2007 08:29:13 -0600
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-qmail@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list qmail@list.cr.yp.to
Dkim-signature: v=0.5; a=rsa-sha1; c=relaxed; d=memoryhole.net; h=received:comment:domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; q=dns/txt; s=default; bh=xDST0JYVIITKDk/G2jhK6tIoyqs=; b=CQJ2zbWsIPpkXXtHdvIOHUPzEZGDp7Ca0l/we3SioOYMHHuNFVYWdLdBOvqc37cu6RDz95K0jASiq2P3Trrt130IcQYgeLapWce5w2877PcZnWyI3Jg3oidF7aGi1kOL58/Pis7UoOg2PX44pwO+2KP/61tf16qSLMPrZa/Qa04=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=Wi3EIO8vGsbf+/ttJlZ+rPcgPPdBROsz8oV3kTV620ST/hgfeT6xu69llY9bmBrrPpMHZkEe+Hdxn0Uk0E5MUgzuPmEPHK3CCGq7dcTJ/fgRR1UlBn6spwotEqTwbLbAYsE0oipNJ/wy9PzHi+arcL/WoGST7wtrf/xOozXK4eo= ;
Domainkey-status: good
In-reply-to: <46656C17.5050300@proscrutiny.com>
Mail-followup-to: qmail@list.cr.yp.to
Mailing-list: contact qmail-help@list.cr.yp.to; run by ezmlm
References: <18020.27946.626028.437343@sws5.ornl.gov> <20070604220736.GK5000@caesar.cse.nd.edu> <18021.26320.413942.559974@sws5.ornl.gov> <46656C17.5050300@proscrutiny.com>
User-agent: Mutt/1.5.15cvs (2007-05-20)
On Tuesday, June  5 at 07:28 PM, quoth Sameer N Ingole:
$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:13:72:1D:0A:62 inet addr:160.91.218.105 Bcast:160.91.219.255 Mask:255.255.252.0
Not sure if this is the reason but is Bcast address correct? From above

addr:160.91.218.105

Bcast:160.91.219.255

Of course it is. Check the mask; the third byte is 252. In binary, that's 11111100. 218, in binary, is 0b11011010. Do the mask computation:

    11011010 = 218
    11111100 = 252
    --------------
    11011011 = 219

(Note that you turn the last two into ones; that's because of the mask, to find the broadcast address.)

~Kyle
--
If I were you, I'd run!
-- Mesh-Head
If you were me, you'd be good-looking.
-- the Six-String Samurai

Attachment: pgpo8cRmm2Jiu.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>