Hello,
In the documentation was written that a specific TTL can be assigned to each interface. How can I do this from command line? I have two interfaces eth1 (wlan) and bbs (a VPN tap tunnel used as backbone).
Those interfaces are not bridged and have different ip ranges eth1: 10.12.x.x bbs: 172.16.x.x
My aim is only to propagate the 10.12.x.x ip range and not the 172.16er. The 172.16 of any foreign router should not be listed in any routing table of any other router. Only the local interface address of bbs should be seen in the routing table. I have read that this can be solved by setting the TTL for bbs to a value of 1. I need to know how I can do this.
Questions 2: batman on mipsel runs in three instances independed of number of interfaces listen. on i386 only one instance is running (three interfaces). How does this work?
ddmesh (dresden freifunk)