[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: dual stack & IPv6 on by default
On Tue, 2003-03-11 at 02:17, Bound, Jim wrote:
> >If one takes the ND spec strictly, case a) might or might not
> >trigger dialup, depending on which default route we hit first.
> >Case b) would never trigger the dialup [although an
> >implementation might choose to do so after NUD].
>
> OK. But NUD would mean it tells some function to configure the interface
> in this case of dial up? Right? Even dialers do this now.
> But ND is working above you do not say it does not from what I can see
> as question?
So far so good. ND itself is fine, I'm just exploring the rule:
"If the Default Router List is empty, the sender assumes that the
destination is on-link."
The above rule makes option a) unfeasible in multi-homed hosts, so
implementors have to go for option b). Not necessarily a big problem but
reduces the options available to the implementor.
> >On the other hand, as soon as the host receives the first RA
> >from the dialup interface and configures a default router, the
> >other interface stops working for ad-hoc.
>
> Why?
Because now the default router list (combined from all interfaces) is
not empty, so we can no longer assume that all destinations are on-link.
Applications rely on the default route to get them to the routed
network, so it does not make sense to have a default router in one
interface and an on-link default route in another. Applications can't
cope with it.
> From your example it sounds like two separate links and that is a
> non-issue as I interpret ND.
Yes, I'm talking about separate links, but I'm sure its a non-issue.
> >All this just goes to show that the default on-link route
> >implied by the ND specification perhaps isn't fully thought
> >out, at least with multihoming.
>
> The default route is for a link. And multiple routers are permitted to
> announce routes. So two routers can be supported on a link, with one
> being the default. Multipe interfaces can exist on one link. So in
> that sense ND is transparent to multihome node.
I understand and agree with all this. The point is: applications can't
cope with multiple default routes, unless those routes offer equivalent
connectivity. Default routers and on-link default routes just don't mix.
Normal applications can't be expected to choose which network interface
they want to use.
So what I'm trying to say is that the rule "If the Default Router List
is empty, the sender assumes that the destination is on-link" doesn't
seem to make sense in a multi-homed host. To my mind, it doesn't make
much sense in a single-homed host either. The intent would seem to be to
allow link-local communication using configured addresses in the absence
of a router. What's the point? Why not just use link-local addresses? I
suspect the answer to that is ideological rather than practical.
If the idea is to allow ad-hoc communication using configured addresses,
then logically a multi-homed host, which currently doesn't know any
default routers, would have to try to do ND on *all* its interfaces
(rather than just picking an arbitrary one), in order to resolve a given
destination address. Unfortunately this is not normal routing anymore.
> I may have missed your point in my parser?
Maybe at least partially. I hope I was more lucid this time.
MikaL