source: genesis/nodes/HybridAster/wleiden.yaml@ 11265

Last change on this file since 11265 was 11227, checked in by huub, 13 years ago

config voor HybridAster

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.18667"
8location : "flat, Asterstraat 254, 2223 VN, Katwijk"
9longitude : "4.41978"
10masterip : "172.23.26.1"
11nodename : "Aster"
12nodetype : "Hybrid"
13rdnap_x : 88843
14rdnap_y : 466945
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.23.26.1/26"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11b"
29 channel : "7"
30 ssid : "ap-WirelessLeiden-Aster"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Local subnet with PoE"
37 ip : "172.23.26.65/28"
38 sdesc : "local"
39 type : "eth"
40 dhcp : False
41 status : "down"
42
43
44iface_vr1:
45 comment : "Bridge naar lijtweg1, il-west"
46 ip : "172.16.17.92/29"
47 sdesc : "aster2lijtweg1"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 ssid : "il-w.lijtweg1.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.17.91/29"
55 ns_mac : "00:15:6d:70:53:48"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "Bridge naar UniGorN"
62 ip : "172.16.17.100/29"
63 sdesc : "aster2unigorn"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 ssid : "il-o.unigorn.wleiden.net"
68 dhcp : False
69 compass : "zo"
70 ns_ip : "172.16.17.99/29"
71 ns_mac : "00:15:6d:f6:bb:99"
72 bridge_type: "NanoStation5"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.