Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!bellcore!ulysses!cbosgd!ucbvax!MONK.PROTEON.COM!mar From: mar@MONK.PROTEON.COM (Mark A. Rosenstein) Newsgroups: mod.protocols.tcp-ip Subject: more oddities from the swamp Message-ID: <8605212236.AA01756@monk.PROTEON.COM> Date: Wed, 21-May-86 18:36:56 EDT Article-I.D.: monk.8605212236.AA01756 Posted: Wed May 21 18:36:56 1986 Date-Received: Fri, 23-May-86 20:19:47 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 9 Approved: tcp-ip@sri-nic.arpa There is something that can be done to cut down on the flurry of packets in response to a broadcast. On all of the 4.2 Unix machines which are not serving as gateways, turn off IP forwarding in the kernel. This will cause them to no longer send ICMP messages or forward packets that were not specifically addressed to them in the first place. Forwarding is controlled by the variable _ipforwarding. If this is set to zero, these extra packets will not be generated. On binary-only systems, you still can turn it off using adb on /vmunix. -Mark