source: genesis/nodes/HybridSOM2/wleiden.yaml@ 10891

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.16950"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "4.49378"
10masterip : "172.17.2.1"
11nodename : "SOM2"
12nodetype : "Hybrid"
13rdnap_x : 93880
14rdnap_y : 464970
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 : "Ap zuidoost"
25 ip : "172.17.2.1/26"
26 sdesc : "ap-zo"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap-WirelessLeiden-Som2"
31 dhcp : "10-60"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Ap via Bullet2"
37 ip : "172.17.2.65/26"
38 sdesc : "ap3"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap-WirelessLeiden-Som3"
44 dhcp : "70-120"
45 ns_ip : "172.17.2.66/26"
46 ns_mac : "00:15:6d:e8:f9:b6"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet naar SOM1"
52 ip : "172.16.3.138/30"
53 sdesc : "2som1"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar Rabo"
61 ip : "172.16.16.17/29"
62 sdesc : "2Rabo"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "140"
67 ssid : "il-w.som2.wleiden.net"
68 dhcp : False
69 compass : "w"
70 ns_ip : "172.16.16.18/29"
71 ns_mac : "00:15:6d:ec:82:a8"
72 status : "up"
73
74
75iface_vr1_alias0:
76 comment : "Link naar Psycho"
77 ip : "172.16.16.113/29"
78 sdesc : "2Psycho"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 dhcp : False
82 status : "down"
83
84
85iface_vr2:
86 comment : "Link naar Leythenrode"
87 ip : "172.16.17.185/29"
88 sdesc : "2leythenrode"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "36"
93 ssid : "il-zo.som2.wleiden.net"
94 dhcp : False
95 compass : "zo"
96 ns_ip : "172.16.17.186/29"
97 ns_mac : "00:15:6d:f2:38:cd"
98 status : "up"
99
100
101iface_vr2_alias0:
102 comment : "Link naar Spoortje"
103 ip : "172.16.17.137/29"
104 sdesc : "2Spoortje"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : False
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.