Érico Porto | 2 May 2012 19:45
Picon

default route is where

Hello people,

Some time ago I had some help here from Marcus and Teco, about the default gateway for my node and the smart-gateway feature. At the time the answers I got here were suffice, so I didn't ask anything further and the currently documentation was enough.

I've read in the DD-WRT docs, and is listed there that the default .. uhm.. default (?) route is maintained  in the table 223, and the smart gateway route is listed in table 224. Is it possible to change those table numbers? And a default route from OLSR will always be in one of those tables, right?

Just to be sure.

Thanks.

Érico V. Porto

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users
Henning Rogge | 2 May 2012 19:51

Re: default route is where

If you use a recent OLSRd (0.6.0 or better), have a look at
/files/olsrd.conf.default.full

It should contain all options with explanations, including the one you look for:

# Specifies the routing Table olsr uses
# RtTable is for host routes, RtTableDefault for the route to the default
# internet gateway (2 in case of IPv6+NIIT) and RtTableTunnel is for
# routes to the ipip tunnels, valid values are 1 to 254
# There is a special parameter "auto" (choose default below)
# (with smartgw: default is 254/223/224)
# (without smartgw: default is 254/254/254, linux main table)

# RtTable auto
# RtTableDefault auto
# RtTableTunnel auto

On Wed, May 2, 2012 at 7:45 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
> Hello people,
>
> Some time ago I had some help here from Marcus and Teco, about the default
> gateway for my node and the smart-gateway feature. At the time the answers I
> got here were suffice, so I didn't ask anything further and the currently
> documentation was enough.
>
> I've read in the DD-WRT docs, and is listed there that the default .. uhm..
> default (?) route is maintained  in the table 223, and the smart gateway
> route is listed in table 224. Is it possible to change those table numbers?
> And a default route from OLSR will always be in one of those tables, right?
>
> Just to be sure.
>
> Thanks.
>
> Érico V. Porto
>
> --
> Olsr-users mailing list
> Olsr-users <at> lists.olsr.org
> https://lists.olsr.org/mailman/listinfo/olsr-users

-- 
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users

Érico Porto | 2 May 2012 21:00
Picon

Re: default route is where

Right, got it. Wasn't using default.full but instead another conf file - based on another default... Will use those one. I'm on 0.6.2. Thanks Henning!

Érico V. Porto


On Wed, May 2, 2012 at 2:51 PM, Henning Rogge <hrogge <at> googlemail.com> wrote:
If you use a recent OLSRd (0.6.0 or better), have a look at
/files/olsrd.conf.default.full

It should contain all options with explanations, including the one you look for:

# Specifies the routing Table olsr uses
# RtTable is for host routes, RtTableDefault for the route to the default
# internet gateway (2 in case of IPv6+NIIT) and RtTableTunnel is for
# routes to the ipip tunnels, valid values are 1 to 254
# There is a special parameter "auto" (choose default below)
# (with smartgw: default is 254/223/224)
# (without smartgw: default is 254/254/254, linux main table)

# RtTable auto
# RtTableDefault auto
# RtTableTunnel auto

On Wed, May 2, 2012 at 7:45 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
> Hello people,
>
> Some time ago I had some help here from Marcus and Teco, about the default
> gateway for my node and the smart-gateway feature. At the time the answers I
> got here were suffice, so I didn't ask anything further and the currently
> documentation was enough.
>
> I've read in the DD-WRT docs, and is listed there that the default .. uhm..
> default (?) route is maintained  in the table 223, and the smart gateway
> route is listed in table 224. Is it possible to change those table numbers?
> And a default route from OLSR will always be in one of those tables, right?
>
> Just to be sure.
>
> Thanks.
>
> Érico V. Porto
>
> --
> Olsr-users mailing list
> Olsr-users <at> lists.olsr.org
> https://lists.olsr.org/mailman/listinfo/olsr-users



--
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users
Henning Rogge | 2 May 2012 21:06

Re: default route is where

You don't need the whole "full default", you can just copy the single
line you need. See it as a documentation/example file.

Henning

