From owner-freebsd-net@FreeBSD.ORG Wed Jul 17 12:35:48 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC8376B for ; Wed, 17 Jul 2013 12:35:48 +0000 (UTC) (envelope-from therion@ninth-art.de) Received: from mail.unix.io (mail.unix.io [IPv6:2001:41d0:2:83a5::2]) by mx1.freebsd.org (Postfix) with ESMTP id A189AD3C for ; Wed, 17 Jul 2013 12:35:48 +0000 (UTC) Received: from mail.unix.io (localhost [127.0.0.1]) by mail.unix.io (Postfix) with ESMTP id 665152083 for ; Wed, 17 Jul 2013 14:35:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ninth-art.de; h=subject :from:reply-to:to:content-type:date:message-id:mime-version :content-transfer-encoding; s=mail2013; bh=/9VLU58AwED+CRalsZ4Ow CWPjSY=; b=h6Cbk5Bv4KSUltCZBpxgH6UV225wlp501Vzj+BH92ZyYup8yd03zt iPmI/G0O/bS5CJt1baOUe06T+Gfg132Kj1E2pOiAEfmlpS5cnkRFPhaON9fNFP+f +9ODj2tuCs607IgUHVgEY0iwr7r3cKYkfO8qe2GhckbeGBnV4ElqVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=ninth-art.de; h=subject:from :reply-to:to:content-type:date:message-id:mime-version :content-transfer-encoding; q=dns; s=mail2013; b=oZQjYKftFR2+eGU SY8pgggNIs2h8aTiR2Fzt6OPFlwJvNh+Fn7GsnXrYMlT/ws5L7sE/k7+mBRtZ2SS 6pK47qHAdtZ6XIbOr7FQ0I/QoO3nQSkI64018BmndyTEUdIk5BWeQ9IRmqZL2182 2YUOSWIHGZWuS41g8vEtowGH/bG0= Received: from [192.168.2.4] (p4FE4F584.dip0.t-ipconnect.de [79.228.245.132]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unix.io (Postfix) with ESMTPSA id 4000C2082 for ; Wed, 17 Jul 2013 14:35:47 +0200 (CEST) Subject: IPv6 NDP, static subnet entries From: Georg Bege To: freebsd-net@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Wed, 17 Jul 2013 14:36:13 +0200 Message-ID: <1374064573.525.2.camel@atwork> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: therion@ninth-art.de List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jul 2013 12:35:48 -0000 Hello FreeBSD users Im in need of proxying an NDP entry, due my bad provider using IPv6 bridging. My entire subnet is not routed correctly, however I managed to get it working with ndp -s proxy - sadly this doesnt work for an whole subnet but for a single IP. I need exacly this for an whole subnet, is it possible? Im using FreeBSD 8.3-RELEASE-p4 - I did crawl thru google a lil' bit also found some older entries where people did had the same kind of problem. Of course people telling me, change provider and so on - but for this server it is not possible at the moment. regards, -- Georg Bege