source: genesis/nodes/CNodeVictoria/wleiden.yaml@ 10885

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15569"
8location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
9longitude : "4.49327"
10masterip : "172.17.140.1"
11nodename : "Victoria"
12nodetype : "CNode"
13rdnap_x : 93826
14rdnap_y : 463434
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.17.140.1/26"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Victoria"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar lokaal AP met PoE"
35 interface : "ue0"
36 ip : "172.17.140.65/26"
37 sdesc : "lokaalAP"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "6"
42 ssid : "ap-WirelessLeiden-Victoria2"
43 dhcp : "70-120"
44 compass : "None"
45 ns_ip : "172.17.14.66/26"
46 ns_mac : ""
47 status : "up"
48
49
50iface_vr0:
51 comment : "A-link naar Stadhuis"
52 interface : "vr0"
53 ip : "172.16.17.196/29"
54 sdesc : "2stadhuis"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "44"
59 ssid : "il-zo.stadhuis.wleiden.net"
60 dhcp : False
61 compass : "nw"
62 ns_ip : "172.16.17.195/29"
63 ns_mac : "00:15:6d:70:51:f2"
64 status : "up"
65
66
67iface_vr1:
68 comment : "A-link naar CeTIM2"
69 interface : "vr1"
70 ip : "172.16.17.204/29"
71 sdesc : "2cetim2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "116"
76 ssid : "il-zw.cetim2.wleiden.net"
77 dhcp : False
78 compass : "n"
79 ns_ip : "172.16.17.203/29"
80 ns_mac : "00:15:6d:70:53:7f"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Nog vrij"
86 interface : "vr2"
87 ip : "172.16.17.209/29"
88 sdesc : "2vrij"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "124"
93 ssid : "il-zo.victoria.wleiden.net"
94 dhcp : False
95 compass : "se"
96 ns_ip : "172.16.17.210/29"
97 ns_mac : "00:15:6d:70:53:39"
98 status : "down"
99
100
Note: See TracBrowser for help on using the repository browser.