Date: Sat, 07 Aug 1999 16:17:08 +0200 From: Roelof Osinga <roelof@nisser.com> To: Alejandro Ramirez <ales@megared.net.mx> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ARP message flood Message-ID: <37AC3FE4.A5FE43B0@nisser.com> References: <37AB6A4D.2AAC926A@nisser.com> <001701bee066$a9d754a0$fca3f9cf@megared.net.mx>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <g>. 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 <g>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37AC3FE4.A5FE43B0>