sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

Figure out how to tell babeld to not install any non 100.64 routes #77

Closed max-b closed 8 years ago

max-b commented 8 years ago

We've already got the extender nodes babel configs cleaned up and the exit server is pretty decent (though I should probably double check those). We should go over all of them and make sure they're exactly what we want.

max-b commented 8 years ago

So I think that the proper babel config for our exit server would look something like

interface l2tp0
redistribute local ip 0.0.0.0/0 proto 3 metric 128 allow
redistribute local ip 104.131.134.66/20 proto 0 deny
redistribute ip 100.64.0.0/10 metric 128 allow
in ip 100.64.0.0/10 allow
redistribute local ip 100.64.0.0/10 metric 128 allow
redistribute local deny
in local deny
in deny

where 104.131.134.66/20 is the exit server's internet ipv4 address

max-b commented 8 years ago

This has been properly implemented now I believe