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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

File size: 2.8 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 desc : "AP zuidoost"
24 sdesc : "ap-zo"
25 mode : "ap"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-WirelessLeiden-Vosko3"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "lokaal ethernet"
36 interface : "ue0"
37 ip : "172.17.175.73/28"
38 sdesc : "ethernet"
39 type : "eth"
40 dhcp : False
41 compass : "None"
42 status : "up"
43
44
45iface_vr0:
46 comment : "a-link to Stadhuis via Nanostation5"
47 interface : "vr0"
48 ip : "172.16.5.65/29"
49 desc : "Ethernet to interlink east (Stadhuis)"
50 sdesc : "2stadhuis"
51 mode : "ap-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "108"
55 ssid : "il-o.vosko3.wleiden.net"
56 dhcp : False
57 compass : "o"
58 ns_ip : "172.16.5.66/29"
59 ns_mac : "00:15:6d:bd:67:fe"
60 status : "up"
61
62
63iface_vr1:
64 comment : "a-link to Plantsoen via Nanostation5"
65 interface : "vr1"
66 ip : "172.16.5.89/29"
67 desc : "Ethernet to interlink south-east (Plantsoen)"
68 sdesc : "2Plantsoen"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "92"
73 ssid : "il-zo.vosko3.wleiden.net"
74 dhcp : False
75 compass : "zo"
76 ns_ip : "172.16.5.90/29"
77 ns_mac : "00:15:6d:bd:67:ff"
78 status : "up"
79
80
81iface_vr2:
82 comment : "a-link to DirkLos1 via Nanostation5"
83 interface : "vr2"
84 ip : "172.16.4.73/29"
85 desc : "ethernet"
86 sdesc : "2DirkLos1"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "100"
91 ssid : "il-wnw.vosko3.wleiden.net"
92 dhcp : False
93 compass : "nw"
94 ns_ip : "172.16.4.74/29"
95 ns_mac : "00:15:6d:bd:68:9b"
96 status : "up"
97
98
99iface_vr2_alias0:
100 comment : "a-link to geluidsnet2"
101 interface : "vr2:0"
102 ip : "172.16.4.201/29"
103 desc : "ethernet"
104 sdesc : "2geluidsnet2"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : False
108 compass : "None"
109 status : "up"
110
111
112iface_vr2_alias1:
113 comment : "a-link to Webster"
114 interface : "vr2:1"
115 ip : "172.16.4.249/29"
116 desc : "ethernet"
117 sdesc : "2webster"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 dhcp : False
121 compass : "None"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.