Re: [Babel-users] Unable to ping, intermittent connectivity

2015-01-30 Thread err404
hello truegrael

I'm not expert to

You can have more information with babel in debug mode
you can try in console like this: babeld -d2 wlan0 eth1 
and watch what's append...

check if you have duplicate IP in different node
(same ip in eth0 and wlan0 is not a problem if it concerne same computer)

If you have avahi-daemon remove it, this fucking shit modifie any routes that 
it have not installed itself.
avahi-daemon can take 15 minutes to choose removing some route, even you 
already using it.
I read that NetworkManager can give same problems.
I use wicd-curses and wicd-daemon and no conflict with any others routing 
protocols.

I hope helping you



signature.asc
Description: OpenPGP digital signature
___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

[Babel-users] add metric in babel on openwrt

2014-12-11 Thread err404
hello,

I have two routers (tl-wr703n) each connected to a provider.
I want use second router as failsafe
because first provider have big bandwidth but it's unstable.
second provider is stabe, but really less bandwidth.

when first provider become available again, I want switch to him again.

actualy it's switch when first provider became not available, but not come back 
to first provider when it is available.
  
I want add big cost in routes I redistribute in second router:
my /etc/config/babeld have line like:

config filter   
option type redistribute metric 12800 


but no cost added, 
if I restart babel in second router, default route switch well to first router, 
but I want it automaticaly with big metric on second router.

thanks



signature.asc
Description: OpenPGP digital signature
___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Re: [Babel-users] [Solved] add metric in babel on openwrt

2014-12-11 Thread err404
On 12/11/2014 08:47 PM, err404 wrote:
 
 config filter   
   option type redistribute metric 12800 
 
 
I don't know why I wnanted to write oneliner, a working solution is

option type 'redistribute'
option action 'metric 12800'

sorry about noise



signature.asc
Description: OpenPGP digital signature
___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Re: [Babel-users] Babel and OpenVPN

2014-02-21 Thread err404

On 02/12/2014 12:48 PM, Juliusz Chroboczek wrote:

But I want use OpenVPN routed and it's break babeld routes.

do you have any experiences with this?


Yes, we're running tun OpenVPN at PPS.

The main thing to understand -- you should use point-to-point links
only.  In other words, you need a distinct interface for every peer.

-- Juliusz



Yes ! Thanks !
It's works

after many tests and restarting openvpn, it's work.
some tricks (for other people interested to use babeld through openvpn):

because babeld need ipv6, I use
'ip -6 a a fe80::bcf2:b5ff:fed6:1234/64 dev tun4'
in /etc/rc.local (in my server and in my client) to add link-local ipv6 to my 
interface tun4

and im my openvpn.conf I use theses lines:

dev tun4
tun-ipv6
push tun-ipv6

#pour du point-to-point
ifconfig 10.43.0.1 10.43.0.2

about: But I want use OpenVPN routed and it's break babeld routes.
it's only if I use directive:
push redirect-gateway def1 bypass-dhcp
on my openvpn server to forward all trafic.


___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


[Babel-users] how to work with Babel in IPv6 only?

2013-12-02 Thread err404
Hello all.

I try to leave IPv4, and keep only IPv6

localy all work perfectly, ssh need %interface and sshfs need brackets [].

But I don't know how to annouce or redistribute default route in IPv6 to reach 
Internet (when provider give IPv6)

sample from my /etc/config/babeld (openwrt)

(...)
config filter
#option 'ignore' 'true'
# Type
option 'type' 'redistribute'
# Selectors: ip, eq, le, ge, neigh, id, proto, local, if
option 'ip' '0.0.0.0/0' 
option 'eq' '0'
# option 'proto' '2'
# Action 
option 'action' 'metric 128'

this is only about IPv4

my ahcpd distribute only IPv6 prefixe and it's work localy only.

(...)
list 'prefix' 'fde6:20f5:c9ac:358::/64'

thanks

___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


[Babel-users] how to reach non-babel router from babel node?

2012-08-31 Thread err404

Dear all

I play with babel 1.3.1-1 on debian.

I put babeld on some computers, and also in lxc containers.
two computers have both wired and wifi link.

I add on /etc/babeld.conf:

redistribute proto 3 allow
redistribute proto 11 allow

I modify /etc/sysctl.conf to enable ip forwarding on all nodes.

all work well, I can disconect some wires and paquets ares rerouted to wifi 
links.

but...
I don't have full control to my Internet provider router, so, I can't put 
babeld on this router.
and I don't know how to give route to reach non-babel router from any babel 
node.

thanks



attachment: babel lan.png___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Re: [Babel-users] ANNOUNCE: babel logo

2011-04-25 Thread err404

(...)
Your website displays the logos in frames.


Yes, because ishow moinmoin ( http://moinmo.in ) displays svg documents.


___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/babel-users