On Wed, May 2, 2012 at 9:00 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
> Right, got it. Wasn't using default.full but instead another conf file -
> based on another default... Will use those one. I'm on 0.6.2. Thanks
> Henning!
>
> Érico V. Porto
>
>
>
> On Wed, May 2, 2012 at 2:51 PM, Henning Rogge <hrogge <at> googlemail.com> wrote:
>>
>> If you use a recent OLSRd (0.6.0 or better), have a look at
>> /files/olsrd.conf.default.full
>>
>> It should contain all options with explanations, including the one you
>> look for:
>>
>> # Specifies the routing Table olsr uses
>> # RtTable is for host routes, RtTableDefault for the route to the default
>> # internet gateway (2 in case of IPv6+NIIT) and RtTableTunnel is for
>> # routes to the ipip tunnels, valid values are 1 to 254
>> # There is a special parameter "auto" (choose default below)
>> # (with smartgw: default is 254/223/224)
>> # (without smartgw: default is 254/254/254, linux main table)
>>
>> # RtTable auto
>> # RtTableDefault auto
>> # RtTableTunnel auto
>>
>> On Wed, May 2, 2012 at 7:45 PM, Érico Porto <ericoporto2008 <at> gmail.com>
>> wrote:
>> > Hello people,
>> >
>> > Some time ago I had some help here from Marcus and Teco, about the
>> > default
>> > gateway for my node and the smart-gateway feature. At the time the
>> > answers I
>> > got here were suffice, so I didn't ask anything further and the
>> > currently
>> > documentation was enough.
>> >
>> > I've read in the DD-WRT docs, and is listed there that the default ..
>> > uhm..
>> > default (?) route is maintained  in the table 223, and the smart gateway
>> > route is listed in table 224. Is it possible to change those table
>> > numbers?
>> > And a default route from OLSR will always be in one of those tables,
>> > right?
>> >
>> > Just to be sure.
>> >
>> > Thanks.
>> >
>> > Érico V. Porto
>> >
>> > --
>> > Olsr-users mailing list
>> > Olsr-users <at> lists.olsr.org
>> > https://lists.olsr.org/mailman/listinfo/olsr-users
>>
>>
>>
>> --
>> Steven Hawkings about cosmic inflation: "An increase of billions of
>> billions of percent in a tiny fraction of a second. Of course, that
>> was before the present government."
>
>

-- 
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users

Érico Porto | 2 May 2012 21:15
Picon

Re: default route is where

Works like a charm, just did RtTable 3, RtTableDefault 3 and "Tunnel 3. I was just explaining why I didn't saw this configuration before.

Érico V. Porto


On Wed, May 2, 2012 at 4:06 PM, Henning Rogge <hrogge <at> googlemail.com> wrote:
You don't need the whole "full default", you can just copy the single
line you need. See it as a documentation/example file.

Henning

On Wed, May 2, 2012 at 9:00 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
> Right, got it. Wasn't using default.full but instead another conf file -
> based on another default... Will use those one. I'm on 0.6.2. Thanks
> Henning!
>
> Érico V. Porto
>
>
>
> On Wed, May 2, 2012 at 2:51 PM, Henning Rogge <hrogge <at> googlemail.com> wrote:
>>
>> If you use a recent OLSRd (0.6.0 or better), have a look at
>> /files/olsrd.conf.default.full
>>
>> It should contain all options with explanations, including the one you
>> look for:
>>
>> # Specifies the routing Table olsr uses
>> # RtTable is for host routes, RtTableDefault for the route to the default
>> # internet gateway (2 in case of IPv6+NIIT) and RtTableTunnel is for
>> # routes to the ipip tunnels, valid values are 1 to 254
>> # There is a special parameter "auto" (choose default below)
>> # (with smartgw: default is 254/223/224)
>> # (without smartgw: default is 254/254/254, linux main table)
>>
>> # RtTable auto
>> # RtTableDefault auto
>> # RtTableTunnel auto
>>
>> On Wed, May 2, 2012 at 7:45 PM, Érico Porto <ericoporto2008 <at> gmail.com>
>> wrote:
>> > Hello people,
>> >
>> > Some time ago I had some help here from Marcus and Teco, about the
>> > default
>> > gateway for my node and the smart-gateway feature. At the time the
>> > answers I
>> > got here were suffice, so I didn't ask anything further and the
>> > currently
>> > documentation was enough.
>> >
>> > I've read in the DD-WRT docs, and is listed there that the default ..
>> > uhm..
>> > default (?) route is maintained  in the table 223, and the smart gateway
>> > route is listed in table 224. Is it possible to change those table
>> > numbers?
>> > And a default route from OLSR will always be in one of those tables,
>> > right?
>> >
>> > Just to be sure.
>> >
>> > Thanks.
>> >
>> > Érico V. Porto
>> >
>> > --
>> > Olsr-users mailing list
>> > Olsr-users <at> lists.olsr.org
>> > https://lists.olsr.org/mailman/listinfo/olsr-users
>>
>>
>>
>> --
>> Steven Hawkings about cosmic inflation: "An increase of billions of
>> billions of percent in a tiny fraction of a second. Of course, that
>> was before the present government."
>
>



