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

err404 at free.fr err404 at free.fr
Mon Dec 2 14:21:06 UTC 2013


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



More information about the Babel-users mailing list