-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 12/06/15 19:32, Ciaby wrote:
Hello there... it's me again :) I got the image
from Gui/DeltaLibre
running, I changed the lime-defaults according to our needs, did
the lime-config/uci commit/reboot steps and everything seems to
work fine. However, I still have some questions: - How to mark a
node as a permanent gateway? Can i set it in lime-defaults or it's
better to just set it in the node-specific lime file?
there's no current way to do that on lime framework :(
so you'd have to do it "openwrt vanilla style"
# bmx6 -c tunIn=INinet4 /network 0.0.0.0/0 /bandwidth 10000000
[...snip...]
# uci changes
bmx6.cfg1020b3=tunIn
bmx6.cfg1020b3.tunIn=INinet4
bmx6.cfg1020b3.network=0.0.0.0/0
bmx6.cfg1020b3.bandwidth=10000000
# uci commit
- Why bmx6 doesn't recognise the other nodes? I
basically left the
batman-adv/bmx6 as it was, batman-adv seems to work fine, but bmx6
doesn't recognise the other nodes.
it should. if bmx6 doesn't find other nodes, nothing works :P
where are you looking at? to determine if it "recognises other nodes"?
- What's the correct way to assign a IPv6 address
space? Does it
have to be public or private? Where do you get your IPv6 blocks
assigned?
if you have public, native ipv6 from your ISP, then go ahead with
that. Chances are 99% you don't ;) so we use librenet6 tunnels for that.
We use public addresses, currently from
guifi.net (they have
2a00:1508::/32), either inside:
* 2a00:1508:0a00::/40
or historically inside
* 2a00:1508:0001:f000::/52
but that last prefix is small and kinda deprecated
in the legacy space, we manually assigned networks (since it was small)
in the new space, it's big enough that you can make up two random
bytes and get yourself a /56 without asking, with a small enough
chance of collision.
you're already into this situation, judging by your config :)
main_ipv6_address=2a00:1508:0a%N1:%N200::/64
then, it's just a matter of setting up a proper tinc tunnel to librenet6
- Can someone have a look at my config? :) I'm
attaching the
current lime-defaults file to this email. Cheers!
looks great to me
Ciaby
_______________________________________________ users mailing list
users(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/users
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iQIcBAEBCgAGBQJVe2sXAAoJEIJqNBvBfxrIXbIP/iNquV8j/qo7H4hS++HAN6dQ
ZHrybfwvxFJeAgXEMNr4+YhQwqrCGM0w/jKROOsQEUim6zkkSY4Z8t1KH1JckqBX
QUaYM+aBw/SnKtcTmNzlxUAO/hNIq5/BHdrjz/KqqSPWOe64Qfv3FKTeBooOhark
G2kOdRfXiyA5lO/quRuMVtOkbw7RZp9n4fRaePGJYHPgF5dHbAfPqXsUfLpytTjS
X1yRanbr4OWmIMc6rpFgYdgZI+4/kW+XLs+Mb3bBRhXZ0kJCwDAOOOnH66+vm13u
jRHSF7aYbu4WWFqw/JbFbxq0ofKgcC+wgWrWJjumYBiUAD0kOtprmIvR3ETnA3Rj
sNBu33KVrf9//JeGE3IHA4RoHMWxwPr01DmMIN8T7cJ0YiZzmJ1m35789yb/qGIc
iuYZiuCp1c+z+Xu18L8ke/u9R+NfWWwiVu3BEu477myjOTQQuVIpEZdYYwa9Te7J
E9auOTXavyE0/UwYL9ZB74Qy9G+9JIi4lI9I0wa5Bsi3FNk5Dv3LZfAv8+MOmJcw
ukXYJLTO/mRRcWqYJMY+ccSiBs0mUFbRUInQZyRBt3l8ZbeoFzXBM3TmHbmdF4PR
Uv6rDIkR5N5C3JOYUvajZG8e53wHW3IAvedWq4118eet52/azqDnF9tmzqCRXcs1
nUttOJL5wqKIpcXidfT2
=HVSH
-----END PGP SIGNATURE-----