--
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users
Henning Rogge | 2 May 2012 21:21

Re: default route is where

Routing tables and rules can become pretty crazy in special scenarios. *G*

Henning

On Wed, May 2, 2012 at 9:15 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
> Works like a charm, just did RtTable 3, RtTableDefault 3 and "Tunnel 3. I
> was just explaining why I didn't saw this configuration before.
>
> Érico V. Porto
>
>
>
> On Wed, May 2, 2012 at 4:06 PM, Henning Rogge <hrogge <at> googlemail.com> wrote:
>>
>> You don't need the whole "full default", you can just copy the single
>> line you need. See it as a documentation/example file.
>>
>> Henning
>>
>> On Wed, May 2, 2012 at 9:00 PM, Érico Porto <ericoporto2008 <at> gmail.com>
>> wrote:
>> > Right, got it. Wasn't using default.full but instead another conf file -
>> > based on another default... Will use those one. I'm on 0.6.2. Thanks
>> > Henning!
>> >
>> > Érico V. Porto
>> >
>> >
>> >
>> > On Wed, May 2, 2012 at 2:51 PM, Henning Rogge <hrogge <at> googlemail.com>
>> > wrote:
>> >>
>> >> If you use a recent OLSRd (0.6.0 or better), have a look at
>> >> /files/olsrd.conf.default.full
>> >>
>> >> It should contain all options with explanations, including the one you
>> >> look for:
>> >>
>> >> # Specifies the routing Table olsr uses
>> >> # RtTable is for host routes, RtTableDefault for the route to the
>> >> default
>> >> # internet gateway (2 in case of IPv6+NIIT) and RtTableTunnel is for
>> >> # routes to the ipip tunnels, valid values are 1 to 254
>> >> # There is a special parameter "auto" (choose default below)
>> >> # (with smartgw: default is 254/223/224)
>> >> # (without smartgw: default is 254/254/254, linux main table)
>> >>
>> >> # RtTable auto
>> >> # RtTableDefault auto
>> >> # RtTableTunnel auto
>> >>
>> >> On Wed, May 2, 2012 at 7:45 PM, Érico Porto <ericoporto2008 <at> gmail.com>
>> >> wrote:
>> >> > Hello people,
>> >> >
>> >> > Some time ago I had some help here from Marcus and Teco, about the
>> >> > default
>> >> > gateway for my node and the smart-gateway feature. At the time the
>> >> > answers I
>> >> > got here were suffice, so I didn't ask anything further and the
>> >> > currently
>> >> > documentation was enough.
>> >> >
>> >> > I've read in the DD-WRT docs, and is listed there that the default ..
>> >> > uhm..
>> >> > default (?) route is maintained  in the table 223, and the smart
>> >> > gateway
>> >> > route is listed in table 224. Is it possible to change those table
>> >> > numbers?
>> >> > And a default route from OLSR will always be in one of those tables,
>> >> > right?
>> >> >
>> >> > Just to be sure.
>> >> >
>> >> > Thanks.
>> >> >
>> >> > Érico V. Porto
>> >> >
>> >> > --
>> >> > Olsr-users mailing list
>> >> > Olsr-users <at> lists.olsr.org
>> >> > https://lists.olsr.org/mailman/listinfo/olsr-users
>> >>
>> >>
>> >>
>> >> --
>> >> Steven Hawkings about cosmic inflation: "An increase of billions of
>> >> billions of percent in a tiny fraction of a second. Of course, that
>> >> was before the present government."
>> >
>> >
>>
>>
>>
>> --
>> Steven Hawkings about cosmic inflation: "An increase of billions of
>> billions of percent in a tiny fraction of a second. Of course, that
>> was before the present government."
>
>

-- 
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."

--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users

Markus Kittenberger | 2 May 2012 21:37
Picon
Picon

Re: default route is where


On Wed, May 2, 2012 at 9:15 PM, Érico Porto <ericoporto2008 <at> gmail.com> wrote:
Works like a charm, just did RtTable 3, RtTableDefault 3 and "Tunnel 3. I was just explaining why I didn't saw this configuration before.

hmm i am quite sure that same table for smartgateway tunnels and other olsrd routes is NOT a good idea!

Markus
--

-- 
Olsr-users mailing list
Olsr-users <at> lists.olsr.org
https://lists.olsr.org/mailman/listinfo/olsr-users

Gmane