[Wien] Zwei Fon's über Lan verbinden - (Lösung)
Daniel Fuhry
(spam-protected)
So Mär 2 03:32:27 CET 2008
Danke an Markus Kittenberger.
Der Beschreibung aus dem Wiki für den Linksys nach
(http://wiki.funkfeuer.at//index.php/Freifunk_Firmware#Verbund_mehrer_Devices_an_einem_Node.2FKnoten)
verwende ich zwei zusätzliche Funkfeuer IPs. (verwendet man auf zwei
Interfaces die gleiche IP hat zumindest bei mir die Fonera nicht mehr
geboot)
Meine Konfiguration ist wie folgt:
Router A (tri8v1)
WIFI:
78.41.112.237/24
LAN:
193.238.156.40
255.255.252.0
/etc/config/fon
#config network lan
# option mode static
# option ipaddr 192.168.10.1
# option netmask 255.255.255.0
# option dhcp 1
config network wan
option mode 'static'
option ipaddr '193.238.156.40'
option netmask '255.255.252.0'
# option gateway '193.238.0.1'
option dns '193.238.157.16'
option gateway ''
Router B (tri8v13)
WIFI:
78.41.112.241/24
LAN:
193.238.156.188
255.255.252.0
/etc/config/fon
#config network lan
# option mode static
# option ipaddr 192.168.10.1
# option netmask 255.255.255.0
# option dhcp 1
config network wan
option mode 'static'
option ipaddr '193.238.156.188'
option netmask '255.255.252.0'
#option gateway '193.238.156.188'
option dns '193.238.157.16'
Die Firewall ist für eth0 deaktiviert.
Firewall:
/etc/firewall.user
iptables -I INPUT -i eth0 -j ACCEPT
iptables -I OUTPUT -o eth0 -j ACCEPT
OLSR ist für das Lan aktiviert:
OLSR:
Das Script
/etc/init.d/S83olsrd
ist im Bezug auf /etc/olsrd.conf angepasst um zum folgenden Resultat zu führen:
Interface "ath2" "eth0"
{
Mehr Informationen über die Mailingliste Wien