From: <da...@st...> - 2002-09-05 23:04:17
|
> Are you using host specific routes, that is all subnet masks are > 255.255.255.255. If so then the behavior you depict should not be > observed. In any case I cant really conclude much without looking at > the > logs. If you have the DEBUG flag enabled (README tell you where to do > this), try looking at the output to see whats happening. Would host specific routes be set before the routing daemon is started or by the routing daemon itself? I dont have my laptop here, but if I remember correctly the routing table that is displayed when the defferred route for 0.0.0.0 is added looks like the following: Dest Gateway Genmask Flags Interface 10.0.0.0 0.0.0.0 255.0.0.0 U eth1 127.0.0.0 0.0.0.0 255.0.0.0 U lo 0.0.0.0 0.0.0.0 0.0.0.0 U tun 0.0.0.0 10.1.1.2 0.0.0.0 UG eth1 I assume that the last entry is the defferred route added by my routing daemon, and I'm not sure, but woudl the first entry be the reason why any connections to 10.x.x.x dont get sent to the routing daemon? |