[Wien] Bullet2

Peter Kuhm (spam-protected)
Sa Jan 30 20:03:41 CET 2010


On Sat, 30 Jan 2010 13:12:03 +0100 (spam-protected) wrote:

> Ich hab in den letzten Tagen versucht meine  Bullet zum laufen zu bringen bisher vergeblich – Ich möchte die Bullet zu zwei Linksysrouter dazuhängen – Ich hab nichts darüber gefunden, ob das überhaupt möglich ist und es ist mir auch nicht ganz klar, ob ich die Bullet mit dem Wan oder den Lan Anschluß des Linksys verbinde? Falls das geht welche Einstellungen muß ich da im Kamikaze vornehmen?
> Die Bullet ist zwar schon am Dach aber ich krieg sie nicht ins FF  Netz. Ich kann sie nur über die innere IP über  192.168.1.20 aufrufen. Sie scant alle Umgebungsknoten, selber scheint sie im Netstumbler aber nicht auf?

wir betreiben am Metalab Node derzeit 3 Bullet2 und eine NanoStation5 an einem
kleinen PoE-enabled Switch. In unserem Setup haben die vier devices 8 0xFF IPs,
weil sie sich jeweils ueber ein kabelseitiges VLAN ("lanwan") ebenfalls ueber
OLSR unterhalten.

Mit "wan" sind sie an den Atheros WLAN Schnittstellen.

Am LAN ("lan") sind sie 192.168.x.x und ein Device (bei uns die Nano) dient
einem weiteren konventionellen AP als Gateway ins (FunkFeuer-)Internet.

Ich bin jetzt gleich auf dem Weg ins Lab zum http://metalab.at/wiki/Hackathon_4
Falls Du vorbeischauen willst kann ich dir unsere config noch im Detail zeigen.

Ciao,
Peter

/etc/config/network

config 'interface' 'loopback'
	option 'ifname' 'lo'
	option 'proto' 'static'
	option 'ipaddr' '127.0.0.1'
	option 'netmask' '255.0.0.0'

config 'interface' 'lan'
	option 'ifname' 'eth0'
	option 'proto' 'static'
	option 'defaultroute' '0'
	option 'peerdns' '0'
	option 'netmask' '255.255.255.0'
	option 'ipaddr' '192.168.23.25'

config 'interface' 'wan'
	option 'ifname' 'ath0'
	option 'proto' 'static'
	option 'ipaddr' '78.41.112.xxx'
	option 'netmask' '255.255.252.0'

config 'interface' 'lanwan'
	option 'proto' 'static'
	option 'ifname' 'eth0.1'
	option 'ipaddr' '78.41.113.yyy'
	option 'netmask' '255.255.255.0'
	option 'defaultroute' '0'
	option 'peerdns' '0'


/etc/config/wireless

config 'wifi-device' 'wifi0'
	option 'type' 'atheros'
	option 'diversity' '0'
	option 'channel' '13'
	option 'txantenna' '1'
	option 'rxantenna' '1'
#        option 'txpower'   '20'
#        option 'distance'  '8000'
		
config 'wifi-iface'
	option 'device' 'wifi0'
	option 'encryption' 'none'
	option 'mode' 'adhoc'
	option 'network' 'wan'
	option 'ssid' 'v13.freiesnetz.www.funkfeuer.at'
	option 'bssid' '26:A7:D4:E4:4F:4D'



/etc/config/olsrd

config olsrd
	# uncomment the following line to use a custom config file instead:
	#option config_file '/etc/olsrd.conf'

	option IpVersion '4'

#config LoadPlugin
#	option library 'olsrd_arprefresh.so.0.1'
#
#config LoadPlugin
#	option library 'olsrd_dyn_gw.so.0.4'
#
config LoadPlugin
	option library 'olsrd_httpinfo.so.0.1'
	option port '8000'
	list Net '0.0.0.0 0.0.0.0'

#config LoadPlugin
#	option library 'olsrd_nameservice.so.0.3'

config LoadPlugin
	option library 'olsrd_txtinfo.so.0.1'
	option accept ''

config Interface
	option interface 'wan'
	option Ip4Broadcast '255.255.255.255'
	option HelloInterval '5.0'
	option HelloValidityTime '125.0'
        option MidInterval '25.0'
        option MidValidityTime '500.0'
        
        
config Interface  
        option interface 'lanwan'       
        option Ip4Broadcast '255.255.255.255' 
        option HelloInterval '5.0' 
        option HelloValidityTime '125.0'
        option MidInterval '25.0' 
        option MidValidityTime '500.0'




Mehr Informationen über die Mailingliste Wien