<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">hi holger,<div class=""><br class=""></div><div class="">danke für den Link! Bei mir gibt's an zwei Standorten kein Flattern. Aber im Zweifel kannst du - bei den nächsten Hops - über den <label class="cbi-value-title" for="cbid.olsrd.cfg10638e.LinkQualityMult">LQ-Multiplikator</label> den Weg beeinflussen?</div><div class="">Probier es doch einfach aus und spiele im Zweifel das backup wieder ein? </div><div class=""><br class=""></div><div class="">lg</div><div class="">kaya<br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline"></div><br class="">
</div>

<br class=""><div><blockquote type="cite" class=""><div class="">Am 23.07.2017 um 03:27 schrieb Holger <<a href="mailto:gonzo.d@web.de" class="">gonzo.d@web.de</a>>:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hej Kaya,<br class=""><br class="">hab grad was bei ff-pdam gefunden:<br class=""><br class=""><a href="https://wiki.freifunk-potsdam.de/KathleenZusatz#Smart_Gateway_abschalten" class="">https://wiki.freifunk-potsdam.de/KathleenZusatz#Smart_Gateway_abschalten</a><br class=""><br class="">Irgendwie ist ja beides nicht so toll, smartgateways sehen nur smartgateways und ohne smartgateway kann die Route anfangen, zu flattern.<br class=""><br class="">Bei Dir läuft's gut ohne smartgateway?<br class=""><br class="">cheerio Holger<span class="Apple-tab-span" style="white-space:pre">      </span><br class=""><br class=""><br class=""><br class=""><br class="">Am 20.07.2017 um 16:37 schrieb ff@xayax.de:<br class=""><blockquote type="cite" class="">tach holger<br class="">ich versuch es mal. ich hoffe, das ich mich nicht irre. aber nach meinen Erfahrungen musst Du vier Dateien anfassen.<br class="">- firewall<br class="">- network<br class="">- olsrd<br class="">- freifunk-policyrouting<br class="">Der gangbare Weg für mich war dort recht viel zu entfernen. Falls das irgendwo nicht sinnvoll ist, bin ich über eine Rückmeldung dankbar. Achtung - auch das Tunnel-Interface von dem wir gestern gesprochen haben, fliegt mit dieser Lösung raus. Ich habe allerdings noch keine Nachteile gemerkt - bin da aber auch offen für andere Vorschläge.<br class="">#################<br class="">/etc/config/firewall - alles andere raus. Du brauchst m.E. nichts außer der zone - wenn Du im BBB/Mesh bist und nichts explizit blocken willst:<br class="">config defaults<br class="">         option syn_flood '1'<br class="">         option input 'ACCEPT'<br class="">         option output 'ACCEPT'<br class="">         option forward 'REJECT'<br class="">config zone<br class="">         option name 'freifunk'<br class="">         option input 'ACCEPT'<br class="">         option forward 'ACCEPT'<br class="">         option output 'ACCEPT'<br class="">         option network 'wireless0 dhcp fflan‘<br class="">#################<br class="">/etc/config/network - definiert sein müssen nur „loopback“, eventuell „globals“?, deine interfaces und eventuelle switch&vlan alles andere raus:<br class="">config interface 'loopback'<br class="">         option ifname 'lo'<br class="">         option proto 'static'<br class="">         option ipaddr '127.0.0.1'<br class="">         option netmask '255.0.0.0'<br class="">config globals 'globals'<br class="">         option ula_prefix ‚xxx'<br class="">config interface 'fflan'<br class="">         option proto 'static'<br class="">         option ifname 'eth1'<br class="">         option netmask '255.255.255.255'<br class="">         option ipaddr ‚xxx'<br class="">         option ip6assign '64'<br class="">config switch<br class="">         option name 'switch0'<br class="">         option reset '1'<br class="">         option enable_vlan '1'<br class="">config switch_vlan<br class="">         option device 'switch0'<br class="">         option vlan '1'<br class="">         option ports '0 1 2 3 4'<br class="">config interface 'dhcp'<br class="">         option proto 'static'<br class="">         option dns '85.214.20.141 213.73.91.35 194.150.168.168 2001:4ce8::53 2001:9<br class="">         option ifname 'eth0'<br class="">         option netmask '255.255.255.224'<br class="">         option ip6assign '64'<br class="">         option ipaddr ‚xxx'<br class="">         option type 'bridge'<br class="">config interface 'wireless0'<br class="">         option netmask '255.255.255.255'<br class="">         option proto 'static'<br class="">         option ipaddr ‚xxx'<br class="">         option ip6assign '64'<br class="">#################<br class="">/etc/config/olsrd - hier muss das das smartgateway ausgeschaltet und die RTs rausgenommen werden -alles andere so lassen.<br class="">config olsrd<br class="">         option IpVersion '4'<br class="">         option FIBMetric 'flat'<br class="">         option AllowNoInt 'yes'<br class="">         option TcRedundancy '2'<br class="">         option NatThreshold '0.75'<br class="">         option LinkQualityAlgorithm 'etx_ff'<br class="">         option SmartGateway 'no'<br class="">         option SmartGatewayThreshold '50'<br class="">         option Pollrate '0.025‘<br class="">#################<br class="">/etc/config/freifunk-policyrouting  - disablen...<br class="">config settings 'pr'<br class="">         option strict '1'<br class="">         option fallback '0'<br class="">         option zones 'freifunk'<br class="">         option enable ‚0'<br class="">#################<br class="">bin gespannt, ob es klappt.<br class="">lg<br class="">kaya<br class=""><blockquote type="cite" class="">Am 20.07.2017 um 00:12 schrieb Holger <gonzo.d@web.de>:<br class=""><br class="">Hej,<br class=""><br class="">wie bekomme ich das smartgateway aus meinem Router?<br class=""><br class="">cheerio Holger<span class="Apple-tab-span" style="white-space:pre">  </span><br class=""><br class="">_______________________________________________<br class="">Berlin mailing list<br class="">Berlin@berlin.freifunk.net<br class="">http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin<br class="">Diese Mailingliste besitzt ein ffentlich einsehbares Archiv<br class=""></blockquote>_______________________________________________<br class="">Berlin mailing list<br class="">Berlin@berlin.freifunk.net<br class="">http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin<br class="">Diese Mailingliste besitzt ein �ffentlich einsehbares Archiv<br class=""></blockquote><br class="">_______________________________________________<br class="">Berlin mailing list<br class="">Berlin@berlin.freifunk.net<br class="">http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin<br class="">Diese Mailingliste besitzt ein ffentlich einsehbares Archiv</div></div></blockquote></div><br class=""></div></body></html>