Hi,

I joined the mailing list now.
My name is Michele and I am Italian, excuse me, I understand written English (not very well) but don't speak and I use google translate.
In a wireless community network project we used oslrd and later olsrd2.
Now we want to try babel, I have read that he is very stable and strong.
We run a server with openwisp2 and router with openwrt and wireguard.

I can't get the routes created, can someone help me understand where I'm wrong?
I have this config on the server (debian 11)

default type tunnel
default split-horizon true
default faraway true
default unicast true

interface wg0

in ip 10.0.0.0/8 eq 16 allow
in ip 10.253.0.0/16 eq 24 allow
in ip 10.253.0.0/24 eq 32 allow
in deny

redistribute ip 10.253.0.0/16 eq 24 allow
redistribute local ip 10.253.0.0/24 eq 32 allow
redistribute local deny
***********

on openwrt 19.07 i have this:

config general 'general_1'
    list import_table '42'
    list import_table '100'
    option local_port '33123'
    option random_id 'true'
    option ubus_bindings 'true'

config interface 'interface_2'
    option split_horizon 'false'

config interface 'interface_3'
    option ifname 'br-lan'

config interface 'interface_4'
    option ifname 'wg0'

config interface 'interface_5'
    option ifname 'mesh'

config interface 'interface_6'
    option ifname 'br-lan'

config interface 'interface_7'
    option ifname 'wlan0'

config interface 'interface_8'
    option ifname 'wlan1'

config filter 'filter_9'
    option action 'allow'
    option type 'in'

config filter 'filter_10'
    option action 'allow'
    option type 'out'

config filter 'filter_11'
    option action 'allow'
    option type 'install'

config filter 'filter_12'
    option action 'allow'
    option local 'true'
    option type 'redistribute'

config filter 'filter_13'
    option action 'deny'
    option local 'false'
    option type 'redistribute'

config filter 'filter_14'
    option action 'allow'
    option ip '10.27.25.0/24'
    option local 'true'
    option type 'redistribute'

config filter 'filter_15'
    option action 'deny'
    option local 'true'
    option type 'redistribute'

For server i modify the original config, for openwrt i see example on google.

The vpn is network 10.253.0.0/16
The client is 10.253.0.0/24

Thanks.

BEst regards,

Michele


_______________________________________________
Babel-users mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users

Reply via email to