source: genesis/nodes/HybridRustdam/wleiden.yaml@ 11318

Last change on this file since 11318 was 11318, checked in by rick, 12 years ago

Configuratie eerste node vanuit het Free-WiFi project.

File size: 1.7 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[11318]6latitude :
7location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
8longitude :
9masterip : "172.17.50.1"
10nodename : "Rustdam"
[10822]11nodetype : "Hybrid"
[11318]12rdnap_x :
13rdnap_y :
[10822]14release : "9.0-RELEASE"
15service_accesspoint: True
[10881]16service_incoming_rdr: False
[11318]17service_proxy_ileiden: True
[10822]18service_proxy_normal: True
[10116]19status : "up"
[10059]20
21
22iface_ath0:
[10883]23 comment : "Omni voor Buurt"
[11318]24 ip : "172.17.50.1/26"
[10116]25 sdesc : "2buurt"
[10703]26 mode : "ap"
[10116]27 type : "11b"
28 channel : "10"
[11318]29 ssid : "ap-Zoeterwoude-Rustdam"
[10116]30 dhcp : "10-60"
31 status : "up"
[10059]32
[10116]33iface_ue0:
[11318]34 comment : "Link to ZuidbuurseKerk"
35 ip : "172.16.6.148/28"
36 sdesc : "2kerk"
[10116]37 type : "eth"
[10454]38 dhcp : False
[11318]39 status : "planned"
[10116]40
[10059]41iface_vr0:
[10885]42 comment : "Link to house"
[10822]43 ip : "0.0.0.0/30"
[10116]44 sdesc : "2house"
45 type : "eth"
[10887]46 dhcp : "client"
[10116]47 status : "up"
[10059]48
49iface_vr1:
[11318]50 comment : "Access Point"
51 ip : "172.17.51.1/24"
52 sdesc : "2veld"
[10116]53 mode : "ap-wds"
54 type : "eth"
[11318]55 ssid : "ap-Zoeterwoude-Rustdam-Veld1"
56 dhcp : "10-240"
57 ns_ip : "172.17.51.2/24"
58 ns_mac : "00:00:00:00:00:00"
[10116]59 ns_type : "ns2"
[10892]60 bridge_type: "NanoStation2"
[10116]61 status : "up"
[10059]62
[10116]63iface_vr2:
[11318]64 comment : "Access Point"
65 ip : "172.17.52.1/24"
66 sdesc : "2veld"
67 mode : "ap-wds"
[10116]68 type : "eth"
[11318]69 ssid : "ap-Zoeterwoude-Rustdam-Veld2"
70 dhcp : "10-240"
71 ns_ip : "172.17.52.2/24"
72 ns_mac : "00:00:00:00:00:00"
73 ns_type : "ns2"
74 bridge_type: "NanoStation2"
[10116]75 status : "up"
Note: See TracBrowser for help on using the repository browser.