From owner-freebsd-net@FreeBSD.ORG Fri Apr 25 06:50:42 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 602F110656F9 for ; Fri, 25 Apr 2008 06:50:42 +0000 (UTC) (envelope-from ianbrn@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB828FC22 for ; Fri, 25 Apr 2008 06:50:40 +0000 (UTC) (envelope-from ianbrn@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so3819665fgg.35 for ; Thu, 24 Apr 2008 23:50:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3VBOC1mOg66G2KD6av8b+rv5CKMkeOkLui8JyzW+os4=; b=TlBNd9TUB5XqQdrbal/HrkkHwwCGKBdhF8IdwvHWZjlQGA6aGo9Ev+hetXnHK8MPjLzXNEWrBwhcn3UVtNVnp+OMbiLC95ve3acyvOZZEWAKdZE2YXQkJWubtQoUMiibPT26RBPBIZKrRbCv69dLtfvcwLuOXiVlTEwN8HRWXas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QqicHUO2Qdr6Sy6gLSLRqIIUUYnwDeIiayMmtsr7IDQATnlZ0epAB4RLZtwiCbM4CT5sJASw9gn1mD/N6fsVPKhIcLr8rw1UdNzY/OaMSO8RxC6dKm2hliEGF1xG/4NVfkQjyr2G0r/pWYoT6xmI9JzPzJiULEvYJIrXf4PrLwU= Received: by 10.86.90.13 with SMTP id n13mr424796fgb.64.1209104723225; Thu, 24 Apr 2008 23:25:23 -0700 (PDT) Received: by 10.86.33.3 with HTTP; Thu, 24 Apr 2008 23:25:23 -0700 (PDT) Message-ID: Date: Fri, 25 Apr 2008 09:25:23 +0300 From: "Ian Brown" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Pim6sd daemon and global addresses X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2008 06:50:42 -0000 Hello, from man pim6sd: "pim6sd requires the node running the daemon to have an IPv6 global address.". Does that mean that it must have an IPv6 address which it address has a global type? Namely, must it be an address which starts with a global prefix, like 2001::....? Or, if I will set a multicast address thus: ff::43/64 ; it's scope is Global; is it regarded an IPv6 global address? Second: is there a way to prevent the pim6sd daemon to send the PIM hello messages, which it does regularly ? Any help will be appreciated. Regards, Ian