From owner-freebsd-questions Sat Aug 7 7:59:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megared.net.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id D236114FA3 for ; Sat, 7 Aug 1999 07:59:14 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.252]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id JAA75281; Sat, 7 Aug 1999 09:57:57 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <015a01bee0e5$3ee0b900$fca3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Roelof Osinga" Cc: References: <37AB6A4D.2AAC926A@nisser.com> <001701bee066$a9d754a0$fca3f9cf@megared.net.mx> <37AC3FE4.A5FE43B0@nisser.com> Subject: RE: ARP message flood Date: Sat, 7 Aug 1999 09:58:01 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You shouldnt disable ARP Protocol this is a bad idea, in the case that you want to have an static route, you use the "route add" command see "man route". Ales ----- Original Message ----- From: Roelof Osinga To: Alejandro Ramirez Cc: Sent: Saturday, August 07, 1999 9:17 AM Subject: Re: ARP message flood > Alejandro Ramirez wrote: > > > > > ifconfig_ep1_alias0="inet 194.134.130.170 194.134.128.1 netmask > > 255.255.252.0" > > > > ^^^^^^^^^^^ > > This shouldnt be here, your line should look like this: > > > > ifconfig_ep1_alias0="inet 194.134.130.170 netmask 255.255.252.0" > > > Tx, but... Why? The manpage doesn't say anything like that. To wit: > > SYNOPSIS > ifconfig interface address_family [address [dest_address]] [parameters] > > dest_address > Specify the address of the correspondent on the other end of a > point to point link. > > The following parameters may be set with ifconfig: > > alias Establish an additional network address for this interface. This > is sometimes useful when changing network numbers, and one wishes > to accept packets addressed to the old interface. > > netmask mask > (Inet only) Specify how much of the address to reserve for subdi- > viding networks into sub-networks. The mask includes the network > ... > > Also, it works as advertised. It's only the ARP messages I could do without. > Well, that and a working static route through the aliassed IP . > > Furthermore, if I take the destination address out it does not work. At > least I do remember being forced to muck about till it worked. > > If anything I believe I should add yet another parameter as in: > > -arp Disable the use of the Address Resolution Protocol. > > However, since this is mostly uncharted territory for me I thought I'd > better ask first . > > Roelof > > -- > Home is where the (@) http://eboa.com/ is. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message