Date: Thu, 30 Jan 2003 12:16:33 -0800 (PST) From: Dave Cornejo <dave@dogwood.com> To: Iasen Kostov <ikostov@otel.net> Cc: Dave Cornejo <dave@dogwood.com>, Jason Hunt <leth@primus.ca>, freebsd-net@FreeBSD.ORG Subject: Re: unique routing problem Message-ID: <200301302016.h0UKGXrS072811@white.dogwood.com>
next in thread | raw e-mail | index | archive | help
Brilliant, you are a genius! I need to do a little more testing on my code, but this looks really good! Many thanks to you and to all who took my question seriously, dave c you wrote: > On Wed, 29 Jan 2003, Dave Cornejo wrote: > > > We have this running on Linux, but it's my belief that we're actually > > exploiting a bug or flaw in the Linux routing. The closest I've > > gotten is to set add a route like this on .1: > > > > .1 has a netmask of 0xffffffff > > > > route add 192.168.1.2 -interface fxp0 > should be : > > route add 192.168.1.2/32 -cloning -iface fxp0 > > or will never get arp address > -- Dave Cornejo @ Dogwood Media, Fremont, California (also dcornejo@ieee.org) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301302016.h0UKGXrS072811>