source: genesis/nodes/CNodeVosko3/wleiden.yaml@ 10884

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15765"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "4.48786"
10masterip : "172.17.176.1"
11nodename : "Vosko3"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap zuidoost"
21 interface : "ath0"
22 ip : "172.17.176.1/26"
23 sdesc : "ap-zo"
24 mode : "ap"
25 type : "11b"
26 channel : "10"
27 ssid : "ap-WirelessLeiden-Vosko3"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Lokaal ethernet"
35 interface : "ue0"
36 ip : "172.17.175.73/28"
37 sdesc : "ethernet"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
44iface_vr0:
45 comment : "A-link to Stadhuis via Nanostation5"
46 interface : "vr0"
47 ip : "172.16.5.65/29"
48 desc : "Ethernet to interlink east (Stadhuis)"
49 sdesc : "2stadhuis"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "108"
54 ssid : "il-o.vosko3.wleiden.net"
55 dhcp : False
56 compass : "o"
57 ns_ip : "172.16.5.66/29"
58 ns_mac : "00:15:6d:bd:67:fe"
59 status : "up"
60
61
62iface_vr1:
63 comment : "A-link to Plantsoen via Nanostation5"
64 interface : "vr1"
65 ip : "172.16.5.89/29"
66 desc : "Ethernet to interlink south-east (Plantsoen)"
67 sdesc : "2Plantsoen"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "92"
72 ssid : "il-zo.vosko3.wleiden.net"
73 dhcp : False
74 compass : "zo"
75 ns_ip : "172.16.5.90/29"
76 ns_mac : "00:15:6d:bd:67:ff"
77 status : "up"
78
79
80iface_vr2:
81 comment : "A-link to DirkLos1 via Nanostation5"
82 interface : "vr2"
83 ip : "172.16.4.73/29"
84 desc : "ethernet"
85 sdesc : "2DirkLos1"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "100"
90 ssid : "il-wnw.vosko3.wleiden.net"
91 dhcp : False
92 compass : "nw"
93 ns_ip : "172.16.4.74/29"
94 ns_mac : "00:15:6d:bd:68:9b"
95 status : "up"
96
97
98iface_vr2_alias0:
99 comment : "A-link to geluidsnet2"
100 interface : "vr2:0"
101 ip : "172.16.4.201/29"
102 desc : "ethernet"
103 sdesc : "2geluidsnet2"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 dhcp : False
107 compass : "None"
108 status : "up"
109
110
111iface_vr2_alias1:
112 comment : "A-link to Webster"
113 interface : "vr2:1"
114 ip : "172.16.4.249/29"
115 desc : "ethernet"
116 sdesc : "2webster"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 dhcp : False
120 compass : "None"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.