All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Haws <Jonathan.Haws@sdl.usu.edu>
To: Matthias Schiffer <mschiffer@universe-factory.net>
Cc: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] Alfred 2016.1 bind errors
Date: Sun, 8 May 2016 04:19:08 +0000	[thread overview]
Message-ID: <b510fe58444c44c0afff201e7f4dfb37@Ek.usurf.usu.edu> (raw)
In-Reply-To: 33aefc13-e1a0-cef5-74f1-d21d7112b7d3@universe-factory.net

> alfred explicitly binds to the link-local IPv6 address of the interface
> since version 2016.0. I suspect one of the following caveats might be your
> problem:
>
> * The link-local IPv6 address must match the MAC address of the interface
> (here bat0) (derived by flipping the 2 bit of the first byte, and adding
> fe80 and fffe); this ususally breaks when the MAC address is changed after
> the interface is up
> * The link-local address must not be tentative when alfred is started
> (duplicate address detection must have finished; this usually means that
> the interface must be up for 3 seconds before alfred is started)

This took care of it.  I had IPv6 disabled via sysctl and once enabled 
it started working.  Here is the list of commands I entered to get a graph:

modprobe batman-adv
batctl if add eth0
ip link set up bat0

alfred -i bat0 -m &
batadv-vis > mesh.dot

Thanks for the help!

      parent reply	other threads:[~2016-05-08  4:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06 20:45 [B.A.T.M.A.N.] Alfred 2016.1 bind errors Jonathan Haws
2016-05-07  6:39 ` Sven Eckelmann
2016-05-07 16:37   ` Jonathan Haws
2016-05-07 16:46     ` Sven Eckelmann
2016-05-07 16:48     ` Jonathan Haws
2016-05-07 12:15 ` Matthias Schiffer
2016-05-07 16:42   ` Jonathan Haws
2016-05-07 16:47     ` Jonathan Haws
2016-05-08  4:19   ` Jonathan Haws [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b510fe58444c44c0afff201e7f4dfb37@Ek.usurf.usu.edu \
    --to=jonathan.haws@sdl.usu.edu \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=mschiffer@universe-factory.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.