Subject: Re: SO_DONTROUTE clashes with arpresolve(9)
To: None <dyoung@pobox.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 11/20/2002 12:55:56
>arpresolve(9) negates the effect I expect from SO_DONTROUTE when I try
>to send a packet to a host with a non-local route. E.g.,
>
>  # warning: do not run this before you read the whole e-mail
>  ifconfig tlp0 inet 63.146.38.214/27
>  route add -host 63.146.38.211 63.146.38.208
>  ping -rn 63.146.38.211

	gateway field in the routing table has to be reachable directly
	(= has to be within 63.146.38.214/27), if i understand correctly.

itojun