From owner-freebsd-net Thu Sep 26 10: 8:53 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A4AC37B401; Thu, 26 Sep 2002 10:08:52 -0700 (PDT) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121F543E4A; Thu, 26 Sep 2002 10:08:52 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0400.cvx40-bradley.dialup.earthlink.net ([216.244.43.145] helo=mindspring.com) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17uc87-0007e1-00; Thu, 26 Sep 2002 10:08:47 -0700 Message-ID: <3D933EDD.21AEC91E@mindspring.com> Date: Thu, 26 Sep 2002 10:07:41 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: soheil h Cc: freebsd-net@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: UNKNOWN IP OPTION emergency References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org soheil h wrote: > as in stevens' Tcp/Ip illustrated says when a router see an unknown option > it must silently ignore it but when i put an option by type 253 len 12 and > 10 byte of data > some router on my path drop it > how can i set an option an put 2 ip address in it that no router delete my > data Send a known option, instead? Ignore := pass | drop Normally, it means "drop", because unknown options are assumed to be hop-to-hop, meaning it's illegal for them to come from a router that did not originate them (i.e. a router that doesn't recognize the option forwarding it to one that does). If you want a covert data channel, you aren't going to be able to do it with router options. 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message