Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] Meshing broken?
@ 2013-08-15 21:27 Juergen Botz
  2013-08-15 22:48 ` Dave Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Botz @ 2013-08-15 21:27 UTC (permalink / raw)
  To: cerowrt-devel

In the whole 3.10.x series (2-6 so far) meshing appears to be
broken... my routers come up without an address on either of
the babel interfaces.  Reverting to 3.7.5 makes it work again.

All the relevant processes (babeld, zebra, watchquagga) seem
to be running, and there are no obvious error messages I can
find...

:j


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] Meshing broken?
  2013-08-15 21:27 [Cerowrt-devel] Meshing broken? Juergen Botz
@ 2013-08-15 22:48 ` Dave Taht
  2013-08-16 14:14   ` Juergen Botz
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Taht @ 2013-08-15 22:48 UTC (permalink / raw)
  To: Juergen Botz; +Cc: cerowrt-devel

[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]

ahcpd is enabled in client mode by default in this test series. So either
you need to have an ahcpd server or two on the mesh running, or to assign
ips manually in /etc/config/network for gw11 and gw01.

See the differences between /etc/config/ahcpd prior to 3.10 for how to
setup a server version of ahcpd

It's nice to know someone is playing with and actually dependent on the
meshy stuff.

I can revert back to server mode if you like but I had a reason for
switching to ahcpd client mode by default. 33 machines in the lab are
clients, and accidentally ending up with a rogue ahcp server on that caused
me serious headaches. Several times. I could, I guess, leave the static ips
up....



On Thu, Aug 15, 2013 at 2:27 PM, Juergen Botz <jurgen@botz.org> wrote:

> In the whole 3.10.x series (2-6 so far) meshing appears to be
> broken... my routers come up without an address on either of
> the babel interfaces.  Reverting to 3.7.5 makes it work again.
>
> All the relevant processes (babeld, zebra, watchquagga) seem
> to be running, and there are no obvious error messages I can
> find...
>
> :j
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>



-- 
Dave Täht

Fixing bufferbloat with cerowrt:
http://www.teklibre.com/cerowrt/subscribe.html

[-- Attachment #2: Type: text/html, Size: 2041 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] Meshing broken?
  2013-08-15 22:48 ` Dave Taht
@ 2013-08-16 14:14   ` Juergen Botz
  2013-08-16 17:59     ` Juergen Botz
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Botz @ 2013-08-16 14:14 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

On 08/15/2013 07:48 PM, Dave Taht wrote:
> ahcpd is enabled in client mode by default in this test series. So
> either you need to have an ahcpd server or two on the mesh running, or
> to assign ips manually in /etc/config/network for gw11 and gw01.
> 
> See the differences between /etc/config/ahcpd prior to 3.10 for how to
> setup a server version of ahcpd

Well I had been doing sysupgrades, so my config didn't change,
and I had one router as server and one as client in my config
regardless of what you made the default.  But first in 3.10.x
ahcpd wasn't even coming up... this part I figured out, it was
because I had the two 'list interface gwXX' lines in
/etc/config/ahcpd commented out; up through 3.7.x ahcpd came up
and did its thing regardless, but as of 3.10.x those lines are
needed for ahcpd to start.

Now ahcpd starts up, but the gw{01,11} interfaces still
don't seem to get an address even though /etc/config/network
does list them with 'proto ahcp'.

So something is still different... any ideas?

:j



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] Meshing broken?
  2013-08-16 14:14   ` Juergen Botz
@ 2013-08-16 17:59     ` Juergen Botz
       [not found]       ` <CAA93jw6LpjABPwe02NhKJYpXaoZz3i4ivshj7Rus-k+yENyzYQ@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Botz @ 2013-08-16 17:59 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

One more detail... now that ahcpd starts up on one of
the routers (the 'server') the other does get addresses
on gw01 and gw11.  But the server itself doesn't.

:j



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] Meshing broken?
       [not found]       ` <CAA93jw6LpjABPwe02NhKJYpXaoZz3i4ivshj7Rus-k+yENyzYQ@mail.gmail.com>
@ 2013-08-16 18:13         ` Juergen Botz
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Botz @ 2013-08-16 18:13 UTC (permalink / raw)
  To: Dave Taht; +Cc: cerowrt-devel

On 08/16/2013 03:06 PM, Dave Taht wrote:
> You need to statically assign addresses on the server box. 

Ok, fair enough... but then why did it work without statically
assigned addresses in 3.7.x?

:j



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-16 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 21:27 [Cerowrt-devel] Meshing broken? Juergen Botz
2013-08-15 22:48 ` Dave Taht
2013-08-16 14:14   ` Juergen Botz
2013-08-16 17:59     ` Juergen Botz
     [not found]       ` <CAA93jw6LpjABPwe02NhKJYpXaoZz3i4ivshj7Rus-k+yENyzYQ@mail.gmail.com>
2013-08-16 18:13         ` Juergen Botz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox