Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| freifunk:meshkit [26.08.2014 22:17] – [Firewall] stephanj | freifunk:meshkit [29.01.2015 00:45] (aktuell) – [Post-Install-Schritte] stephanj | ||
|---|---|---|---|
| Zeile 18: | Zeile 18: | ||
| | | ||
| | | ||
| - | - Install fastd from openwork | + | - Install fastd from openwrt |
| - | opkg install http:// | + | # opkg update |
| + | # opkg install http:// | ||
| + | # / | ||
| - Install kmod-ipip | - Install kmod-ipip | ||
| - | opkg install kmod-ipip | + | # opkg install kmod-ipip |
| - Config fastd | - Config fastd | ||
| - Config OLSRd | - Config OLSRd | ||
| Zeile 43: | Zeile 45: | ||
| < | < | ||
| # mkdir / | # mkdir / | ||
| - | # echo "key " | + | # echo " |
| - | remote ipv4 " | + | remote ipv4 \" |
| </ | </ | ||
| Zeile 62: | Zeile 64: | ||
| option secure_handshakes 1 | option secure_handshakes 1 | ||
| option secret ' | option secret ' | ||
| - | option up 'ip link set up dev $1;ip a a 10.99.254.X/ | + | option up 'ip link set up dev $1;ip a a 10.99.254.X/ |
| </ | </ | ||
| Zeile 154: | Zeile 156: | ||
| option network ' | option network ' | ||
| option masq ' | option masq ' | ||
| + | option mtu_fix ' | ||
| config forwarding | config forwarding | ||
| Zeile 171: | Zeile 174: | ||
| option src ' | option src ' | ||
| </ | </ | ||
| + | |||
| + | **Ergänzung: | ||
| + | Es muss der Parameter '' | ||