On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> On Tue, Jul 03, 2001 at 04:54:29PM +0300, Iasen Kostoff wrote:
> >
> [...]
> > > You can't change host route to network route, or vise versa; destination
> > > is the Patricia's tree key, and it can't be changed. The only possible
> > > way is like
On Tue, Jul 03, 2001 at 04:54:29PM +0300, Iasen Kostoff wrote:
>
[...]
> > You can't change host route to network route, or vise versa; destination
> > is the Patricia's tree key, and it can't be changed. The only possible
> > way is like I suggested: ``route add foo/32 -iface bar -cloning''.
>
On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> On Tue, Jul 03, 2001 at 03:34:14PM +0300, Iasen Kostoff wrote:
> >
> >
> > On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> >
> > > On Tue, Jul 03, 2001 at 02:30:48PM +0300, Iasen Kostoff wrote:
> > > >
> > > >
> > > > On Tue, 3 Jul 2001, Ruslan Ermil
On Tue, Jul 03, 2001 at 03:34:14PM +0300, Iasen Kostoff wrote:
>
>
> On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
>
> > On Tue, Jul 03, 2001 at 02:30:48PM +0300, Iasen Kostoff wrote:
> > >
> > >
> > > On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> > >
> > > > On Mon, Jul 02, 2001 at 05:40:07PM +03
On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> On Tue, Jul 03, 2001 at 02:30:48PM +0300, Iasen Kostoff wrote:
> >
> >
> > On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> >
> > > On Mon, Jul 02, 2001 at 05:40:07PM +0300, Iasen Kostoff wrote:
> > > >
> > > > Problem is that adding a route to
On Tue, Jul 03, 2001 at 02:30:48PM +0300, Iasen Kostoff wrote:
>
>
> On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
>
> > On Mon, Jul 02, 2001 at 05:40:07PM +0300, Iasen Kostoff wrote:
> > >
> > > Problem is that adding a route to host throw interface adds
> > > inerface as gateway (iface's lladd
On Tue, 3 Jul 2001, Ruslan Ermilov wrote:
> On Mon, Jul 02, 2001 at 05:40:07PM +0300, Iasen Kostoff wrote:
> >
> > Problem is that adding a route to host throw interface adds
> > inerface as gateway (iface's lladdr). And you should manualy change lladdr
> > of this route to the real lladdr
On Mon, Jul 02, 2001 at 05:40:07PM +0300, Iasen Kostoff wrote:
>
> Problem is that adding a route to host throw interface adds
> inerface as gateway (iface's lladdr). And you should manualy change lladdr
> of this route to the real lladdr.
>
> this is it:
>
> route add -host foo -iface ba
Problem is that adding a route to host throw interface adds
inerface as gateway (iface's lladdr). And you should manualy change lladdr
of this route to the real lladdr.
this is it:
route add -host foo -iface bar
arp -s foo real_lladdr_of_foo
Is that realy a problem or I'm missing somet